/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Context.h | 304 struct State struct 306 Color colorClearValue; 307 GLclampf depthClearValue; 308 int stencilClearValue; 310 bool cullFaceEnabled; 311 GLenum cullMode; 312 GLenum frontFace; 313 bool depthTestEnabled; 314 GLenum depthFunc; 315 bool blendEnabled; [all …]
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | Context.h | 217 struct State struct 219 Color colorClearValue; 220 GLclampf depthClearValue; 221 int stencilClearValue; 223 bool cullFaceEnabled; 224 GLenum cullMode; 225 GLenum frontFace; 226 bool depthTestEnabled; 227 GLenum depthFunc; 228 bool blendEnabled; [all …]
|
/external/swiftshader/src/Renderer/ |
D | TextureStage.hpp | 97 struct State struct in sw::TextureStage 101 unsigned int stageOperation : BITS(STAGE_LAST); 102 unsigned int firstArgument : BITS(SOURCE_LAST); 103 unsigned int secondArgument : BITS(SOURCE_LAST); 104 unsigned int thirdArgument : BITS(SOURCE_LAST); 105 unsigned int stageOperationAlpha : BITS(STAGE_LAST); 106 unsigned int firstArgumentAlpha : BITS(SOURCE_LAST); 107 unsigned int secondArgumentAlpha : BITS(SOURCE_LAST); 108 unsigned int thirdArgumentAlpha : BITS(SOURCE_LAST); 109 unsigned int firstModifier : BITS(MODIFIER_LAST); [all …]
|
D | Sampler.hpp | 145 struct State struct in sw::Sampler 149 TextureType textureType : BITS(TEXTURE_LAST); 150 Format textureFormat : BITS(FORMAT_LAST); 151 FilterType textureFilter : BITS(FILTER_LAST); 152 AddressingMode addressingModeU : BITS(ADDRESSING_LAST); 153 AddressingMode addressingModeV : BITS(ADDRESSING_LAST); 154 AddressingMode addressingModeW : BITS(ADDRESSING_LAST); 155 MipmapType mipmapFilter : BITS(FILTER_LAST); 156 bool sRGB : 1; 157 SwizzleType swizzleR : BITS(SWIZZLE_LAST); [all …]
|
D | Blitter.hpp | 56 struct State : Memset<State>, Options struct in sw::Blitter 58 State() : Memset(this, 0) {} in State() function 59 State(const Options &options) : Memset(this, 0), Options(options) {} in State() function 61 bool operator==(const State &state) const in operator ==() 67 Format sourceFormat; 68 Format destFormat; 69 int destSamples;
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/arm64/ |
D | DNBArchImplARM64.h | 125 struct State { struct 132 State() { in State() argument 141 void InvalidateRegisterSetState(int set) { SetError(set, Read, -1); } in InvalidateRegisterSetState() argument 143 void InvalidateAllRegisterStates() { SetError(e_regSetALL, Read, -1); } in InvalidateAllRegisterStates() argument 145 kern_return_t GetError(int set, uint32_t err_idx) const { in GetError() 166 bool SetError(int set, uint32_t err_idx, kern_return_t err) { in SetError() 202 kern_return_t GetGPRState(bool force); argument
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device_embeddertest.cpp | 20 struct State { struct 21 enum class Change { kNo, kYes }; 22 enum class Save { kNo, kYes }; 23 enum class Clip { kNo, kSame, kDifferentPath, kDifferentMatrix }; 24 enum class Graphic { kNone, kPath, kText }; 26 Change m_change; 27 Save m_save; 28 Clip m_clip; 29 Graphic m_graphic; 30 uint32_t m_pixel; [all …]
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/arm/ |
D | DNBArchImpl.h | 154 struct State { struct 161 State() { in State() argument 170 void InvalidateRegisterSetState(int set) { SetError(set, Read, -1); } in InvalidateRegisterSetState() argument 171 kern_return_t GetError(int set, uint32_t err_idx) const { in GetError() 193 bool SetError(int set, uint32_t err_idx, kern_return_t err) { in SetError() 229 kern_return_t GetGPRState(bool force); argument
|
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
D | enums.go | 133 func formatEnum(f fmt.State, c rune, i int, names []string, unknown string) { 154 func (e TextDocumentSyncKind) Format(f fmt.State, c rune) { 162 func (e InitializeError) Format(f fmt.State, c rune) { 170 func (e MessageType) Format(f fmt.State, c rune) { 178 func (e FileChangeType) Format(f fmt.State, c rune) { 186 func (e WatchKind) Format(f fmt.State, c rune) { 194 func (e CompletionTriggerKind) Format(f fmt.State, c rune) { 202 func (e DiagnosticSeverity) Format(f fmt.State, c rune) { 210 func (e DiagnosticTag) Format(f fmt.State, c rune) { 218 func (e CompletionItemKind) Format(f fmt.State, c rune) { [all …]
|
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
D | enums.go | 133 func formatEnum(f fmt.State, c rune, i int, names []string, unknown string) { 154 func (e TextDocumentSyncKind) Format(f fmt.State, c rune) { 162 func (e InitializeError) Format(f fmt.State, c rune) { 170 func (e MessageType) Format(f fmt.State, c rune) { 178 func (e FileChangeType) Format(f fmt.State, c rune) { 186 func (e WatchKind) Format(f fmt.State, c rune) { 194 func (e CompletionTriggerKind) Format(f fmt.State, c rune) { 202 func (e DiagnosticSeverity) Format(f fmt.State, c rune) { 210 func (e DiagnosticTag) Format(f fmt.State, c rune) { 218 func (e CompletionItemKind) Format(f fmt.State, c rune) { [all …]
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/lsp/protocol/ |
D | enums.go | 133 func formatEnum(f fmt.State, c rune, i int, names []string, unknown string) { 154 func (e TextDocumentSyncKind) Format(f fmt.State, c rune) { 162 func (e InitializeError) Format(f fmt.State, c rune) { 170 func (e MessageType) Format(f fmt.State, c rune) { 178 func (e FileChangeType) Format(f fmt.State, c rune) { 186 func (e WatchKind) Format(f fmt.State, c rune) { 194 func (e CompletionTriggerKind) Format(f fmt.State, c rune) { 202 func (e DiagnosticSeverity) Format(f fmt.State, c rune) { 210 func (e DiagnosticTag) Format(f fmt.State, c rune) { 218 func (e CompletionItemKind) Format(f fmt.State, c rune) { [all …]
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | Taint.cpp | 40 void dumpTaint(ProgramStateRef State) { printTaint(State, llvm::errs()); } in dumpTaint() 42 ProgramStateRef taint::addTaint(ProgramStateRef State, const Stmt *S, in addTaint() 48 ProgramStateRef taint::addTaint(ProgramStateRef State, SVal V, in addTaint() 76 ProgramStateRef taint::addTaint(ProgramStateRef State, const MemRegion *R, in addTaint() 83 ProgramStateRef taint::addTaint(ProgramStateRef State, SymbolRef Sym, in addTaint() 95 ProgramStateRef taint::removeTaint(ProgramStateRef State, SVal V) { in removeTaint() 104 ProgramStateRef taint::removeTaint(ProgramStateRef State, const MemRegion *R) { in removeTaint() 110 ProgramStateRef taint::removeTaint(ProgramStateRef State, SymbolRef Sym) { in removeTaint() 121 ProgramStateRef taint::addPartialTaint(ProgramStateRef State, in addPartialTaint() 144 bool taint::isTainted(ProgramStateRef State, const Stmt *S, in isTainted() [all …]
|
D | ContainerModeling.cpp | 221 void ContainerModeling::checkLiveSymbols(ProgramStateRef State, in checkLiveSymbols() 243 auto State = C.getState(); in checkDeadSymbols() local 269 auto State = C.getState(); in handleBegin() local 291 auto State = C.getState(); in handleEnd() local 313 auto State = C.getState(); in handleAssignment() local 388 auto State = C.getState(); in handleAssign() local 403 auto State = C.getState(); in handleClear() local 431 auto State = C.getState(); in handlePushBack() local 470 auto State = C.getState(); in handlePopBack() local 511 auto State = C.getState(); in handlePushFront() local [all …]
|
D | IteratorRangeChecker.cpp | 149 ProgramStateRef State = C.getState(); in checkPreStmt() local 164 ProgramStateRef State = C.getState(); in checkPreStmt() local 181 ProgramStateRef State = C.getState(); in checkPreStmt() local 191 ProgramStateRef State = C.getState(); in checkPreStmt() local 198 auto State = C.getState(); in verifyDereference() local 224 auto State = C.getState(); in verifyRandomIncrOrDecr() local 298 bool isZero(ProgramStateRef State, const NonLoc &Val) { in isZero() 305 bool isPastTheEnd(ProgramStateRef State, const IteratorPosition &Pos) { in isPastTheEnd() 321 bool isAheadOfRange(ProgramStateRef State, const IteratorPosition &Pos) { in isAheadOfRange() 337 bool isBehindPastTheEnd(ProgramStateRef State, const IteratorPosition &Pos) { in isBehindPastTheEnd() [all …]
|
/external/lzma/CS/7zip/Compress/LZMA/ |
D | LzmaBase.cs | 15 public struct State struct in SevenZip.Compression.LZMA.Base 17 public uint Index; 18 public void Init() { Index = 0; } in Init() 19 public void UpdateChar() in UpdateChar() 25 public void UpdateMatch() { Index = (uint)(Index < 7 ? 7 : 10); } in UpdateMatch() 26 public void UpdateRep() { Index = (uint)(Index < 7 ? 8 : 11); } in UpdateRep() 27 public void UpdateShortRep() { Index = (uint)(Index < 7 ? 9 : 11); } in UpdateShortRep() 28 public bool IsCharState() { return Index < 7; } in IsCharState()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/ |
D | binary.cpp | 185 struct State { struct in __anona9004e0e0111::Parser 186 State(const uint32_t* words_arg, size_t num_words_arg, in State() function 201 State() : State(0, 0, nullptr) {} in State() function 202 const uint32_t* words; // Words in the binary SPIR-V module. 203 size_t num_words; // Number of words in the module. 204 spv_diagnostic* diagnostic; // Where diagnostics go. 205 size_t word_index; // The current position in words. 206 size_t instruction_count; // The count of processed instructions 207 spv_endianness_t endian; // The endianness of the binary. 210 bool requires_endian_conversion; [all …]
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | DynamicType.cpp | 44 DynamicTypeInfo getDynamicTypeInfo(ProgramStateRef State, const MemRegion *MR) { in getDynamicTypeInfo() 63 const DynamicTypeInfo *getRawDynamicTypeInfo(ProgramStateRef State, in getRawDynamicTypeInfo() 75 const DynamicCastInfo *getDynamicCastInfo(ProgramStateRef State, in getDynamicCastInfo() 93 DynamicTypeInfo getClassObjectDynamicTypeInfo(ProgramStateRef State, in getClassObjectDynamicTypeInfo() 99 ProgramStateRef setDynamicTypeInfo(ProgramStateRef State, const MemRegion *MR, in setDynamicTypeInfo() 106 ProgramStateRef setDynamicTypeInfo(ProgramStateRef State, const MemRegion *MR, in setDynamicTypeInfo() 111 ProgramStateRef setDynamicTypeAndCastInfo(ProgramStateRef State, in setDynamicTypeAndCastInfo() 144 ProgramStateRef setClassObjectDynamicTypeInfo(ProgramStateRef State, in setClassObjectDynamicTypeInfo() 151 ProgramStateRef setClassObjectDynamicTypeInfo(ProgramStateRef State, in setClassObjectDynamicTypeInfo() 165 static ProgramStateRef removeDeadImpl(ProgramStateRef State, SymbolReaper &SR) { in removeDeadImpl() [all …]
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | binary.cpp | 185 struct State { struct in __anon3483d3a10111::Parser 186 State(const uint32_t* words_arg, size_t num_words_arg, in State() function 201 State() : State(0, 0, nullptr) {} in State() argument 202 const uint32_t* words; // Words in the binary SPIR-V module. 203 size_t num_words; // Number of words in the module. 204 spv_diagnostic* diagnostic; // Where diagnostics go. 205 size_t word_index; // The current position in words. 206 size_t instruction_count; // The count of processed instructions 207 spv_endianness_t endian; // The endianness of the binary. 210 bool requires_endian_conversion; [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | binary.cpp | 185 struct State { struct in __anon7c9a1a9b0111::Parser 186 State(const uint32_t* words_arg, size_t num_words_arg, in State() argument 201 State() : State(0, 0, nullptr) {} in State() function 202 const uint32_t* words; // Words in the binary SPIR-V module. 203 size_t num_words; // Number of words in the module. 204 spv_diagnostic* diagnostic; // Where diagnostics go. 205 size_t word_index; // The current position in words. 206 size_t instruction_count; // The count of processed instructions 207 spv_endianness_t endian; // The endianness of the binary. 210 bool requires_endian_conversion; [all …]
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/i386/ |
D | DNBArchImplI386.h | 127 struct State { struct 134 State() { in State() argument 143 void InvalidateAllRegisterStates() { SetError(e_regSetALL, Read, -1); } in InvalidateAllRegisterStates() argument 144 kern_return_t GetError(int flavor, uint32_t err_idx) const { in GetError() 165 bool SetError(int flavor, uint32_t err_idx, kern_return_t err) { in SetError() 200 kern_return_t GetGPRState(bool force); argument
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/x86_64/ |
D | DNBArchImplX86_64.h | 127 struct State { struct 134 State() { in State() argument 144 void InvalidateAllRegisterStates() { SetError(e_regSetALL, Read, -1); } in InvalidateAllRegisterStates() argument 146 kern_return_t GetError(int flavor, uint32_t err_idx) const { in GetError() 168 bool SetError(int flavor, uint32_t err_idx, kern_return_t err) { in SetError() 204 kern_return_t GetGPRState(bool force); argument
|
/external/clang/lib/Format/ |
D | ContinuationIndenter.cpp | 79 LineState State; in getInitialState() local 98 bool ContinuationIndenter::canBreak(const LineState &State) { in canBreak() 142 bool ContinuationIndenter::mustBreak(const LineState &State) { in mustBreak() 277 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline, in addTokenToState() 312 void ContinuationIndenter::addTokenOnCurrentLine(LineState &State, bool DryRun, in addTokenOnCurrentLine() 439 unsigned ContinuationIndenter::addTokenOnNewLine(LineState &State, in addTokenOnNewLine() 596 unsigned ContinuationIndenter::getNewLineColumn(const LineState &State) { in getNewLineColumn() 708 unsigned ContinuationIndenter::moveStateToNextToken(LineState &State, in moveStateToNextToken() 825 void ContinuationIndenter::moveStatePastFakeLParens(LineState &State, in moveStatePastFakeLParens() 904 void ContinuationIndenter::moveStatePastFakeRParens(LineState &State) { in moveStatePastFakeRParens() [all …]
|
/external/tensorflow/tensorflow/core/framework/ |
D | cancellation.h | 150 struct State { struct 151 Notification cancelled_notification; 152 gtl::FlatMap<CancellationToken, CancelCallback> callbacks; 156 CancellationManager* first_child = nullptr; // Not owned.
|
/external/swiftshader/src/Device/ |
D | Blitter.hpp | 77 struct State : Memset<State>, Options struct in sw::Blitter 79 State() in State() function 82 State(const Options &options) in State() function 86 …State(vk::Format sourceFormat, vk::Format destFormat, int srcSamples, int destSamples, const Optio… in State() function 95 vk::Format sourceFormat; 96 vk::Format destFormat; 97 int srcSamples = 0; 98 int destSamples = 0; 99 bool filter3D = false;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | ThreadSafeModule.h | 31 struct State { struct 32 State(std::unique_ptr<LLVMContext> Ctx) : Ctx(std::move(Ctx)) {} in State() argument 42 Lock(std::shared_ptr<State> S) : S(std::move(S)), L(this->S->Mutex) {} in Lock() argument
|