Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DPixelProcessor.hpp31 struct States struct in sw::PixelProcessor
35 int shaderID;
37 bool depthOverride : 1; // TODO: Eliminate by querying shader.
38 bool shaderContainsKill : 1; // TODO: Eliminate by querying shader.
40 DepthCompareMode depthCompareMode : BITS(DEPTH_LAST);
41 AlphaCompareMode alphaCompareMode : BITS(ALPHA_LAST);
42 bool depthWriteEnable : 1;
43 bool quadLayoutDepthBuffer : 1;
45 bool stencilActive : 1;
46 StencilCompareMode stencilCompareMode : BITS(STENCIL_LAST);
[all …]
DSetupProcessor.hpp36 struct States struct in sw::SetupProcessor
40 bool isDrawPoint : 1;
41 bool isDrawLine : 1;
42 bool isDrawTriangle : 1;
43 bool isDrawSolidTriangle : 1;
44 bool interpolateZ : 1;
45 bool interpolateW : 1;
46 bool perspective : 1;
47 bool pointSprite : 1;
48 unsigned int positionRegister : BITS(VERTEX_OUTPUT_LAST);
[all …]
DVertexProcessor.hpp47 struct States struct in sw::VertexProcessor
51 uint64_t shaderID;
53 bool fixedFunction : 1; // TODO: Eliminate by querying shader.
54 bool textureSampling : 1; // TODO: Eliminate by querying shader.
55 …unsigned int positionRegister : BITS(MAX_VERTEX_OUTPUTS); // TODO: Eliminate by querying shader.
56 …unsigned int pointSizeRegister : BITS(MAX_VERTEX_OUTPUTS); // TODO: Eliminate by querying shader.
58 unsigned int vertexBlendMatrixCount : 3;
59 bool indexedVertexBlendEnable : 1;
60 bool vertexNormalActive : 1;
61 bool normalizeNormals : 1;
[all …]
/external/pdfium/third_party/lcms/src/
Dcmssamp.c47 cmsFloat64Number States[4] = { 1.0, 1.0, 1.0, 1.0 }; in CreateRoundtripXForm() local
/external/autotest/server/cros/dynamic_suite/
Dsuite.py91 States = enum.Enum('NOT_ATTEMPTED', 'ATTEMPTED', 'RETRIED', variable in RetryHandler
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp213 SmallVector<RecursiveState, 16> States(cfg->getNumBlockIDs(), FoundNoPath); in checkForRecursiveFunctionCall() local
DSemaDeclAttr.cpp921 SmallVector<CallableWhenAttr::ConsumedState, 3> States; in handleCallableWhenAttr() local
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp688 MapVector<Value *, BDVState> States; in findBasePointer() local