Searched refs:maxMeshOutputVertices (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()
|
H A D | vktMeshShaderMiscTests.cpp | 2609 if (numVertices > properties.maxMeshOutputVertices) in checkSupport()
|
H A D | vktMeshShaderMiscTestsEXT.cpp | 2832 if (numVertices > properties.maxMeshOutputVertices) 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()
|
H A D | vktMeshShaderMiscTests.cpp | 2609 if (numVertices > properties.maxMeshOutputVertices) in checkSupport()
|
H A D | vktMeshShaderMiscTestsEXT.cpp | 2814 if (numVertices > properties.maxMeshOutputVertices) in checkSupport()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 2526 props->maxMeshOutputVertices = 3 * props->maxMeshOutputPrimitives; in anv_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 2542 properties->maxMeshOutputVertices = 256; in radv_GetPhysicalDeviceProperties2()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 13935 uint32_t maxMeshOutputVertices; member 19332 uint32_t maxMeshOutputVertices; member
|
H A D | vulkan_hash.hpp | 9836 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMeshShaderPropertiesEXT.maxMeshOutputVertices ); 9874 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMeshShaderPropertiesNV.maxMeshOutputVertices );
|
H A D | vulkan_structs.hpp | [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 1417 { PN(checkAlways), PN(meshShaderPropertiesNV.maxMeshOutputVertices), LIM_MIN_UINT32(256) }, in validateLimitsNvMeshShader()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 1408 { PN(checkAlways), PN(meshShaderPropertiesNV.maxMeshOutputVertices), LIM_MIN_UINT32(256) }, in validateLimitsNvMeshShader()
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 10557 uint32_t maxMeshOutputVertices; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 47016 uint32_t maxMeshOutputVertices = {}; global() member [all...] |
H A D | vulkan_core.h | 10960 uint32_t maxMeshOutputVertices; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 12050 uint32_t maxMeshOutputVertices; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 11120 uint32_t maxMeshOutputVertices; member
|
Completed in 464 milliseconds