Searched refs:indexTypeUint8 (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | bind_index_buffer_common.adoc | 25 <<features-indexTypeUint8, pname:indexTypeUint8>> feature must: be
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | features.adoc | 3572 * [[features-indexTypeUint8]] pname:indexTypeUint8 indicates that 7442 * <<features-indexTypeUint8, pname:indexTypeUint8>>, if the
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4362 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceIndexTypeUint8FeaturesEXT.indexTypeUint8 ); in operator ()()
|
D | vulkan_hash.hpp | 8321 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceIndexTypeUint8FeaturesEXT.indexTypeUint8 ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 12488 vkStream->write((VkBool32*)&forMarshaling->indexTypeUint8, sizeof(VkBool32)); in marshal_VkPhysicalDeviceIndexTypeUint8FeaturesEXT() 12500 vkStream->read((VkBool32*)&forUnmarshaling->indexTypeUint8, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceIndexTypeUint8FeaturesEXT()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 8408 memcpy(*ptr, (VkBool32*)&forMarshaling->indexTypeUint8, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceIndexTypeUint8FeaturesEXT()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 16448 vkStream->write((VkBool32*)&forMarshaling->indexTypeUint8, sizeof(VkBool32)); in marshal_VkPhysicalDeviceIndexTypeUint8FeaturesEXT() 16472 vkStream->read((VkBool32*)&forUnmarshaling->indexTypeUint8, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceIndexTypeUint8FeaturesEXT()
|
D | goldfish_vk_reserved_marshaling.cpp | 12717 memcpy((VkBool32*)&forUnmarshaling->indexTypeUint8, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceIndexTypeUint8FeaturesEXT()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 13999 VkBool32 indexTypeUint8; member
|