Searched defs:workgroupSize (Results 1 – 8 of 8) sorted by relevance
32 Pass::ListOption<int32_t> workgroupSize{ member in __anon7d5a9ed80111::TestSpirvEntryPointABIPass
75 uint4 workgroupSize; // [x, y, z, 0] member
113 Int4 workgroupSize = *Pointer<Int4>(data + OFFSET(Data, workgroupSize)); in setSubgroupBuiltins() local
1413 Int4 workgroupSize; member in sw::SpirvRoutine
1233 sw::uint3 workgroupSize; member
78 Value workgroupSize = create<MulIOp>(int32Type, tmp4, dimZ); in rewrite() local
3972 workgroupSize = 256; in resizeHorizontalFilter() local4156 workgroupSize = 256; in resizeVerticalFilter() local
144 tcu::TestStatus runCompute(Context& context, deUint32 workgroupSize) in runCompute()