Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_tex.h79 struct Inputs { struct
81 const nir_variable *sampler_deref;
82 const nir_variable *texture_deref;
83 RegisterVec4 coord;
84 PVirtualValue bias;
85 PVirtualValue comperator;
86 PVirtualValue lod;
87 RegisterVec4 ddx;
88 RegisterVec4 ddy;
89 nir_src *offset;
[all …]
Dsfn_instr_tex.cpp948 TexInstr::Inputs::Inputs(const nir_tex_instr& instr, ValueFactory& vf): in Inputs() function in r600::TexInstr::Inputs
/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/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;
Dninja_binary_target_writer_unittest.cc114 TEST_F(NinjaBinaryTargetWriterTest, Inputs) { in TEST_F() argument
Dninja_rust_binary_target_writer_unittest.cc1466 TEST_F(NinjaRustBinaryTargetWriterTest, Inputs) { in TEST_F() argument
/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()
/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.py43 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/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h298 struct tgsi_exec_vector *Inputs; member
/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/vk-gl-cts/modules/glshared/
DglsBuiltinPrecisionTests.cpp4510 struct Inputs struct
4512 vector<typename In::In0> in0;
4513 vector<typename In::In1> in1;
4514 vector<typename In::In2> in2;
4515 vector<typename In::In3> in3;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp6113 struct Inputs struct
6115 vector<typename In::In0> in0;
6116 vector<typename In::In1> in1;
6117 vector<typename In::In2> in2;
6118 vector<typename In::In3> in3;

12