/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderPropertyTests.cpp | 488 if (properties.maxMeshWorkGroupSize[0] < minSizeX || in checkSupport() 489 properties.maxMeshWorkGroupSize[1] < minSizeY || in checkSupport() 490 properties.maxMeshWorkGroupSize[2] < minSizeZ) in checkSupport() 492 TCU_FAIL("maxMeshWorkGroupSize property below the minimum limit"); in checkSupport()
|
H A D | vktMeshShaderMiscTests.cpp | 2606 if (localSize > properties.maxMeshWorkGroupSize[0]) in checkSupport()
|
H A D | vktMeshShaderMiscTestsEXT.cpp | 2829 if (localSize > properties.maxMeshWorkGroupSize[0]) in checkSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderPropertyTests.cpp | 488 if (properties.maxMeshWorkGroupSize[0] < minSizeX || in checkSupport() 489 properties.maxMeshWorkGroupSize[1] < minSizeY || in checkSupport() 490 properties.maxMeshWorkGroupSize[2] < minSizeZ) in checkSupport() 492 TCU_FAIL("maxMeshWorkGroupSize property below the minimum limit"); in checkSupport()
|
H A D | vktMeshShaderMiscTests.cpp | 2606 if (localSize > properties.maxMeshWorkGroupSize[0]) in checkSupport()
|
H A D | vktMeshShaderMiscTestsEXT.cpp | 2811 if (localSize > properties.maxMeshWorkGroupSize[0]) in checkSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
H A D | vktSubgroupsSizeControlTests.cpp | 691 const auto& maxWorkGroupSize = (isMesh ? meshProperties.maxMeshWorkGroupSize : meshProperties.maxTaskWorkGroupSize); in test() 914 const auto& maxWorkGroupSize = (isMesh ? meshProperties.maxMeshWorkGroupSize : meshProperties.maxTaskWorkGroupSize); in testRequireSubgroupSize()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
H A D | vktSubgroupsSizeControlTests.cpp | 692 const auto& maxWorkGroupSize = (isMesh ? meshProperties.maxMeshWorkGroupSize : meshProperties.maxTaskWorkGroupSize); in test() 910 const auto& maxWorkGroupSize = (isMesh ? meshProperties.maxMeshWorkGroupSize : meshProperties.maxTaskWorkGroupSize); in testRequireSubgroupSize()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 2512 props->maxMeshWorkGroupSize[0] = max_workgroup_size; in anv_GetPhysicalDeviceProperties2() 2513 props->maxMeshWorkGroupSize[1] = 1; in anv_GetPhysicalDeviceProperties2() 2514 props->maxMeshWorkGroupSize[2] = 1; in anv_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 2545 properties->maxMeshWorkGroupSize[0] = 256; in radv_GetPhysicalDeviceProperties2() 2546 properties->maxMeshWorkGroupSize[1] = 256; in radv_GetPhysicalDeviceProperties2() 2547 properties->maxMeshWorkGroupSize[2] = 256; in radv_GetPhysicalDeviceProperties2()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 1413 { PN(checkAlways), PN(meshShaderPropertiesNV.maxMeshWorkGroupSize[0]), LIM_MIN_UINT32(32) }, in validateLimitsNvMeshShader() 1414 { PN(checkAlways), PN(meshShaderPropertiesNV.maxMeshWorkGroupSize[1]), LIM_MIN_UINT32(1) }, in validateLimitsNvMeshShader() 1415 { PN(checkAlways), PN(meshShaderPropertiesNV.maxMeshWorkGroupSize[2]), LIM_MIN_UINT32(1) }, in validateLimitsNvMeshShader()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 1404 { PN(checkAlways), PN(meshShaderPropertiesNV.maxMeshWorkGroupSize[0]), LIM_MIN_UINT32(32) }, in validateLimitsNvMeshShader() 1405 { PN(checkAlways), PN(meshShaderPropertiesNV.maxMeshWorkGroupSize[1]), LIM_MIN_UINT32(1) }, in validateLimitsNvMeshShader() 1406 { PN(checkAlways), PN(meshShaderPropertiesNV.maxMeshWorkGroupSize[2]), LIM_MIN_UINT32(1) }, in validateLimitsNvMeshShader()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderExecutor.cpp | 3024 const int maxValuesPerInvocation = m_context.getMeshShaderPropertiesEXT().maxMeshWorkGroupSize[0]; in execute()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderExecutor.cpp | 3024 const int maxValuesPerInvocation = m_context.getMeshShaderPropertiesEXT().maxMeshWorkGroupSize[0]; in execute()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 13933 uint32_t maxMeshWorkGroupSize[3]; member 19326 uint32_t maxMeshWorkGroupSize[3]; member
|
H A D | vulkan_hash.hpp | 9829 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMeshShaderPropertiesEXT.maxMeshWorkGroupSize[i] ); 9871 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMeshShaderPropertiesNV.maxMeshWorkGroupSize[i] );
|
H A D | vulkan_structs.hpp | [all...] |
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 10555 uint32_t maxMeshWorkGroupSize[3]; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 47014 VULKAN_HPP_NAMESPACE::ArrayWrapper1D<uint32_t, 3> maxMeshWorkGroupSize = {}; global() member [all...] |
H A D | vulkan_core.h | 10958 uint32_t maxMeshWorkGroupSize[3]; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 12048 uint32_t maxMeshWorkGroupSize[3]; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 11118 uint32_t maxMeshWorkGroupSize[3]; member
|