Home
last modified time | relevance | path

Searched defs:ComputePassDesc (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/graphite/
DComputeTypes.h52 struct ComputePassDesc { struct
53 WorkgroupSize fGlobalDispatchSize;
67 WorkgroupSize fLocalDispatchSize;
/external/skia/src/gpu/graphite/vk/
DVulkanCommandBuffer.cpp251 bool VulkanCommandBuffer::onAddComputePass(const ComputePassDesc&, in onAddComputePass()