Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DSpirvShader.hpp539 struct ExecutionModes struct in sw::Spirv
541 bool EarlyFragmentTests : 1;
542 bool DepthReplacing : 1;
543 bool DepthGreater : 1;
544 bool DepthLess : 1;
545 bool DepthUnchanged : 1;
546 bool StencilRefReplacing : 1;
549 Object::ID WorkgroupSizeX = 1;
550 Object::ID WorkgroupSizeY = 1;
551 Object::ID WorkgroupSizeZ = 1;
[all …]