Home
last modified time | relevance | path

Searched refs:fullDrawIndexUint32 (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/roadmap/
DRoadmap-2022.adoc21 ** <<features-fullDrawIndexUint32, pname:fullDrawIndexUint32>>
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfeatures.adoc390 * [[features-fullDrawIndexUint32]] pname:fullDrawIndexUint32 specifies the
8048 * <<features-fullDrawIndexUint32, pname:fullDrawIndexUint32>>
Dlimits.adoc523 See <<features-fullDrawIndexUint32, pname:fullDrawIndexUint32>>.
4501 | code:uint32_t | pname:maxDrawIndexedIndexValue | pname:fullDrawIndexUint32
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp1610 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.fullDrawIndexUint32 ); in operator ()()
Dvulkan_hash.hpp3155 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.fullDrawIndexUint32 ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp611 vkStream->write((VkBool32*)&forMarshaling->fullDrawIndexUint32, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures()
678 vkStream->read((VkBool32*)&forUnmarshaling->fullDrawIndexUint32, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
Dgoldfish_vk_reserved_marshaling_guest.cpp522 memcpy(*ptr, (VkBool32*)&forMarshaling->fullDrawIndexUint32, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFeatures()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp674 vkStream->write((VkBool32*)&forMarshaling->fullDrawIndexUint32, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures()
741 vkStream->read((VkBool32*)&forUnmarshaling->fullDrawIndexUint32, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
Dgoldfish_vk_reserved_marshaling.cpp513 memcpy((VkBool32*)&forUnmarshaling->fullDrawIndexUint32, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceFeatures()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3017 VkBool32 fullDrawIndexUint32; member