Home
last modified time | relevance | path

Searched refs:maxWorkGroupCount (Results 1 - 7 of 7) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsicsStorage.cpp537 const tcu::UVec3 maxWorkGroupCount = tcu::UVec3(65535u, 65535u, 65535u); in recordCommands() local
539 if (maxWorkGroupCount.x() < xWorkGroupCount || in recordCommands()
540 maxWorkGroupCount.y() < yWorkGroupCount || in recordCommands()
541 maxWorkGroupCount.z() < zWorkGroupCount) in recordCommands()
H A DvktSparseResourcesImageMemoryAliasing.cpp211 const tcu::UVec3 maxWorkGroupCount = tcu::UVec3(65535u, 65535u, 65535u); in iterate() local
667 if (maxWorkGroupCount.x() < xWorkGroupCount || in iterate()
668 maxWorkGroupCount.y() < yWorkGroupCount || in iterate()
669 maxWorkGroupCount.z() < zWorkGroupCount) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsicsStorage.cpp537 const tcu::UVec3 maxWorkGroupCount = tcu::UVec3(65535u, 65535u, 65535u); in recordCommands() local
539 if (maxWorkGroupCount.x() < xWorkGroupCount || in recordCommands()
540 maxWorkGroupCount.y() < yWorkGroupCount || in recordCommands()
541 maxWorkGroupCount.z() < zWorkGroupCount) in recordCommands()
H A DvktSparseResourcesImageMemoryAliasing.cpp213 const tcu::UVec3 maxWorkGroupCount = tcu::UVec3(65535u, 65535u, 65535u); in iterate() local
669 if (maxWorkGroupCount.x() < xWorkGroupCount || in iterate()
670 maxWorkGroupCount.y() < yWorkGroupCount || in iterate()
671 maxWorkGroupCount.z() < zWorkGroupCount) in iterate()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h17216 uint32_t maxWorkGroupCount[3]; member
H A Dvulkan_hash.hpp7603 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceClusterCullingShaderPropertiesHUAWEI.maxWorkGroupCount[i] );
H A Dvulkan_structs.hpp[all...]

Completed in 122 milliseconds