Searched refs:maxMeshOutputPrimitives (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan_core.h | 13222 uint32_t maxMeshOutputPrimitives; member 18432 uint32_t maxMeshOutputPrimitives; member
|
D | vulkan_structs.hpp | 67145 …tComponents_ ), maxMeshOutputVertices( maxMeshOutputVertices_ ), maxMeshOutputPrimitives( maxMeshO… 67183 …utputMemorySize, maxMeshOutputComponents, maxMeshOutputVertices, maxMeshOutputPrimitives, maxMeshO… in reflect() 67215 && ( maxMeshOutputPrimitives == rhs.maxMeshOutputPrimitives ) in operator ==() 67255 uint32_t maxMeshOutputPrimitives = {}; member 67285 …lMemorySize_ ), maxMeshOutputVertices( maxMeshOutputVertices_ ), maxMeshOutputPrimitives( maxMeshO… 67323 …eshWorkGroupSize, maxMeshTotalMemorySize, maxMeshOutputVertices, maxMeshOutputPrimitives, maxMeshM… in reflect() 67347 && ( maxMeshOutputPrimitives == rhs.maxMeshOutputPrimitives ) in operator ==() 67372 uint32_t maxMeshOutputPrimitives = {}; member
|
D | vulkan_hash.hpp | 8795 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMeshShaderPropertiesEXT.maxMeshOutputPrimitives ); in operator ()() 8832 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMeshShaderPropertiesNV.maxMeshOutputPrimitives ); in operator ()()
|