Searched refs:workGroups (Results 1 – 1 of 1) sorted by relevance
2387 const tcu::IVec3 workGroups(1, 1, 1); in createTest() local2388 vk.cmdDispatch(*cmdBuffer, workGroups.x(), workGroups.y(), workGroups.z()); in createTest()