Searched defs:workgroupSize (Results 1 – 6 of 6) sorted by relevance
76 uint4 workgroupSize; // [x, y, z, -] member
93 Int4 workgroupSize = *Pointer<Int4>(data + OFFSET(Data, workgroupSize)); in setSubgroupBuiltins() local
1611 Int4 workgroupSize; member in sw::SpirvRoutine
1233 sw::uint3 workgroupSize; member
3972 workgroupSize = 256; in resizeHorizontalFilter() local4156 workgroupSize = 256; in resizeVerticalFilter() local
144 tcu::TestStatus runCompute(Context& context, deUint32 workgroupSize) in runCompute()