Searched refs:maxMeshOutputPrimitives (Results 1 - 18 of 18) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderPropertyTestsEXT.cpp | 1084 ? std::min(meshProperties.maxMeshOutputVertices, meshProperties.maxMeshOutputPrimitives) in checkSupport() 1085 : meshProperties.maxMeshOutputPrimitives; in checkSupport()
|
H A D | vktMeshShaderMiscTests.cpp | 2612 if (numPrimitives > properties.maxMeshOutputPrimitives) in checkSupport()
|
H A D | vktMeshShaderMiscTestsEXT.cpp | 2835 if (numPrimitives > properties.maxMeshOutputPrimitives) in checkSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderPropertyTestsEXT.cpp | 1084 ? std::min(meshProperties.maxMeshOutputVertices, meshProperties.maxMeshOutputPrimitives) in checkSupport() 1085 : meshProperties.maxMeshOutputPrimitives; in checkSupport()
|
H A D | vktMeshShaderMiscTests.cpp | 2612 if (numPrimitives > properties.maxMeshOutputPrimitives) in checkSupport()
|
H A D | vktMeshShaderMiscTestsEXT.cpp | 2817 if (numPrimitives > properties.maxMeshOutputPrimitives) in checkSupport()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 2516 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 D | radv_device.c | 2541 properties->maxMeshOutputPrimitives = 256; in radv_GetPhysicalDeviceProperties2()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 13936 uint32_t maxMeshOutputPrimitives; member 19333 uint32_t maxMeshOutputPrimitives; member
|
H A D | vulkan_hash.hpp | 9837 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMeshShaderPropertiesEXT.maxMeshOutputPrimitives ); 9875 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMeshShaderPropertiesNV.maxMeshOutputPrimitives );
|
H A D | vulkan_structs.hpp | [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 1418 { 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 D | vktApiFeatureInfo.cpp | 1409 { PN(checkAlways), PN(meshShaderPropertiesNV.maxMeshOutputPrimitives), LIM_MIN_UINT32(256) }, in validateLimitsNvMeshShader()
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 10558 uint32_t maxMeshOutputPrimitives; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 47017 uint32_t maxMeshOutputPrimitives = {}; global() member [all...] |
H A D | vulkan_core.h | 10961 uint32_t maxMeshOutputPrimitives; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 12051 uint32_t maxMeshOutputPrimitives; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 11121 uint32_t maxMeshOutputPrimitives; member
|
Completed in 441 milliseconds