| /third_party/gn/src/gn/ |
| D | analyzer.cc | 31 struct Inputs { struct 32 std::vector<SourceFile> source_vec; 33 std::vector<Label> compile_vec; 34 std::vector<Label> test_vec; 35 bool compile_included_all = false; 36 std::set<const SourceFile*> source_files; 37 std::set<Label> compile_labels; 38 std::set<Label> test_labels;
|
| /third_party/flutter/skia/src/sksl/ir/ |
| D | SkSLProgram.h | 113 struct Inputs { struct 115 bool fRTWidth; 118 bool fRTHeight; 122 bool fFlipY; 124 void reset() { in reset() 130 bool isEmpty() { in isEmpty()
|
| /third_party/skia/third_party/externals/swiftshader/src/Device/ |
| D | Context.hpp | 63 struct Inputs struct 70 inline const DescriptorSet::Array &getDescriptorSetObjects() const { return descriptorSetObjects; } in getDescriptorSetObjects() 71 inline const DescriptorSet::Bindings &getDescriptorSets() const { return descriptorSets; } in getDescriptorSets() 72 …riptorSet::DynamicOffsets &getDescriptorDynamicOffsets() const { return descriptorDynamicOffsets; } in getDescriptorDynamicOffsets() 73 inline const sw::Stream &getStream(uint32_t i) const { return stream[i]; } in getStream() 80 VertexInputBinding vertexInputBindings[MAX_VERTEX_INPUT_BINDINGS] = {}; 81 DescriptorSet::Array descriptorSetObjects = {}; 82 DescriptorSet::Bindings descriptorSets = {}; 83 DescriptorSet::DynamicOffsets descriptorDynamicOffsets = {}; 84 sw::Stream stream[sw::MAX_INTERFACE_COMPONENTS / 4];
|
| D | Context.cpp | 175 Inputs::Inputs(const VkPipelineVertexInputStateCreateInfo *vertexInputState) in Inputs() function in vk::Inputs
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| D | HexagonConstPropagation.cpp | 1081 bool MachineConstEvaluator::getCell(const RegisterSubReg &R, const CellMap &Inputs, in getCell() 1108 const RegisterSubReg &R2, const CellMap &Inputs, bool &Result) { in evaluateCMPrr() 1147 const APInt &A2, const CellMap &Inputs, bool &Result) { in evaluateCMPri() 1174 uint64_t Props2, const CellMap &Inputs, bool &Result) { in evaluateCMPrp() 1367 const CellMap &Inputs, LatticeCell &Result) { in evaluateCOPY() 1372 const RegisterSubReg &R2, const CellMap &Inputs, LatticeCell &Result) { in evaluateANDrr() 1403 const APInt &A2, const CellMap &Inputs, LatticeCell &Result) { in evaluateANDri() 1439 const RegisterSubReg &R2, const CellMap &Inputs, LatticeCell &Result) { in evaluateORrr() 1470 const APInt &A2, const CellMap &Inputs, LatticeCell &Result) { in evaluateORri() 1506 const RegisterSubReg &R2, const CellMap &Inputs, LatticeCell &Result) { in evaluateXORrr() [all …]
|
| D | HexagonBitTracker.cpp | 188 const CellMapType &Inputs, in evaluate() 983 const CellMapType &Inputs, in evaluate() 1056 const CellMapType &Inputs, in evaluateLoad() 1214 const CellMapType &Inputs, in evaluateFormalCopy()
|
| D | BitTracker.cpp | 721 const CellMapType &Inputs, in evaluate()
|
| D | HexagonLoopIdiomRecognition.cpp | 1355 ValueSeq Inputs; in convertShiftsToLeft() local
|
| D | HexagonBitSimplify.cpp | 3218 RegisterSet Inputs; in processLoop() local
|
| /third_party/skia/src/sksl/ir/ |
| D | SkSLProgram.h | 68 struct Inputs { struct 69 bool fUseFlipRTUniform = false;
|
| /third_party/skia/src/sksl/ |
| D | SkSLThreadContext.h | 71 static SkSL::Program::Inputs& Inputs() { return Instance().fInputs; } in Inputs() function
|
| /third_party/python/Lib/distutils/tests/ |
| D | test_register.py | 42 class Inputs(object): class
|
| /third_party/flutter/skia/third_party/externals/sdl/src/joystick/windows/ |
| D | SDL_windowsjoystick_c.h | 75 input_t Inputs[MAX_INPUTS]; member
|
| /third_party/json/test/thirdparty/Fuzzer/ |
| D | FuzzerCorpus.h | 206 std::vector<InputInfo*> Inputs; variable
|
| D | FuzzerDriver.cpp | 75 static std::vector<std::string> *Inputs; variable
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | GlobalsModRef.cpp | 638 SmallVector<const Value *, 8> Inputs; in isNonEscapingGlobalNoAliasWithLoad() local 724 SmallVector<const Value *, 8> Inputs; in isNonEscapingGlobalNoAlias() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/ |
| D | OMPIRBuilder.cpp | 454 SetVector<Value *> Inputs, Outputs, SinkingCands, HoistingCands; in CreateParallel() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
| D | HotColdSplitting.cpp | 314 SetVector<Value *> Inputs, Outputs, Sinks; in extractColdRegion() local
|
| D | PartialInlining.cpp | 1129 SetVector<Value *> Inputs, Outputs, Sinks; in doMultiRegionFunctionOutlining() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| D | CodeExtractor.cpp | 598 void CodeExtractor::findInputsOutputs(ValueSet &Inputs, ValueSet &Outputs, in findInputsOutputs()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| D | LoopStrengthReduce.cpp | 5071 SmallVector<Instruction *, 4> Inputs; in AdjustInsertPositionForExpand() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
| D | BitcodeReader.cpp | 5110 std::vector<Value *> Inputs; in parseFunctionBody() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeVectorTypes.cpp | 1771 SDValue Inputs[4]; in SplitVecRes_VECTOR_SHUFFLE() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
| D | PPCISelLowering.cpp | 12416 SmallVector<SDValue, 4> Inputs; in DAGCombineTruncBoolExt() local 12646 SmallVector<SDValue, 4> Inputs; in DAGCombineExtBoolTrunc() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
| D | LLParser.cpp | 2530 std::vector<Value *> Inputs; in ParseOptionalOperandBundles() local
|