Home
last modified time | relevance | path

Searched refs:maxMeshOutputPrimitives (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_core.h13222 uint32_t maxMeshOutputPrimitives; member
18432 uint32_t maxMeshOutputPrimitives; member
Dvulkan_structs.hpp67145 …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
Dvulkan_hash.hpp8795 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMeshShaderPropertiesEXT.maxMeshOutputPrimitives ); in operator ()()
8832 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMeshShaderPropertiesNV.maxMeshOutputPrimitives ); in operator ()()