Home
last modified time | relevance | path

Searched refs:prefersLocalInvocationPrimitiveOutput (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_mesh_shader.adoc228 VkBool32 prefersLocalInvocationPrimitiveOutput;
271 …* If `prefersLocalInvocationPrimitiveOutput` is `VK_TRUE`, the implementation will perform best wh…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc1939 * [[limits-prefersLocalInvocationPrimitiveOutput]]
1940 pname:prefersLocalInvocationPrimitiveOutput specifies whether writes to
4654 … | slink:VkPhysicalDeviceMeshShaderPropertiesEXT::pname:prefersLocalInvocationPrimitiveOutput
5112 | slink:VkPhysicalDeviceMeshShaderPropertiesEXT::pname:prefersLocalInvocationPrimitiveOutput |…
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h18040 VkBool32 prefersLocalInvocationPrimitiveOutput; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp8803 …_HASH_COMBINE( seed, physicalDeviceMeshShaderPropertiesEXT.prefersLocalInvocationPrimitiveOutput ); in operator ()()