HomeSort by relevance Sort by last modified time
    Searched refs:outputs (Results 176 - 200 of 811) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/rs/java/android/renderscript/
ScriptGroup.java 31 * A script group may take inputs and generate outputs, which are consumed and
33 * Inside a script group, outputs from one kernel can be passed to another kernel as inputs.
410 List<Input> inputs, Future[] outputs) {
415 mOutputs2 = outputs;
431 * @return Outputs of the script group as an array of objects, in the order
781 ArrayList<IO> outputs = new ArrayList<IO>(); local
807 outputs.add(new IO(kid));
839 sg.mOutputs = new IO[outputs.size()];
840 for (int ct=0; ct < outputs.size(); ct++) {
841 sg.mOutputs[ct] = outputs.get(ct)
    [all...]
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
ScriptGroup.java 34 * A script group may take inputs and generate outputs, which are consumed and
36 * Inside a script group, outputs from one kernel can be passed to another kernel as inputs.
404 List<Input> inputs, Future[] outputs) {
413 mOutputs2 = outputs;
428 * @return outputs of the script group as an array of objects
893 ArrayList<IO> outputs = new ArrayList<IO>(); local
    [all...]
  /hardware/libhardware/modules/camera/3_0/
Camera.cpp 235 int outputs = 0; local
251 outputs++;
254 __func__, mId, outputs, inputs);
255 if (outputs < 1) {
  /hardware/libhardware/modules/usbcamera/
Camera.cpp 283 int outputs = 0; local
295 outputs++;
298 __func__, mId, outputs, inputs);
299 if (outputs < 1) {
  /external/v8/src/compiler/ppc/
instruction-selector-ppc.cc 103 InstructionOperand outputs[2]; local
105 outputs[output_count++] = g.DefineAsRegister(node);
109 outputs[output_count++] = g.DefineAsRegister(success_output);
112 selector->Emit(opcode, output_count, outputs, 1, inputs);
126 InstructionOperand outputs[2]; local
141 outputs[output_count++] = g.DefineSameAsFirst(node);
143 outputs[output_count++] = g.DefineAsRegister(node);
146 outputs[output_count++] = g.DefineAsRegister(cont->result());
152 DCHECK_GE(arraysize(outputs), output_count);
156 selector->EmitDeoptimize(opcode, output_count, outputs, input_count, inputs
824 InstructionOperand outputs[] = { local
855 InstructionOperand outputs[] = { local
891 InstructionOperand outputs[2]; local
1062 InstructionOperand outputs[] = {result_operand, high32_operand}; local
1069 InstructionOperand outputs[] = {temp_operand}; local
    [all...]
  /external/v8/src/compiler/x64/
instruction-selector-x64.cc 215 InstructionOperand outputs[1]; local
216 outputs[0] = g.DefineAsRegister(node);
222 Emit(code, 1, outputs, input_count, inputs);
230 InstructionOperand outputs[1]; local
231 outputs[0] = g.DefineAsRegister(node);
241 Emit(code, 1, outputs, input_count, inputs);
460 InstructionOperand outputs[2]; local
492 outputs[output_count++] = g.DefineSameAsFirst(node);
494 outputs[output_count++] = g.DefineAsRegister(cont->result());
500 DCHECK_GE(arraysize(outputs), output_count)
629 InstructionOperand outputs[1]; local
753 InstructionOperand outputs[] = {g.DefineAsRegister(node)}; local
1119 InstructionOperand outputs[2]; local
1135 InstructionOperand outputs[2]; local
1151 InstructionOperand outputs[2]; local
1167 InstructionOperand outputs[2]; local
1202 InstructionOperand outputs[] = {g.DefineAsRegister(node)}; local
    [all...]
  /external/v8/src/compiler/arm/
instruction-selector-arm.cc 219 InstructionOperand outputs[2]; local
255 outputs[output_count++] = g.DefineAsRegister(node);
257 outputs[output_count++] = g.DefineAsRegister(cont->result());
263 DCHECK_GE(arraysize(outputs), output_count);
268 selector->EmitDeoptimize(opcode, output_count, outputs, input_count, inputs,
271 selector->Emit(opcode, output_count, outputs, input_count, inputs);
863 InstructionOperand outputs[2]; local
968 InstructionOperand outputs[] = { local
993 InstructionOperand outputs[] = { local
1016 InstructionOperand outputs[] = { local
1051 InstructionOperand outputs[2]; local
1239 InstructionOperand outputs[] = {result_operand, temp_operand}; local
1295 InstructionOperand outputs[] = {g.TempRegister(), g.DefineAsRegister(node)}; local
1793 InstructionOperand outputs[2]; local
    [all...]
  /external/deqp/modules/glshared/
glsShaderLibraryCase.cpp 192 for (size_t ndx = 0; ndx < valueBlock.outputs.size(); ndx++)
194 const Value& val = valueBlock.outputs[ndx];
251 for (size_t ndx = 0; ndx < spec.values.outputs.size(); ndx++)
253 const Value& val = spec.values.outputs[ndx];
318 for (size_t ndx = 0; ndx < spec.values.outputs.size(); ndx++)
320 const Value& val = spec.values.outputs[ndx];
392 for (size_t ndx = 0; ndx < spec.values.outputs.size(); ndx++)
394 const Value& val = spec.values.outputs[ndx];
402 /* \todo [2010-04-01 petri] Check all outputs. */
484 for (size_t ndx = 0; ndx < specParams.caseSpec.values.outputs.size(); ndx++
    [all...]
glsShaderConstExprTests.cpp 42 dst->outputs.push_back(glu::sl::Value());
45 glu::sl::Value& value = dst->outputs.back();
  /external/webrtc/third_party/gtest-parallel/
gtest-parallel 127 outputs = {}
147 with open(self.outputs[job_id]) as f:
158 self.outputs[job_id] = name
183 with open(self.outputs[job_id]) as f:
  /external/deqp/external/vulkancts/modules/vulkan/
vktShaderLibrary.cpp 125 if (!valueBlock.outputs.empty())
126 genUniformBlock(out, "Reference", "ref", 0, REFERENCE_UNIFORM_BINDING, valueBlock.outputs);
205 for (size_t ndx = 0; ndx < valueBlock.outputs.size(); ndx++)
207 const Value& val = valueBlock.outputs[ndx];
254 for (size_t ndx = 0; ndx < spec.values.outputs.size(); ndx++)
256 const Value& val = spec.values.outputs[ndx];
329 for (size_t ndx = 0; ndx < spec.values.outputs.size(); ndx++)
331 const Value& val = spec.values.outputs[ndx];
408 for (size_t ndx = 0; ndx < spec.values.outputs.size(); ndx++)
410 const Value& val = spec.values.outputs[ndx]
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyCameraDevice.java 316 * <p>Using empty or {@code null} {@code outputs} is the same as unconfiguring.</p>
318 * <p>Every surface in {@code outputs} must be non-{@code null}.</p>
320 * @param outputs a list of surfaces to set. LegacyCameraDevice will take ownership of this
325 public int configureOutputs(SparseArray<Surface> outputs) {
327 if (outputs != null) {
328 int count = outputs.size();
330 Surface output = outputs.valueAt(i);
332 Log.e(TAG, "configureOutputs - null outputs are not allowed");
393 mConfiguredSurfaces = outputs;
    [all...]
RequestThreadManager.java 331 private void configureOutputs(Collection<Pair<Surface, Size>> outputs) {
333 String outputsStr = outputs == null ? "null" : (outputs.size() + " surfaces");
386 if (outputs != null) {
387 for (Pair<Surface, Size> outPair : outputs) {
480 Log.d(TAG, "No Intermediate buffer selected, no preview outputs were configured");
542 * than all of the configured {@code JPEG} outputs (by both width and height).
548 * to upscale any of the outputs. If only one {@code JPEG} surface is used,
555 * @return a size large enough to fit all of the configured {@code JPEG} outputs, or
562 * Find the largest JPEG size (if any), from the configured outputs
    [all...]
  /external/vixl/test/aarch32/
test-simulator-cond-rdlow-operand-imm8-t32.cc 1571 const Inputs* outputs; member in struct:vixl::aarch32::__anon36609::TestResult
    [all...]
  /external/v8/src/compiler/arm64/
instruction-selector-arm64.cc 228 InstructionOperand outputs[] = {g.DefineAsRegister(node)}; local
229 selector->Emit(opcode, arraysize(outputs), outputs, arraysize(inputs),
407 InstructionOperand outputs[2]; local
458 outputs[output_count++] = g.DefineAsRegister(node);
462 outputs[output_count++] = g.DefineAsRegister(cont->result());
468 DCHECK_GE(arraysize(outputs), output_count);
472 selector->EmitDeoptimize(opcode, output_count, outputs, input_count, inputs,
475 selector->Emit(opcode, output_count, outputs, input_count, inputs);
530 InstructionOperand outputs[1] local
1582 InstructionOperand outputs[2]; local
1599 InstructionOperand outputs[2]; local
1616 InstructionOperand outputs[2]; local
1633 InstructionOperand outputs[2]; local
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSeparateShaderTests.cpp 371 vector<VariableDeclaration> outputs = varyings.vtxOutputs;
373 for (size_t i = 0; i < outputs.size(); ++i)
375 outputs[i].interpolation = varyings.frgInputs[i].interpolation;
376 outputs[i].name = varyings.frgInputs[i].name;
379 return outputs;
444 const vector<VariableDeclaration>& outputs,
458 for (vector<VariableDeclaration>::const_iterator it = outputs.begin();
459 it != outputs.end(); ++it)
479 for (vector<VariableDeclaration>::const_iterator it = outputs.begin();
480 it != outputs.end(); ++it
    [all...]
es31fShaderBuiltinConstantTests.cpp 200 shaderSpec.outputs.push_back(Symbol("result", glu::VarType(dataType, glu::PRECISION_HIGHP)));
227 void* const outputs = &result; local
236 shaderExecutor->execute(1, DE_NULL, &outputs);
  /external/mesa3d/src/mesa/tnl/
t_vb_program.c 238 ASSIGN_4V(machine->Outputs[i], 0.0F, 0.0F, 0.0F, 1.0F);
318 GLuint outputs[VERT_RESULT_MAX], numOutputs; local
332 /* make list of outputs to save some time below */
336 outputs[numOutputs++] = i;
398 const GLuint attr = outputs[j];
400 check_float(machine->Outputs[attr][0]);
401 check_float(machine->Outputs[attr][1]);
402 check_float(machine->Outputs[attr][2]);
403 check_float(machine->Outputs[attr][3]);
405 COPY_4V(store->results[attr].data[i], machine->Outputs[attr])
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 228 // direct output...). For outputs only.
249 // descriptor for audio outputs. Used to maintain current configuration of each opened audio output
282 AudioOutputDescriptor *mOutput1; // used by duplicated outputs: first output
283 AudioOutputDescriptor *mOutput2; // used by duplicated outputs: second output
289 uint32_t mDirectOpenCount; // number of clients using this output (direct outputs only)
416 // to this device. If none is open, tries to open one of the available outputs.
423 SortedVector<audio_io_handle_t>& outputs,
434 // checks and if necessary changes outputs used for all strategies.
492 audio_io_handle_t selectOutput(const SortedVector<audio_io_handle_t>& outputs,
504 audio_io_handle_t selectOutputForEffects(const SortedVector<audio_io_handle_t>& outputs);
    [all...]
  /external/v8/src/compiler/mips64/
instruction-selector-mips64.cc 199 InstructionOperand outputs[] = {g.DefineAsRegister(node)}; local
200 selector->Emit(opcode, arraysize(outputs), outputs, arraysize(inputs),
228 InstructionOperand outputs[2]; local
256 outputs[output_count++] = g.DefineSameAsFirst(node);
258 outputs[output_count++] = g.DefineAsRegister(node);
261 outputs[output_count++] = g.DefineAsRegister(cont->result());
267 DCHECK_GE(arraysize(outputs), output_count);
271 selector->EmitDeoptimize(opcode, output_count, outputs, input_count, inputs,
274 selector->Emit(opcode, output_count, outputs, input_count, inputs)
1189 InstructionOperand outputs[2]; local
1205 InstructionOperand outputs[2]; local
1221 InstructionOperand outputs[2]; local
1238 InstructionOperand outputs[2]; local
    [all...]
  /build/blueprint/
ninja_writer.go 106 func (n *ninjaWriter) Build(comment string, rule string, outputs, implicitOuts,
125 for _, output := range outputs {
  /build/kati/
dep.cc 374 if (rule->outputs.empty()) {
403 for (Symbol output : rule->outputs) {
550 CHECK(irule->outputs.size() == 1);
551 vars = MergeImplicitRuleVars(irule->outputs[0], vars);
  /external/deqp/framework/opengl/
gluShaderLibrary.hpp 77 std::vector<Value> outputs; member in struct:glu::sl::ValueBlock
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vs_ppc.c 56 float (*outputs)[4][4],
  /external/skia/src/gpu/glsl/
GrGLSLShaderBuilder.h 224 SkString& outputs() { return fShaderStrings[kOutputs]; } function in class:GrGLSLShaderBuilder

Completed in 1270 milliseconds

1 2 3 4 5 6 78 91011>>