HomeSort by relevance Sort by last modified time
    Searched refs:Outputs (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /external/llvm/lib/Target/Hexagon/
HexagonBitTracker.cpp 126 CellMapType &Outputs) const {
142 return evaluateLoad(MI, Inputs, Outputs);
159 if (evaluateFormalCopy(MI, Inputs, Outputs))
188 auto rr0 = [this,Reg] (const BT::RegisterCell &Val, CellMapType &Outputs)
190 putCell(Reg[0], Val, Outputs);
253 return rr0(eIMM(im(1), W0), Outputs);
255 return rr0(RegisterCell(W0).fill(0, W0, BT::BitValue::Zero), Outputs);
257 return rr0(RegisterCell(W0).fill(0, W0, BT::BitValue::One), Outputs);
265 return rr0(RC, Outputs);
273 return rr0(rc(1), Outputs);
    [all...]
HexagonBitTracker.h 30 CellMapType &Outputs) const override;
42 CellMapType &Outputs) const;
44 CellMapType &Outputs) const;
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vs_exec.c 176 output[slot][0] = CLAMP(machine->Outputs[slot].xyzw[0].f[j], 0.0f, 1.0f);
177 output[slot][1] = CLAMP(machine->Outputs[slot].xyzw[1].f[j], 0.0f, 1.0f);
178 output[slot][2] = CLAMP(machine->Outputs[slot].xyzw[2].f[j], 0.0f, 1.0f);
179 output[slot][3] = CLAMP(machine->Outputs[slot].xyzw[3].f[j], 0.0f, 1.0f);
183 output[slot][0] = machine->Outputs[slot].xyzw[0].f[j];
184 output[slot][1] = machine->Outputs[slot].xyzw[1].f[j];
185 output[slot][2] = machine->Outputs[slot].xyzw[2].f[j];
186 output[slot][3] = machine->Outputs[slot].xyzw[3].f[j];
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_fs_exec.c 137 /* store outputs */
150 sizeof(machine->Outputs[i]));
154 &machine->Outputs[i],
164 quad->output.depth[j] = machine->Outputs[i].xyzw[2].f[j];
173 quad->output.stencil[j] = (unsigned)machine->Outputs[i].xyzw[1].u[j];
  /external/mesa3d/src/mesa/program/
prog_execute.h 64 GLfloat Outputs[MAX_PROGRAM_OUTPUTS][4];
  /external/mesa3d/src/mesa/tnl/
t_vb_program.c 295 GLuint outputs[VARYING_SLOT_MAX], numOutputs; local
304 /* make list of outputs to save some time below */
308 outputs[numOutputs++] = i;
370 const GLuint attr = outputs[j];
372 check_float(machine->Outputs[attr][0]);
373 check_float(machine->Outputs[attr][1]);
374 check_float(machine->Outputs[attr][2]);
375 check_float(machine->Outputs[attr][3]);
377 COPY_4V(store->results[attr].data[i], machine->Outputs[attr]);
387 assert(machine->Outputs[0][3] != 0.0F)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/commands/
commands.go 50 "tags": {nil, report.Tags, nil, false, "Outputs all tags in the profile"},
51 "raw": {c, report.Raw, nil, false, "Outputs a text representation of the raw profile"},
52 "dot": {c, report.Dot, nil, false, "Outputs a graph in DOT format"},
53 "top": {c, report.Text, nil, false, "Outputs top entries in text form"},
54 "tree": {c, report.Tree, nil, false, "Outputs a text rendering of call graph"},
55 "text": {c, report.Text, nil, false, "Outputs top entries in text form"},
61 "callgrind": {c, report.Callgrind, awayFromTTY(interactive, "callgraph.out"), false, "Outputs a graph in callgrind format"},
62 "proto": {c, report.Proto, awayFromTTY(interactive, "pb.gz"), false, "Outputs the profile in compressed protobuf format"},
65 "gif": {c, report.Dot, invokeDot(interactive, "gif"), false, "Outputs a graph image in GIF format"},
66 "pdf": {c, report.Dot, invokeDot(interactive, "pdf"), false, "Outputs a graph in PDF format"}
    [all...]
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/commands/
commands.go 50 "tags": {nil, report.Tags, nil, false, "Outputs all tags in the profile"},
51 "raw": {c, report.Raw, nil, false, "Outputs a text representation of the raw profile"},
52 "dot": {c, report.Dot, nil, false, "Outputs a graph in DOT format"},
53 "top": {c, report.Text, nil, false, "Outputs top entries in text form"},
54 "tree": {c, report.Tree, nil, false, "Outputs a text rendering of call graph"},
55 "text": {c, report.Text, nil, false, "Outputs top entries in text form"},
61 "callgrind": {c, report.Callgrind, awayFromTTY(interactive, "callgraph.out"), false, "Outputs a graph in callgrind format"},
62 "proto": {c, report.Proto, awayFromTTY(interactive, "pb.gz"), false, "Outputs the profile in compressed protobuf format"},
65 "gif": {c, report.Dot, invokeDot(interactive, "gif"), false, "Outputs a graph image in GIF format"},
66 "pdf": {c, report.Dot, invokeDot(interactive, "pdf"), false, "Outputs a graph in PDF format"}
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
CodeExtractor.h 39 /// 1) Find both the inputs and outputs for the extracted region.
42 /// 3) Add allocas for any scalar outputs, adding all of the outputs' allocas
105 void findInputsOutputs(ValueSet &Inputs, ValueSet &Outputs) const;
112 const ValueSet &outputs,
122 ValueSet &outputs);
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_sol.c 54 unsigned buffer = linked_xfb_info->Outputs[i].OutputBuffer;
57 linked_xfb_info->Outputs[i].DstOffset;
62 linked_xfb_info->Outputs[i].NumComponents,
68 linked_xfb_info->Outputs[i].NumComponents,
gen7_sol_state.c 91 * Outputs the 3DSTATE_SO_DECL_LIST command.
120 int buffer = linked_xfb_info->Outputs[i].OutputBuffer;
122 int varying = linked_xfb_info->Outputs[i].OutputRegister;
123 const unsigned components = linked_xfb_info->Outputs[i].NumComponents;
125 unsigned stream_id = linked_xfb_info->Outputs[i].StreamId;
143 component_mask <<= linked_xfb_info->Outputs[i].ComponentOffset;
159 /* Mesa doesn't store entries for gl_SkipComponents in the Outputs[]
170 linked_xfb_info->Outputs[i].DstOffset - next_offset[buffer];
184 assert(linked_xfb_info->Outputs[i].DstOffset == next_offset[buffer]);
brw_ff_gs.c 219 linked_xfb_info->Outputs[i].OutputRegister;
221 swizzle_for_offset[linked_xfb_info->Outputs[i].ComponentOffset];
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Driver/
Tool.h 132 /// Construct jobs to perform the action \p JA, writing to the \p Outputs and
142 const InputInfoList &Outputs,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Driver/
Tool.h 132 /// Construct jobs to perform the action \p JA, writing to the \p Outputs and
142 const InputInfoList &Outputs,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Driver/
Tool.h 132 /// Construct jobs to perform the action \p JA, writing to the \p Outputs and
142 const InputInfoList &Outputs,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Tool.h 132 /// Construct jobs to perform the action \p JA, writing to the \p Outputs and
142 const InputInfoList &Outputs,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Driver/
Tool.h 132 /// Construct jobs to perform the action \p JA, writing to the \p Outputs and
142 const InputInfoList &Outputs,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Driver/
Tool.h 132 /// Construct jobs to perform the action \p JA, writing to the \p Outputs and
142 const InputInfoList &Outputs,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Driver/
Tool.h 132 /// Construct jobs to perform the action \p JA, writing to the \p Outputs and
142 const InputInfoList &Outputs,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Tool.h 132 /// Construct jobs to perform the action \p JA, writing to the \p Outputs and
142 const InputInfoList &Outputs,
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
BuildEngine.py 53 def __new__(Class, Inputs, Outputs, Commands, Dependencies):
54 if Outputs[0] in Class._Cache_:
55 Tdb = Class._Cache_[Outputs[0]]
60 Tdb._Init(Inputs, Outputs, Commands, Dependencies)
61 #Class._Cache_[Outputs[0]] = Tdb
64 def _Init(self, Inputs, Outputs, Commands, Dependencies):
66 self.Outputs = Outputs
69 if self.Outputs:
70 self.Target = self.Outputs[0]
    [all...]
  /build/blueprint/bootstrap/
bootstrap.go 451 Outputs: []string{aoutFile},
458 Outputs: []string{binaryFile},
483 Outputs: []string{pluginSrc},
521 Outputs: []string{archiveFile},
548 Outputs: []string{mainFile},
567 Outputs: []string{testArchive},
578 Outputs: []string{testFile},
587 Outputs: []string{testPassed},
684 Outputs: []string{primaryBuilderNinjaFile},
695 Outputs: []string{bootstrapNinjaFileTemplate}
    [all...]
  /build/make/core/combo/
javac.mk 8 # Outputs:
  /external/vboot_reference/scripts/image_signing/
sign_firmware.sh 23 to <firmware_version>. Outputs signed firmware to <output_firmware>.
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
CodeExtractor.h 42 /// 1) Find both the inputs and outputs for the extracted region.
45 /// 3) Add allocas for any scalar outputs, adding all of the outputs' allocas
122 void findInputsOutputs(ValueSet &Inputs, ValueSet &Outputs) const;
129 const ValueSet &outputs,
144 ValueSet &outputs);

Completed in 1082 milliseconds

1 2 3 4