Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DComputeProgram.hpp76 uint4 workgroupSize; // [x, y, z, -] member
DComputeProgram.cpp93 Int4 workgroupSize = *Pointer<Int4>(data + OFFSET(Data, workgroupSize)); in setSubgroupBuiltins() local
DSpirvShader.hpp1611 Int4 workgroupSize; member in sw::SpirvRoutine
DSpirvShaderDebugger.cpp1233 sw::uint3 workgroupSize; member
/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()