Home
last modified time | relevance | path

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

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