Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DComputeProgram.hpp76 uint4 workgroupSize; // [x, y, z, -] member
H A DComputeProgram.cpp93 Int4 workgroupSize = *Pointer<Int4>(data + OFFSET(Data, workgroupSize)); in setSubgroupBuiltins() local
H A DSpirvShader.hpp1655 Int4 workgroupSize; member in sw::SpirvRoutine
H A DSpirvShaderDebugger.cpp1233 sw::uint3 workgroupSize; member
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DCLKernelVk.cpp234 cl::WorkgroupSize workgroupSize = devProgramData->getCompiledWorkgroupSize(getKernelName()); in getOrCreateComputePipeline() local
H A DCLKernelVk.h47 uint32_t workgroupSize; member
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/
DTestGpuNnapi.cpp152 uint32_t workgroupSize; member
168 uint32_t workgroupSize = std::min(workgroupInvocationsX, workgroupInvocationsY); in chooseDispatchSize() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/compute/
H A DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp150 tcu::TestStatus runCompute(Context &context, uint32_t workgroupSize, in runCompute()