Searched refs:dispatchSize (Results 1 – 1 of 1) sorted by relevance
386 const auto dispatchSize = chooseDispatchSize<dataType>(mPhysicalDeviceProperties.limits); in initialize() local388 dispatchSize.groupCountX) { in initialize()389 GTEST_SKIP() << "Device cannot handle " << dispatchSize.groupCountX in initialize()393 dispatchSize.groupCountY) { in initialize()394 GTEST_SKIP() << "Device cannot handle " << dispatchSize.groupCountY in initialize()638 dispatchSize.workgroupSize, // local_size_x in initialize()639 dispatchSize.workgroupSize, // local_size_y in initialize()710 vkCmdDispatch(mCommandBuffer, dispatchSize.groupCountX, dispatchSize.groupCountY, 1); in initialize()