Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_core.h18439 VkBool32 prefersLocalInvocationVertexOutput; member
Dvulkan_structs.hpp67145 …GroupInvocations( maxPreferredMeshWorkGroupInvocations_ ), prefersLocalInvocationVertexOutput( pre…
67183 …orkGroupInvocations, maxPreferredMeshWorkGroupInvocations, prefersLocalInvocationVertexOutput, pre… in reflect()
67222 && ( prefersLocalInvocationVertexOutput == rhs.prefersLocalInvocationVertexOutput ) in operator ==()
67262 VULKAN_HPP_NAMESPACE::Bool32 prefersLocalInvocationVertexOutput = {}; member
Dvulkan_hash.hpp8802 …HPP_HASH_COMBINE( seed, physicalDeviceMeshShaderPropertiesEXT.prefersLocalInvocationVertexOutput ); in operator ()()