HomeSort by relevance Sort by last modified time
    Searched refs:maxWorkGroupCount (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesShaderIntrinsicsStorage.cpp 486 const tcu::UVec3 maxWorkGroupCount = tcu::UVec3(65535u, 65535u, 65535u);
488 if (maxWorkGroupCount.x() < xWorkGroupCount ||
489 maxWorkGroupCount.y() < yWorkGroupCount ||
490 maxWorkGroupCount.z() < zWorkGroupCount)
vktSparseResourcesImageMemoryAliasing.cpp 170 const tcu::UVec3 maxWorkGroupCount = tcu::UVec3(65535u, 65535u, 65535u);
552 if (maxWorkGroupCount.x() < xWorkGroupCount ||
553 maxWorkGroupCount.y() < yWorkGroupCount ||
554 maxWorkGroupCount.z() < zWorkGroupCount)
    [all...]

Completed in 103 milliseconds