Searched defs:workgroupSize (Results 1 – 8 of 8) sorted by relevance
76 uint4 workgroupSize; // [x, y, z, -] member
93 Int4 workgroupSize = *Pointer<Int4>(data + OFFSET(Data, workgroupSize)); in setSubgroupBuiltins() local
1655 Int4 workgroupSize; member in sw::SpirvRoutine
1233 sw::uint3 workgroupSize; member
234 cl::WorkgroupSize workgroupSize = devProgramData->getCompiledWorkgroupSize(getKernelName()); in getOrCreateComputePipeline() local
47 uint32_t workgroupSize; member
152 uint32_t workgroupSize; member168 uint32_t workgroupSize = std::min(workgroupInvocationsX, workgroupInvocationsY); in chooseDispatchSize() local
150 tcu::TestStatus runCompute(Context &context, uint32_t workgroupSize, in runCompute()