Home
last modified time | relevance | path

Searched defs:Inputs (Results 1 – 25 of 26) sorted by relevance

12

/third_party/gn/src/gn/
Danalyzer.cc31 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/
DSkSLProgram.h113 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/
DContext.hpp63 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];
DContext.cpp175 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/
DHexagonConstPropagation.cpp1081 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 …]
DHexagonBitTracker.cpp188 const CellMapType &Inputs, in evaluate()
983 const CellMapType &Inputs, in evaluate()
1056 const CellMapType &Inputs, in evaluateLoad()
1214 const CellMapType &Inputs, in evaluateFormalCopy()
DBitTracker.cpp721 const CellMapType &Inputs, in evaluate()
DHexagonLoopIdiomRecognition.cpp1355 ValueSeq Inputs; in convertShiftsToLeft() local
DHexagonBitSimplify.cpp3218 RegisterSet Inputs; in processLoop() local
/third_party/skia/src/sksl/ir/
DSkSLProgram.h68 struct Inputs { struct
69 bool fUseFlipRTUniform = false;
/third_party/skia/src/sksl/
DSkSLThreadContext.h71 static SkSL::Program::Inputs& Inputs() { return Instance().fInputs; } in Inputs() function
/third_party/python/Lib/distutils/tests/
Dtest_register.py42 class Inputs(object): class
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/windows/
DSDL_windowsjoystick_c.h75 input_t Inputs[MAX_INPUTS]; member
/third_party/json/test/thirdparty/Fuzzer/
DFuzzerCorpus.h206 std::vector<InputInfo*> Inputs; variable
DFuzzerDriver.cpp75 static std::vector<std::string> *Inputs; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DGlobalsModRef.cpp638 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/
DOMPIRBuilder.cpp454 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/
DHotColdSplitting.cpp314 SetVector<Value *> Inputs, Outputs, Sinks; in extractColdRegion() local
DPartialInlining.cpp1129 SetVector<Value *> Inputs, Outputs, Sinks; in doMultiRegionFunctionOutlining() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp598 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/
DLoopStrengthReduce.cpp5071 SmallVector<Instruction *, 4> Inputs; in AdjustInsertPositionForExpand() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5110 std::vector<Value *> Inputs; in parseFunctionBody() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp1771 SDValue Inputs[4]; in SplitVecRes_VECTOR_SHUFFLE() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp12416 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/
DLLParser.cpp2530 std::vector<Value *> Inputs; in ParseOptionalOperandBundles() local

12