Home
last modified time | relevance | path

Searched refs:indexTypeUint8 (Results 1 – 9 of 9) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Dbind_index_buffer_common.adoc25 <<features-indexTypeUint8, pname:indexTypeUint8>> feature must: be
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfeatures.adoc3572 * [[features-indexTypeUint8]] pname:indexTypeUint8 indicates that
7442 * <<features-indexTypeUint8, pname:indexTypeUint8>>, if the
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4362 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceIndexTypeUint8FeaturesEXT.indexTypeUint8 ); in operator ()()
Dvulkan_hash.hpp8321 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceIndexTypeUint8FeaturesEXT.indexTypeUint8 ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp12488 vkStream->write((VkBool32*)&forMarshaling->indexTypeUint8, sizeof(VkBool32)); in marshal_VkPhysicalDeviceIndexTypeUint8FeaturesEXT()
12500 vkStream->read((VkBool32*)&forUnmarshaling->indexTypeUint8, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceIndexTypeUint8FeaturesEXT()
Dgoldfish_vk_reserved_marshaling_guest.cpp8408 memcpy(*ptr, (VkBool32*)&forMarshaling->indexTypeUint8, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceIndexTypeUint8FeaturesEXT()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp16448 vkStream->write((VkBool32*)&forMarshaling->indexTypeUint8, sizeof(VkBool32)); in marshal_VkPhysicalDeviceIndexTypeUint8FeaturesEXT()
16472 vkStream->read((VkBool32*)&forUnmarshaling->indexTypeUint8, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceIndexTypeUint8FeaturesEXT()
Dgoldfish_vk_reserved_marshaling.cpp12717 memcpy((VkBool32*)&forUnmarshaling->indexTypeUint8, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceIndexTypeUint8FeaturesEXT()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h13999 VkBool32 indexTypeUint8; member