Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DSpirvShader.hpp536 struct ExecutionModes struct in sw::Spirv
538 bool EarlyFragmentTests : 1;
539 bool DepthReplacing : 1;
540 bool DepthGreater : 1;
541 bool DepthLess : 1;
542 bool DepthUnchanged : 1;
543 bool StencilRefReplacing : 1;
546 Object::ID WorkgroupSizeX = 1;
547 Object::ID WorkgroupSizeY = 1;
548 Object::ID WorkgroupSizeZ = 1;
[all …]