Home
last modified time | relevance | path

Searched refs:maxMeshWorkGroupSize (Results 1 - 22 of 22) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderPropertyTests.cpp488 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 DvktMeshShaderMiscTests.cpp2606 if (localSize > properties.maxMeshWorkGroupSize[0]) in checkSupport()
H A DvktMeshShaderMiscTestsEXT.cpp2829 if (localSize > properties.maxMeshWorkGroupSize[0]) in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderPropertyTests.cpp488 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 DvktMeshShaderMiscTests.cpp2606 if (localSize > properties.maxMeshWorkGroupSize[0]) in checkSupport()
H A DvktMeshShaderMiscTestsEXT.cpp2811 if (localSize > properties.maxMeshWorkGroupSize[0]) in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsSizeControlTests.cpp691 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 DvktSubgroupsSizeControlTests.cpp692 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 Danv_device.c2512 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 Dradv_device.c2545 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 DvktApiFeatureInfo.cpp1413 { 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 DvktApiFeatureInfo.cpp1404 { 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 DvktShaderExecutor.cpp3024 const int maxValuesPerInvocation = m_context.getMeshShaderPropertiesEXT().maxMeshWorkGroupSize[0]; in execute()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp3024 const int maxValuesPerInvocation = m_context.getMeshShaderPropertiesEXT().maxMeshWorkGroupSize[0]; in execute()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h13933 uint32_t maxMeshWorkGroupSize[3]; member
19326 uint32_t maxMeshWorkGroupSize[3]; member
H A Dvulkan_hash.hpp9829 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMeshShaderPropertiesEXT.maxMeshWorkGroupSize[i] );
9871 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMeshShaderPropertiesNV.maxMeshWorkGroupSize[i] );
H A Dvulkan_structs.hpp[all...]
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h10555 uint32_t maxMeshWorkGroupSize[3]; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp47014 VULKAN_HPP_NAMESPACE::ArrayWrapper1D<uint32_t, 3> maxMeshWorkGroupSize = {}; global() member
[all...]
H A Dvulkan_core.h10958 uint32_t maxMeshWorkGroupSize[3]; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h12048 uint32_t maxMeshWorkGroupSize[3]; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h11118 uint32_t maxMeshWorkGroupSize[3]; member

Completed in 433 milliseconds