Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DPixelProcessor.hpp31 struct States : Memset<States> struct in sw::PixelProcessor
33 States() : Memset(this, 0) {} in States() argument
37 int shaderID;
39 bool depthOverride : 1; // TODO: Eliminate by querying shader.
40 bool shaderContainsKill : 1; // TODO: Eliminate by querying shader.
42 DepthCompareMode depthCompareMode : BITS(DEPTH_LAST);
43 AlphaCompareMode alphaCompareMode : BITS(ALPHA_LAST);
44 bool depthWriteEnable : 1;
45 bool quadLayoutDepthBuffer : 1;
47 bool stencilActive : 1;
[all …]
DSetupProcessor.hpp36 struct States : Memset<States> struct in sw::SetupProcessor
38 States() : Memset(this, 0) {} in States() function
42 bool isDrawPoint : 1;
43 bool isDrawLine : 1;
44 bool isDrawTriangle : 1;
45 bool isDrawSolidTriangle : 1;
46 bool interpolateZ : 1;
47 bool interpolateW : 1;
48 bool perspective : 1;
49 bool pointSprite : 1;
[all …]
DVertexProcessor.hpp47 struct States : Memset<States> struct in sw::VertexProcessor
49 States() : Memset(this, 0) {} in States() function
53 uint64_t shaderID;
55 bool fixedFunction : 1; // TODO: Eliminate by querying shader.
56 bool textureSampling : 1; // TODO: Eliminate by querying shader.
57 …unsigned int positionRegister : BITS(MAX_VERTEX_OUTPUTS); // TODO: Eliminate by querying shader.
58 …unsigned int pointSizeRegister : BITS(MAX_VERTEX_OUTPUTS); // TODO: Eliminate by querying shader.
60 unsigned int vertexBlendMatrixCount : 3;
61 bool indexedVertexBlendEnable : 1;
62 bool vertexNormalActive : 1;
[all …]
/external/swiftshader/src/Device/
DSetupProcessor.hpp40 struct States : Memset<States> struct in sw::SetupProcessor
42 States() in States() function
48 bool isDrawPoint : 1;
49 bool isDrawLine : 1;
50 bool isDrawTriangle : 1;
51 bool fixedPointDepthBuffer : 1;
52 bool applyConstantDepthBias : 1;
53 bool applySlopeDepthBias : 1;
54 bool applyDepthBiasClamp : 1;
55 bool interpolateZ : 1;
[all …]
DPixelProcessor.hpp36 struct States : Memset<States> struct in sw::PixelProcessor
40 struct StencilOpState
60 States() in States() argument
66 uint64_t shaderID;
67 uint32_t pipelineLayoutIdentifier;
69 unsigned int numClipDistances;
70 unsigned int numCullDistances;
72 VkCompareOp depthCompareMode;
73 bool depthWriteEnable;
75 bool stencilActive;
[all …]
DVertexProcessor.hpp59 struct States : Memset<States> struct in sw::VertexProcessor
61 States() in States() argument
67 uint64_t shaderID;
68 uint32_t pipelineLayoutIdentifier;
70 struct Input
81 Input input[MAX_INTERFACE_COMPONENTS / 4];
82 bool robustBufferAccess : 1;
83 bool isPoint : 1;
/external/openscreen/osp/impl/quic/
Dquic_server_unittest.cc156 TEST_F(QuicServerTest, States) { in TEST_F() argument
Dquic_client_unittest.cc200 TEST_F(QuicClientTest, States) { in TEST_F() argument
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/flv/
DFlvExtractor.java52 private @interface States {} annotation in FlvExtractor
/external/webrtc/pc/
Dsctp_transport_unittest.cc98 const std::vector<SctpTransportState>& States() { return states_; } in States() function in webrtc::TestSctpTransportObserver
/external/perfetto/ui/src/controller/
Dtrace_controller.ts86 type States = 'init'|'loading_trace'|'ready'; alias
/external/pdfium/third_party/lcms/src/
Dcmssamp.c47 cmsFloat64Number States[4] = { 1.0, 1.0, 1.0, 1.0 }; in CreateRoundtripXForm() local
/external/llvm-project/llvm/lib/Analysis/
DCFLAndersAliasAnalysis.cpp174 auto &States = ReachMap[To][From]; in insert() local
/external/autotest/server/cros/dynamic_suite/
Dsuite.py95 States = autotest_enum.AutotestEnum('NOT_ATTEMPTED', 'ATTEMPTED', 'RETRIED', variable in RetryHandler
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCFLAndersAliasAnalysis.cpp174 auto &States = ReachMap[To][From]; in insert() local
/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/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp803 MapVector<Value *, BDVState> States; in findBasePointer() local
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp688 MapVector<Value *, BDVState> States; in findBasePointer() local
/external/llvm-project/clang/utils/TableGen/
DClangDiagnosticsEmitter.cpp1657 std::set<std::string> States; in getDefaultSeverities() local
/external/llvm-project/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp819 MapVector<Value *, BDVState> States; in findBasePointer() local
/external/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp1199 SmallVector<CallableWhenAttr::ConsumedState, 3> States; in handleCallableWhenAttr() local