Home
last modified time | relevance | path

Searched refs:localDispatchSize (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/graphite/compute/
DComputeStep.cpp29 WorkgroupSize localDispatchSize, in ComputeStep() argument
35 , fLocalDispatchSize(localDispatchSize) { in ComputeStep()
DComputeStep.h185 WorkgroupSize localDispatchSize() const { return fLocalDispatchSize; } in localDispatchSize() function
195 WorkgroupSize localDispatchSize,