Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/
DTestGpuNnapi.cpp149 uint32_t groupCountY; member
185 .groupCountY = workgroupInvocationsY / workgroupSize, in chooseDispatchSize()
386 dispatchSize.groupCountY) { in initialize()
387 GTEST_SKIP() << "Device cannot handle " << dispatchSize.groupCountY in initialize()
703 vkCmdDispatch(mCommandBuffer, dispatchSize.groupCountX, dispatchSize.groupCountY, 1); in initialize()