Home
last modified time | relevance | path

Searched refs:maxTaskWorkGroupSize (Results 1 - 16 of 16) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderPropertyTests.cpp368 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 DvktMeshShaderPropertyTests.cpp368 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 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.c2505 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 Dradv_device.c2532 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 DvktApiFeatureInfo.cpp1407 { 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 DvktApiFeatureInfo.cpp1398 { 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 Dvulkan_core.h13929 uint32_t maxTaskWorkGroupSize[3]; member
19319 uint32_t maxTaskWorkGroupSize[3]; member
H A Dvulkan_hash.hpp9816 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMeshShaderPropertiesEXT.maxTaskWorkGroupSize[i] );
9864 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMeshShaderPropertiesNV.maxTaskWorkGroupSize[i] );
H A Dvulkan_structs.hpp[all...]
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h10551 uint32_t maxTaskWorkGroupSize[3]; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp47010 VULKAN_HPP_NAMESPACE::ArrayWrapper1D<uint32_t, 3> maxTaskWorkGroupSize = {}; global() member
[all...]
H A Dvulkan_core.h10954 uint32_t maxTaskWorkGroupSize[3]; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h12044 uint32_t maxTaskWorkGroupSize[3]; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h11114 uint32_t maxTaskWorkGroupSize[3]; member

Completed in 389 milliseconds