Home
last modified time | relevance | path

Searched defs:workgroupSize (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/mlir/test/lib/Dialect/SPIRV/
DTestEntryPointAbi.cpp32 Pass::ListOption<int32_t> workgroupSize{ member in __anon7d5a9ed80111::TestSpirvEntryPointABIPass
/external/swiftshader/src/Pipeline/
DComputeProgram.hpp75 uint4 workgroupSize; // [x, y, z, 0] member
DComputeProgram.cpp113 Int4 workgroupSize = *Pointer<Int4>(data + OFFSET(Data, workgroupSize)); in setSubgroupBuiltins() local
DSpirvShader.hpp1413 Int4 workgroupSize; member in sw::SpirvRoutine
DSpirvShaderDebugger.cpp1233 sw::uint3 workgroupSize; member
/external/llvm-project/mlir/lib/Dialect/GPU/Transforms/
DAllReduceLowering.cpp78 Value workgroupSize = create<MulIOp>(int32Type, tmp4, dimZ); in rewrite() local
/external/ImageMagick/MagickCore/
Daccelerate.c3972 workgroupSize = 256; in resizeHorizontalFilter() local
4156 workgroupSize = 256; in resizeVerticalFilter() local
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp144 tcu::TestStatus runCompute(Context& context, deUint32 workgroupSize) in runCompute()