Home
last modified time | relevance | path

Searched refs:workGroups (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeBasicComputeShaderTests.cpp2387 const tcu::IVec3 workGroups(1, 1, 1); in createTest() local
2388 vk.cmdDispatch(*cmdBuffer, workGroups.x(), workGroups.y(), workGroups.z()); in createTest()