Home
last modified time | relevance | path

Searched refs:maxMeshOutputPrimitives (Results 1 - 18 of 18) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderPropertyTestsEXT.cpp1084 ? std::min(meshProperties.maxMeshOutputVertices, meshProperties.maxMeshOutputPrimitives) in checkSupport()
1085 : meshProperties.maxMeshOutputPrimitives; in checkSupport()
H A DvktMeshShaderMiscTests.cpp2612 if (numPrimitives > properties.maxMeshOutputPrimitives) in checkSupport()
H A DvktMeshShaderMiscTestsEXT.cpp2835 if (numPrimitives > properties.maxMeshOutputPrimitives) in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderPropertyTestsEXT.cpp1084 ? std::min(meshProperties.maxMeshOutputVertices, meshProperties.maxMeshOutputPrimitives) in checkSupport()
1085 : meshProperties.maxMeshOutputPrimitives; in checkSupport()
H A DvktMeshShaderMiscTests.cpp2612 if (numPrimitives > properties.maxMeshOutputPrimitives) in checkSupport()
H A DvktMeshShaderMiscTestsEXT.cpp2817 if (numPrimitives > properties.maxMeshOutputPrimitives) in checkSupport()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c2516 props->maxMeshOutputPrimitives = max_primitives / max_view_count; in anv_GetPhysicalDeviceProperties2()
2526 props->maxMeshOutputVertices = 3 * props->maxMeshOutputPrimitives; in anv_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c2541 properties->maxMeshOutputPrimitives = 256; in radv_GetPhysicalDeviceProperties2()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h13936 uint32_t maxMeshOutputPrimitives; member
19333 uint32_t maxMeshOutputPrimitives; member
H A Dvulkan_hash.hpp9837 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMeshShaderPropertiesEXT.maxMeshOutputPrimitives );
9875 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMeshShaderPropertiesNV.maxMeshOutputPrimitives );
H A Dvulkan_structs.hpp[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp1418 { PN(checkAlways), PN(meshShaderPropertiesNV.maxMeshOutputPrimitives), LIM_MIN_UINT32(256) }, in validateLimitsNvMeshShader()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiFeatureInfo.cpp1409 { PN(checkAlways), PN(meshShaderPropertiesNV.maxMeshOutputPrimitives), LIM_MIN_UINT32(256) }, in validateLimitsNvMeshShader()
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h10558 uint32_t maxMeshOutputPrimitives; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp47017 uint32_t maxMeshOutputPrimitives = {}; global() member
[all...]
H A Dvulkan_core.h10961 uint32_t maxMeshOutputPrimitives; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h12051 uint32_t maxMeshOutputPrimitives; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h11121 uint32_t maxMeshOutputPrimitives; member

Completed in 441 milliseconds