/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderPropertyTests.cpp | 368 if (properties.maxTaskWorkGroupSize[0] < minSizeX || in checkSupport() 369 properties.maxTaskWorkGroupSize[1] < minSizeY || in checkSupport() 370 properties.maxTaskWorkGroupSize[2] < minSizeZ) in checkSupport() 372 TCU_FAIL("maxTaskWorkGroupSize property below the minimum limit"); in checkSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderPropertyTests.cpp | 368 if (properties.maxTaskWorkGroupSize[0] < minSizeX || in checkSupport() 369 properties.maxTaskWorkGroupSize[1] < minSizeY || in checkSupport() 370 properties.maxTaskWorkGroupSize[2] < minSizeZ) in checkSupport() 372 TCU_FAIL("maxTaskWorkGroupSize property below the minimum limit"); 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 | 2505 props->maxTaskWorkGroupSize[0] = max_workgroup_size; in anv_GetPhysicalDeviceProperties2() 2506 props->maxTaskWorkGroupSize[1] = 1; in anv_GetPhysicalDeviceProperties2() 2507 props->maxTaskWorkGroupSize[2] = 1; in anv_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 2532 properties->maxTaskWorkGroupSize[0] = 1024; in radv_GetPhysicalDeviceProperties2() 2533 properties->maxTaskWorkGroupSize[1] = 1024; in radv_GetPhysicalDeviceProperties2() 2534 properties->maxTaskWorkGroupSize[2] = 1024; in radv_GetPhysicalDeviceProperties2()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 1407 { PN(checkAlways), PN(meshShaderPropertiesNV.maxTaskWorkGroupSize[0]), LIM_MIN_UINT32(32) }, in validateLimitsNvMeshShader() 1408 { PN(checkAlways), PN(meshShaderPropertiesNV.maxTaskWorkGroupSize[1]), LIM_MIN_UINT32(1) }, in validateLimitsNvMeshShader() 1409 { PN(checkAlways), PN(meshShaderPropertiesNV.maxTaskWorkGroupSize[2]), LIM_MIN_UINT32(1) }, in validateLimitsNvMeshShader()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 1398 { PN(checkAlways), PN(meshShaderPropertiesNV.maxTaskWorkGroupSize[0]), LIM_MIN_UINT32(32) }, in validateLimitsNvMeshShader() 1399 { PN(checkAlways), PN(meshShaderPropertiesNV.maxTaskWorkGroupSize[1]), LIM_MIN_UINT32(1) }, in validateLimitsNvMeshShader() 1400 { PN(checkAlways), PN(meshShaderPropertiesNV.maxTaskWorkGroupSize[2]), LIM_MIN_UINT32(1) }, in validateLimitsNvMeshShader()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 13929 uint32_t maxTaskWorkGroupSize[3]; member 19319 uint32_t maxTaskWorkGroupSize[3]; member
|
H A D | vulkan_hash.hpp | 9816 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMeshShaderPropertiesEXT.maxTaskWorkGroupSize[i] ); 9864 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMeshShaderPropertiesNV.maxTaskWorkGroupSize[i] );
|
H A D | vulkan_structs.hpp | [all...] |
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 10551 uint32_t maxTaskWorkGroupSize[3]; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 47010 VULKAN_HPP_NAMESPACE::ArrayWrapper1D<uint32_t, 3> maxTaskWorkGroupSize = {}; global() member [all...] |
H A D | vulkan_core.h | 10954 uint32_t maxTaskWorkGroupSize[3]; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 12044 uint32_t maxTaskWorkGroupSize[3]; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 11114 uint32_t maxTaskWorkGroupSize[3]; member
|