HomeSort by relevance Sort by last modified time
    Searched full:outputs (Results 51 - 75 of 2947) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/deqp/modules/gles31/functional/
es31fShaderPackingFunctionTests.cpp 156 m_spec.outputs.push_back(Symbol("out0", glu::VarType(glu::TYPE_UINT, glu::PRECISION_HIGHP)));
165 std::vector<deUint32> outputs; local
193 outputs.resize(inputs.size());
199 void* out = &outputs[0];
216 const deUint32 res = outputs[valNdx];
259 m_spec.outputs.push_back(Symbol("out0", glu::VarType(glu::TYPE_FLOAT_VEC2, glu::PRECISION_HIGHP)));
269 std::vector<tcu::Vec2> outputs; local
281 outputs.resize(inputs.size());
287 void* out = &outputs[0];
305 const float res0 = outputs[valNdx].x()
356 std::vector<deUint32> outputs; local
460 std::vector<tcu::Vec2> outputs; local
547 std::vector<deUint32> outputs; local
653 std::vector<tcu::Vec2> outputs; local
763 std::vector<deUint32> outputs; local
877 std::vector<tcu::Vec4> outputs; local
972 std::vector<deUint32> outputs; local
1086 std::vector<tcu::Vec4> outputs; local
    [all...]
  /build/kati/
rule.h 38 vector<Symbol> outputs; member in class:Rule
55 vector<Symbol> outputs; member in struct:RuleVarAssignment
  /external/protobuf/vsprojects/
lite-test.vcproj 33 Outputs=""
110 Outputs=""
240 Outputs="google\protobuf\unittest_lite.pb.h;google\protobuf\unittest_lite.pb.cc"
250 Outputs="google\protobuf\unittest_lite.pb.h;google\protobuf\unittest_lite.pb.cc"
264 Outputs="google\protobuf\unittest_import_lite.pb.h;google\protobuf\unittest_import_lite.pb.cc"
274 Outputs="google\protobuf\unittest_import_lite.pb.h;google\protobuf\unittest_import_lite.pb.cc"
288 Outputs="google\protobuf\unittest_import_public_lite.pb.h;google\protobuf\unittest_import_public_lite.pb.cc"
298 Outputs="google\protobuf\unittest_import_public_lite.pb.h;google\protobuf\unittest_import_public_lite.pb.cc"
  /external/skia/platform_tools/android/gyp/
skia_android.gypi 104 'outputs': [
105 '<(android_base)/apps/sample_app/build/outputs/apk/sample_app-<(android_variant)-<(android_apk_suffix)',
167 'outputs': [
168 '<(android_base)/apps/visualbench/build/outputs/apk/visualbench-<(android_variant)-<(android_apk_suffix)',
201 'outputs': [
202 '<(android_base)/apps/visualbench/build/outputs/apk/visualbench-<(android_variant)-debug-androidTest-unaligned.apk',
267 'outputs': [
268 '<(android_base)/apps/visualbenchsdl/build/outputs/apk/visualbench-<(android_variant)-<(android_apk_suffix)',
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
audio_policy_conf.h 41 #define OUTPUTS_TAG "outputs"
70 // "formats" in outputs descriptors indicating that supported
  /hardware/libhardware_legacy/audio/
audio_policy.conf 28 outputs {
47 outputs {
  /hardware/libhardware_legacy/include/hardware_legacy/
audio_policy_conf.h 42 #define OUTPUTS_TAG "outputs"
52 // "formats" in outputs descriptors indicating that supported
  /frameworks/av/camera/ndk/
NdkCameraDevice.cpp 151 const ACaptureSessionOutputContainer* outputs,
155 if (device == nullptr || outputs == nullptr || callbacks == nullptr || session == nullptr) {
156 ALOGE("%s: Error: invalid input: device %p, outputs %p, callbacks %p, session %p",
157 __FUNCTION__, device, outputs, callbacks, session);
160 return device->createCaptureSession(outputs, callbacks, session);
  /frameworks/base/core/java/android/hardware/camera2/marshal/impl/
MarshalQueryableReprocessFormatsMap.java 59 int[] outputs = local
62 buffer.putInt(outputs.length);
65 for (int output : outputs) {
112 int[] outputs = value.getOutputs(input); local
113 length += outputs.length; // [OUTPUT_0, OUTPUT_1, ..., OUTPUT_FORMAT_COUNT-1]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 430 LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS],
457 outputs,
470 if (outputs[attrib][chan]) {
475 out = LLVMBuildLoad(builder, outputs[attrib][chan], "");
477 LLVMBuildStore(builder, out, outputs[attrib][chan]);
482 LLVMBuildStore(builder, bld.zero, outputs[attrib][chan]);
484 LLVMBuildStore(builder, bld.one, outputs[attrib][chan]);
666 LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS],
682 if (outputs[attrib][chan]) {
683 LLVMValueRef out = LLVMBuildLoad(builder, outputs[attrib][chan], "")
1083 LLVMValueRef outputs[PIPE_MAX_SHADER_OUTPUTS][TGSI_NUM_CHANNELS]; local
    [all...]
draw_vs_exec.c 166 output[slot][0] = CLAMP(machine->Outputs[slot].xyzw[0].f[j], 0.0f, 1.0f);
167 output[slot][1] = CLAMP(machine->Outputs[slot].xyzw[1].f[j], 0.0f, 1.0f);
168 output[slot][2] = CLAMP(machine->Outputs[slot].xyzw[2].f[j], 0.0f, 1.0f);
169 output[slot][3] = CLAMP(machine->Outputs[slot].xyzw[3].f[j], 0.0f, 1.0f);
172 output[slot][0] = machine->Outputs[slot].xyzw[0].f[j];
178 output[slot][0] = machine->Outputs[slot].xyzw[0].f[j];
179 output[slot][1] = machine->Outputs[slot].xyzw[1].f[j];
180 output[slot][2] = machine->Outputs[slot].xyzw[2].f[j];
181 output[slot][3] = machine->Outputs[slot].xyzw[3].f[j];
  /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("callgraph.out"), false, "Outputs a graph in callgrind format"},
62 "proto": {c, report.Proto, awayFromTTY("pb.gz"), false, "Outputs the profile in compressed protobuf format"},
65 "gif": {c, report.Dot, invokeDot("gif"), false, "Outputs a graph image in GIF format"},
66 "pdf": {c, report.Dot, invokeDot("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("callgraph.out"), false, "Outputs a graph in callgrind format"},
62 "proto": {c, report.Proto, awayFromTTY("pb.gz"), false, "Outputs the profile in compressed protobuf format"},
65 "gif": {c, report.Dot, invokeDot("gif"), false, "Outputs a graph image in GIF format"},
66 "pdf": {c, report.Dot, invokeDot("pdf"), false, "Outputs a graph in PDF format"}
    [all...]
  /external/clang/test/Driver/
cl-outputs.c 5 // DEFAULT: "-o" "cl-outputs.obj"
8 // FoEMPTY: "-o" "cl-outputs.obj"
17 // FoDIR: "-o" "foo.dir{{[/\\]+}}cl-outputs.obj"
32 // CHECK-MULTIPLESOURCEOK: "-o" "mydir{{[/\\]+}}cl-outputs.obj"
35 // CHECK-MULTIPLESOURCEOK2: "-o" "cl-outputs.obj"
36 // CHECK-MULTIPLESOURCEOK2: "-o" "cl-outputs.obj"
51 // oDIR1: "-o" "foo.dir{{[/\\]+}}cl-outputs.obj"
54 // oDIR2: "-o" "foo.dir{{[/\\]+}}cl-outputs.obj"
78 // CHECK-oMULTIPLESOURCEOK1: "-o" "mydir{{[/\\]+}}cl-outputs.obj"
81 // CHECK-oMULTIPLESOURCEOK2: "-o" "mydir{{[/\\]+}}cl-outputs.obj
    [all...]
  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 161 ValueSet &Outputs) const {
178 Outputs.insert(&*II);
289 /// constructFunction - make a function based on inputs and outputs, as follows:
293 const ValueSet &outputs,
300 DEBUG(dbgs() << "outputs: " << outputs.size() << "\n");
302 // This function returns unsigned, outputs will go back by reference.
321 for (ValueSet::const_iterator I = outputs.begin(), E = outputs.end();
337 if (AggregateArgs && (inputs.size() + outputs.size() > 0))
    [all...]
  /frameworks/native/include/gui/
StreamSplitter.h 38 // acquired by each of the outputs, and is able to be dequeued by the input
39 // again only once all of the outputs have released it.
56 // outputs are added before any buffers are queued on the input. If any
73 // buffer from the input, and attach it to each of the outputs. This call
102 // It still processes callbacks from other outputs, but only detaches their
166 // outputs, but it will disconnect from the input and not attempt to
177 // objects (which are mostly for counting how many outputs have released the
  /cts/suite/audio_quality/test/
SignalProcessingInterfaceTest.cpp 79 void *outputs[4] = { &out0, &out1, &out2, &out3 }; local
83 nOutputs, outputTypes, outputs) == TaskGeneric::EResultOK);
102 void *outputs[1] = { &out0 }; local
106 nOutputs, outputTypes, outputs) == TaskGeneric::EResultOK);
127 void *outputs[1] = { &out0 }; local
131 nOutputs, outputTypes, outputs) == TaskGeneric::EResultOK);
136 nOutputs, outputTypes, outputs) == TaskGeneric::EResultOK);
187 void *outputs[4] = { &out0, &out1, &out2, &out3 }; local
191 nOutputs, outputTypes, outputs) == TaskGeneric::EResultOK);
  /build/blueprint/
ninja_defs.go 65 Restat bool // Whether Ninja should re-stat the rule's outputs.
81 Outputs []string // The list of output targets.
252 Outputs []*ninjaString
275 if len(params.Outputs) == 0 {
276 return nil, errors.New("Outputs param has no elements")
280 b.Outputs, err = parseNinjaStrings(scope, params.Outputs)
282 return nil, fmt.Errorf("error parsing Outputs param: %s", err)
334 outputs = valueList(b.Outputs, pkgNames, outputEscaper
    [all...]
  /cts/suite/audio_quality/lib/src/
BuiltinProcessing.cpp 46 TaskGeneric::ExecutionResult BuiltinProcessing::rms_mva(void** inputs, void** outputs)
49 inputs[0], inputs[1], inputs[2], outputs[0]);
79 TaskCase::Value* rmsVal = reinterpret_cast<TaskCase::Value*>(outputs[0]);
  /external/icu/icu4c/source/samples/ufortune/
ufortune.vcxproj 242 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">resources\fortune_resources.DLL;%(Outputs)</Outputs>
247 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">resources\fortune_resources.DLL;%(Outputs)</Outputs>
252 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">resources\fortune_resources.DLL;%(Outputs)</Outputs>
257 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">resources\fortune_resources.DLL;%(Output (…)
    [all...]
  /external/icu/icu4c/source/tools/genbrk/
genbrk.vcxproj 84 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>
123 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>
166 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs>
204 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs
    [all...]
  /external/icu/icu4c/source/tools/genccode/
genccode.vcxproj 84 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>
122 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>
164 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs>
201 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs
    [all...]
  /external/icu/icu4c/source/tools/gencfu/
gencfu.vcxproj 83 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>
114 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>
146 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs>
183 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs
    [all...]
  /external/icu/icu4c/source/tools/gencmn/
gencmn.vcxproj 84 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>
123 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>
166 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs>
204 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs
    [all...]
  /external/icu/icu4c/source/tools/gencnval/
gencnval.vcxproj 84 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>
123 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>
166 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs>
204 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs
    [all...]

Completed in 5025 milliseconds

1 23 4 5 6 7 8 91011>>