Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShader.hpp621 struct ExecutionModes struct in sw::SpirvShader
623 bool EarlyFragmentTests : 1;
624 bool DepthReplacing : 1;
625 bool DepthGreater : 1;
626 bool DepthLess : 1;
627 bool DepthUnchanged : 1;
630 int WorkgroupSizeX = 1;
631 int WorkgroupSizeY = 1;
632 int WorkgroupSizeZ = 1;