HomeSort by relevance Sort by last modified time
    Searched refs:inputs (Results 76 - 100 of 1469) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_interp.h 34 * inputs for posterior quads are done exclusively with additions, and
110 const LLVMValueRef (*inputs)[TGSI_NUM_CHANNELS]; member in struct:lp_build_interp_soa_context
118 const struct lp_shader_input *inputs,
lp_setup_point.c 221 unsigned vert_attr = key->inputs[slot].src_index;
222 unsigned usage_mask = key->inputs[slot].usage_mask;
223 enum lp_interp interp = key->inputs[slot].interp;
468 point->inputs.frontfacing = v0[setup->face_slot][0];
470 point->inputs.frontfacing = TRUE;
478 info.a0 = GET_A0(&point->inputs);
479 info.dadx = GET_DADX(&point->inputs);
480 info.dady = GET_DADY(&point->inputs);
481 info.frontfacing = point->inputs.frontfacing;
487 point->inputs.disable = FALSE
    [all...]
  /external/mesa3d/src/mesa/program/
prog_print.h 59 _mesa_print_vp_inputs(GLbitfield inputs);
62 _mesa_print_fp_inputs(GLbitfield inputs);
  /external/vixl/tools/test_generator/
parser.py 124 "inputs": [
153 for json_input_type in json_data_types["inputs"]
158 for json_input_type in json_data_types["inputs"]
169 immediate as operand. It will also need inputs for the registers, as well as
199 "inputs": [
237 json_description_inputs = json_description["inputs"]
256 "inputs": [
268 "inputs": [
272 "input-limit": 200 // Choose a random sample of 200 inputs.
289 # TODO: The fields in "operands" and "inputs" respectively refer to operand
    [all...]
  /frameworks/base/media/mca/filterpacks/native/imageproc/
brightness.c 49 int brightness_process(const char** inputs,
68 const int* input_ptr = (int*)inputs[0];
contrast.c 44 int contrast_process(const char** inputs,
63 const char* input_ptr = inputs[0];
  /frameworks/ml/nn/driver/sample/
SampleDriverFloatFast.cpp 56 if (operation.inputs.size() > 0) {
57 const Operand& firstOperand = model.operands[operation.inputs[0]];
SampleDriverFloatSlow.cpp 56 if (operation.inputs.size() > 0) {
57 const Operand& firstOperand = model.operands[operation.inputs[0]];
SampleDriverQuant.cpp 56 if (operation.inputs.size() > 0) {
57 const Operand& firstOperand = model.operands[operation.inputs[0]];
  /external/pdfium/core/fpdfapi/page/
pageint.h 36 bool Call(FX_FLOAT* inputs,
54 virtual bool v_Call(FX_FLOAT* inputs, FX_FLOAT* results) const = 0;
70 bool v_Call(FX_FLOAT* inputs, FX_FLOAT* results) const override;
96 bool v_Call(FX_FLOAT* inputs, FX_FLOAT* results) const override;
121 bool v_Call(FX_FLOAT* inputs, FX_FLOAT* results) const override;
  /frameworks/ml/nn/common/operations/
EmbeddingLookupTest.cpp 63 std::vector<uint32_t> inputs; local
66 inputs.push_back(model_.addOperand(&LookupTy));
69 inputs.push_back(model_.addOperand(&ValueTy));
85 model_.addOperation(ANEURALNETWORKS_EMBEDDING_LOOKUP, inputs, outputs);
86 model_.identifyInputsAndOutputs(inputs, outputs);
  /test/vts-testcase/kernel/ltp/shell_environment/definitions/base_definitions/
check_setup_cleanup.py 152 def NormalizeInputLists(self, *inputs):
153 """Normalize inputs to lists of same length.
156 If there are lists in inputs, they should all be of same length;
158 If there are lists and single items in inputs, single items are
160 If there are only single items in inputs, they all get converted to
164 inputs: any inputs
167 a generator of normalized inputs
169 # If any of inputs is None or empty, inputs are considered not vali
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmVariablePointersTests.cpp 342 spec.inputs.push_back(BufferSp(new Float32Buffer(inputAFloats)));
343 spec.inputs.push_back(BufferSp(new Float32Buffer(inputBFloats)));
344 spec.inputs.push_back(BufferSp(new Float32Buffer(inputSFloats)));
366 spec.inputs.push_back(BufferSp(new Float32Buffer(inputAFloats)));
367 spec.inputs.push_back(BufferSp(new Float32Buffer(inputBFloats)));
368 spec.inputs.push_back(BufferSp(new Float32Buffer(inputSFloats)));
398 spec.inputs.push_back(BufferSp(new Float32Buffer(inputAFloats)));
399 spec.inputs.push_back(BufferSp(new Float32Buffer(inputBFloats)));
400 spec.inputs.push_back(BufferSp(new Float32Buffer(inputSFloats)));
425 spec.inputs.push_back(BufferSp(new Float32Buffer(inputAFloats)))
    [all...]
vktSpvAsm16bitStorageTests.cpp 614 spec.inputs.push_back(BufferSp(new Float16Buffer(float16Data)));
668 vector<deInt16> inputs = getInt16s(rnd, numElements); local
674 sOutputs.reserve(inputs.size());
675 uOutputs.reserve(inputs.size());
677 for (deUint32 numNdx = 0; numNdx < inputs.size(); ++numNdx)
679 uOutputs.push_back(static_cast<deUint16>(inputs[numNdx]));
680 if (inputs[numNdx] & signBitMask)
681 sOutputs.push_back(static_cast<deInt32>(inputs[numNdx] | signExtendMask));
683 sOutputs.push_back(static_cast<deInt32>(inputs[numNdx]));
705 spec.inputs.push_back(BufferSp(new Int16Buffer(inputs)))
917 vector<deInt16> inputs = getInt16s(rnd, numElements); local
976 vector<deInt32> inputs = getInt32s(rnd, numDataPoints); local
1395 vector<deInt32> inputs = getInt32s(rnd, numElements); local
2013 vector<deInt32> inputs = getInt32s(rnd, numDataPoints); local
2142 vector<deInt16> inputs = getInt16s(rnd, numDataPoints); local
2477 vector<deInt16> inputs = getInt16s(rnd, numDataPoints); local
2676 vector<deInt16> inputs = getInt16s(rnd, numDataPoints); local
    [all...]
  /external/boringssl/src/util/fipstools/
delocate_test.go 56 var inputs []inputFile
58 inputs = append(inputs, inputFile{
64 if err := parseInputs(inputs); err != nil {
69 if err := transform(&buf, inputs); err != nil {
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
opGen.go 1903 inputs: []inputInfo{
1919 inputs: []inputInfo{
1935 inputs: []inputInfo{
1950 inputs: []inputInfo{
1967 inputs: []inputInfo{
1983 inputs: []inputInfo{
1999 inputs: []inputInfo{
2014 inputs: []inputInfo{
2030 inputs: []inputInfo{
2045 inputs: []inputInfo
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
opGen.go 1903 inputs: []inputInfo{
1919 inputs: []inputInfo{
1935 inputs: []inputInfo{
1950 inputs: []inputInfo{
1967 inputs: []inputInfo{
1983 inputs: []inputInfo{
1999 inputs: []inputInfo{
2014 inputs: []inputInfo{
2030 inputs: []inputInfo{
2045 inputs: []inputInfo
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
CodeExtractor.cpp 85 void findInputsOutputs(Values &inputs, Values &outputs);
87 Function *constructFunction(const Values &inputs,
97 Values &inputs,
103 /// severSplitPHINodes - If a PHI node has multiple inputs from outside of the
206 // findInputsOutputs - Find inputs to, outputs from the code region.
208 void CodeExtractor::findInputsOutputs(Values &inputs, Values &outputs) {
219 inputs.insert(*O);
240 /// constructFunction - make a function based on inputs and outputs, as follows:
243 Function *CodeExtractor::constructFunction(const Values &inputs,
250 DEBUG(dbgs() << "inputs: " << inputs.size() << "\n")
669 Values inputs, outputs; local
    [all...]
  /external/v8/src/compiler/
common-operator-reducer.cc 167 // b) the {Merge} has two inputs, one {IfTrue} and one {IfFalse}, which are
198 Node::Inputs inputs = node->inputs(); local
199 int const effect_input_count = inputs.count() - 1;
201 Node* const merge = inputs[effect_input_count];
204 Node* const effect = inputs[0];
207 Node* const input = inputs[i];
209 // Ignore redundant inputs.
223 Node::Inputs inputs = node->inputs() local
    [all...]
  /external/v8/src/compiler/ia32/
instruction-selector-ia32.cc 86 InstructionOperand inputs[],
102 inputs[(*input_count)++] = UseRegister(base);
105 inputs[(*input_count)++] = UseRegister(index);
107 inputs[(*input_count)++] = TempImmediate(displacement);
120 inputs[(*input_count)++] = TempImmediate(displacement);
127 inputs[(*input_count)++] = UseRegister(index);
129 inputs[(*input_count)++] = TempImmediate(displacement);
139 inputs[(*input_count)++] = TempImmediate(displacement);
147 InstructionOperand inputs[],
154 m.displacement_mode(), inputs, input_count)
248 InstructionOperand inputs[3]; local
274 InstructionOperand inputs[3]; local
348 InstructionOperand inputs[4]; local
536 InstructionOperand inputs[4]; local
670 InstructionOperand inputs[4]; local
718 InstructionOperand inputs[] = { local
743 InstructionOperand inputs[] = { local
768 InstructionOperand inputs[] = {g.UseUnique(node->InputAt(0)), local
799 InstructionOperand inputs[] = {g.UseFixed(node->InputAt(0), eax), local
925 InstructionOperand inputs[4]; local
1111 InstructionOperand inputs[4]; local
1152 InstructionOperand inputs[6]; local
1704 InstructionOperand inputs[4]; local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFboTestUtil.hpp 63 void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const;
78 void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const;
97 void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const;
126 void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const;
148 void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const;
170 void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const;
189 void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_maos_arrays.c 144 void radeonEmitArrays( struct gl_context *ctx, GLuint inputs )
155 _tnl_print_vert_flags( __func__, inputs );
178 if (inputs & VERT_BIT_NORMAL) {
191 if (inputs & VERT_BIT_COLOR0) {
217 if (inputs & VERT_BIT_COLOR1) {
235 if (inputs & VERT_BIT_FOG) {
252 if (inputs & VERT_BIT_TEX(unit)) {
  /art/compiler/optimizing/
pretty_printer.h 43 HConstInputsRef inputs = instruction->GetInputs(); local
44 if (!inputs.empty()) {
47 for (const HInstruction* input : inputs) {
  /external/eigen/unsupported/test/
NumericalDiff.cpp 27 Functor(int inputs, int values) : m_inputs(inputs), m_values(values) {}
29 int inputs() const { return m_inputs; } function in struct:Functor
  /external/v8/tools/turbolizer/
node.js 48 var inputWidth = this.inputs.length * NODE_INPUT_WIDTH;
83 this.inputs.forEach(function(e) {
113 var edge = this.inputs[i];
133 (index - this.inputs.length + 1) * NODE_INPUT_WIDTH;
145 this.inputs[this.inputs.length - 1].source.opcode == "Loop");

Completed in 898 milliseconds

1 2 34 5 6 7 8 91011>>