Searched refs:storagePushConstant16 (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_device.c | 573 CORE_FEATURE(storagePushConstant16); in vk_get_physical_device_core_1_1_feature_ext()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | spirvenv.adoc | 1387 * [[VUID-{refpage}-storagePushConstant16-06333]] 1388 If <<features-storagePushConstant16, pname:storagePushConstant16>> is
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 3692 VULKAN_HPP_HASH_COMBINE( seed, physicalDevice16BitStorageFeatures.storagePushConstant16 ); in operator ()() 5322 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan11Features.storagePushConstant16 ); in operator ()()
|
D | vulkan_hash.hpp | 6652 VULKAN_HPP_HASH_COMBINE( seed, physicalDevice16BitStorageFeatures.storagePushConstant16 ); in operator ()() 10564 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan11Features.storagePushConstant16 ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 4564 vkStream->write((VkBool32*)&forMarshaling->storagePushConstant16, sizeof(VkBool32)); in marshal_VkPhysicalDevice16BitStorageFeatures() 4580 vkStream->read((VkBool32*)&forUnmarshaling->storagePushConstant16, sizeof(VkBool32)); in unmarshal_VkPhysicalDevice16BitStorageFeatures() 6397 vkStream->write((VkBool32*)&forMarshaling->storagePushConstant16, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan11Features() 6421 vkStream->read((VkBool32*)&forUnmarshaling->storagePushConstant16, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan11Features()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 3196 memcpy(*ptr, (VkBool32*)&forMarshaling->storagePushConstant16, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDevice16BitStorageFeatures() 4397 memcpy(*ptr, (VkBool32*)&forMarshaling->storagePushConstant16, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceVulkan11Features()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 5171 vkStream->write((VkBool32*)&forMarshaling->storagePushConstant16, sizeof(VkBool32)); in marshal_VkPhysicalDevice16BitStorageFeatures() 5199 vkStream->read((VkBool32*)&forUnmarshaling->storagePushConstant16, sizeof(VkBool32)); in unmarshal_VkPhysicalDevice16BitStorageFeatures() 7764 vkStream->write((VkBool32*)&forMarshaling->storagePushConstant16, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan11Features() 7799 vkStream->read((VkBool32*)&forUnmarshaling->storagePushConstant16, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan11Features()
|
D | goldfish_vk_reserved_marshaling.cpp | 3837 memcpy((VkBool32*)&forUnmarshaling->storagePushConstant16, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDevice16BitStorageFeatures() 5926 memcpy((VkBool32*)&forUnmarshaling->storagePushConstant16, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceVulkan11Features()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 5118 VkBool32 storagePushConstant16; member 5869 VkBool32 storagePushConstant16; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | features.adoc | 1604 * [[{anchor-prefix}features-storagePushConstant16]] 1605 pname:storagePushConstant16 specifies whether objects in the
|