Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfxvertex.adoc514 <<features-vertexAttributeInstanceRateZeroDivisor,
515 pname:vertexAttributeInstanceRateZeroDivisor>> feature is enabled.
532 If the <<features-vertexAttributeInstanceRateZeroDivisor,
533 pname:vertexAttributeInstanceRateZeroDivisor>> feature is not enabled,
856 <<features-vertexAttributeInstanceRateZeroDivisor,
857 pname:vertexAttributeInstanceRateZeroDivisor>> feature is enabled.
869 * [[VUID-VkVertexInputBindingDivisorDescriptionEXT-vertexAttributeInstanceRateZeroDivisor-02228]]
870 If the pname:vertexAttributeInstanceRateZeroDivisor feature is not
Dfeatures.adoc2262 * [[features-vertexAttributeInstanceRateZeroDivisor]]
2263 pname:vertexAttributeInstanceRateZeroDivisor specifies whether a zero
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp5284 …NE( seed, physicalDeviceVertexAttributeDivisorFeaturesEXT.vertexAttributeInstanceRateZeroDivisor ); in operator ()()
Dvulkan_hash.hpp10484 …NE( seed, physicalDeviceVertexAttributeDivisorFeaturesEXT.vertexAttributeInstanceRateZeroDivisor ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp12173 vkStream->write((VkBool32*)&forMarshaling->vertexAttributeInstanceRateZeroDivisor, in marshal_VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT()
12188 vkStream->read((VkBool32*)&forUnmarshaling->vertexAttributeInstanceRateZeroDivisor, in unmarshal_VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT()
Dgoldfish_vk_reserved_marshaling_guest.cpp8201 memcpy(*ptr, (VkBool32*)&forMarshaling->vertexAttributeInstanceRateZeroDivisor, in reservedmarshal_VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp15958 vkStream->write((VkBool32*)&forMarshaling->vertexAttributeInstanceRateZeroDivisor, in marshal_VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT()
15985 vkStream->read((VkBool32*)&forUnmarshaling->vertexAttributeInstanceRateZeroDivisor, in unmarshal_VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT()
Dgoldfish_vk_reserved_marshaling.cpp12320 memcpy((VkBool32*)&forUnmarshaling->vertexAttributeInstanceRateZeroDivisor, *ptr, in reservedunmarshal_VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h13115 VkBool32 vertexAttributeInstanceRateZeroDivisor; member