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

12 3 4

  /prebuilts/clang/host/darwin-x86/clang-3960126/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);
  /prebuilts/clang/host/darwin-x86/clang-3977809/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);
  /prebuilts/clang/host/darwin-x86/clang-4053586/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);
  /prebuilts/clang/host/linux-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);
  /prebuilts/clang/host/linux-x86/clang-3960126/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);
  /prebuilts/clang/host/linux-x86/clang-3977809/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);
  /prebuilts/clang/host/linux-x86/clang-4053586/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);
  /external/mesa3d/src/mesa/swrast/
s_fragprog.c 220 machine->Outputs[FRAG_RESULT_COLOR]);
231 machine->Outputs[FRAG_RESULT_DATA0 + buf]);
238 const GLfloat depth = machine->Outputs[FRAG_RESULT_DEPTH][2];
  /build/soong/android/
module.go 41 Outputs WritablePaths
443 Outputs: []string{name},
455 Outputs: []string{name},
471 Outputs: []string{ctx.ModuleName() + suffix},
557 func (a *androidModuleContext) ninjaError(desc string, outputs []string, err error) {
561 Outputs: outputs,
572 a.ninjaError(params.Description, params.Outputs,
590 Outputs: params.Outputs.Strings()
    [all...]
api_levels.go 45 Outputs: []string{file},
testing.go 87 outputs := append(WritablePaths(nil), p.Outputs...)
89 outputs = append(outputs, p.Output)
91 for _, f := range outputs {
  /build/blueprint/
ninja_defs.go 65 Restat bool // Whether Ninja should re-stat the rule's outputs.
84 Outputs []string // The list of explicit output targets.
248 Outputs []*ninjaString
280 if len(params.Outputs) == 0 {
281 return nil, errors.New("Outputs param has no elements")
285 b.Outputs, err = parseNinjaStrings(scope, params.Outputs)
287 return nil, fmt.Errorf("error parsing Outputs param: %s", err)
364 outputs = valueList(b.Outputs, pkgNames, outputEscaper
    [all...]
live_tracker.go 51 err = l.addNinjaStringListDeps(def.Outputs)
  /build/soong/cc/
ndk_sysroot.go 118 Outputs: []string{combinedLicense.String()},
129 Outputs: []string{getNdkSysrootTimestampFile(ctx).String()},
proto.go 52 Outputs: android.WritablePaths{outFile, headerFile},
  /build/soong/java/
gen.go 126 Outputs: []string{"$allLogtagsFile"},
app_builder.go 88 Outputs: android.WritablePaths{publicResourcesFile, proguardOptionsFile, javaFileList},
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_gs.c 102 output[slot][0] = machine->Outputs[idx + slot].xyzw[0].f[0];
103 output[slot][1] = machine->Outputs[idx + slot].xyzw[1].f[0];
104 output[slot][2] = machine->Outputs[idx + slot].xyzw[2].f[0];
105 output[slot][3] = machine->Outputs[idx + slot].xyzw[3].f[0];
  /external/mesa3d/src/compiler/glsl/
link_varyings.cpp 313 * "As only outputs need be declared with invariant, an output from
367 * Validate front and back color outputs against single color input
387 * Validate that outputs from one stage match inputs of another
398 /* Find all shader outputs in the "producer" stage.
435 "%s shader has multiple outputs explicitly "
479 * matching outputs already in the symbol table must have the same type and
513 /* The rules for connecting inputs and outputs change in the presence
573 * Demote shader inputs and outputs that are not used in other stages, and
605 /* Eliminate code that is now dead due to unused inputs/outputs being
    [all...]
  /build/blueprint/bootstrap/
glob.go 74 Outputs: []string{fileListFile},
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_gs_visitor.cpp 50 * To achieve this we buffer the geometry shader outputs for each emitted
323 * first_vertex is not zero. This is only relevant for outputs other than
554 linked_xfb_info->Outputs[i].OutputRegister;
556 swizzle_for_offset[linked_xfb_info->Outputs[i].ComponentOffset];
  /prebuilts/go/darwin-x86/src/crypto/tls/
generate_cert.go 7 // Generate a self-signed X.509 certificate for a TLS server. Outputs to
  /prebuilts/go/linux-x86/src/crypto/tls/
generate_cert.go 7 // Generate a self-signed X.509 certificate for a TLS server. Outputs to
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.h 355 struct tgsi_exec_vector *Outputs;
  /external/llvm/lib/Target/Hexagon/
BitTracker.cpp 738 CellMapType &Outputs) const {
754 putCell(RD, Res, Outputs);
771 putCell(RD, Res, Outputs);
850 dbgs() << "Outputs:\n";
    [all...]

Completed in 1651 milliseconds

12 3 4