Searched refs:inputs (Results 226 - 250 of 935) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_code.h282 int inputs[VSF_MAX_INPUTS]; member in struct:r300_vertex_program_code
/external/mesa3d/src/mesa/vbo/
H A Dvbo_save.h128 const struct gl_client_array *inputs[VBO_ATTRIB_MAX]; member in struct:vbo_save_context
/external/chromium_org/tools/gyp/pylib/gyp/generator/
H A Dmake.py885 inputs = action['inputs']
946 for input in inputs:
955 inputs = [gyp.xcode_emulation.ExpandEnvVars(i, env) for i in inputs]
957 self.WriteDoCmd(outputs, map(Sourceify, map(self.Absolutify, inputs)),
1006 inputs = map(Sourceify, map(self.Absolutify, [rule_source] +
1007 rule.get('inputs', [])))
1021 inputs = [gyp.xcode_emulation.ExpandEnvVars(i, env) for i in inputs]
[all...]
/external/chromium_org/cc/layers/
H A Dsolid_color_layer_impl_unittest.cc124 LayerTreeHostCommon::CalcDrawPropsMainInputsForTesting inputs(
126 LayerTreeHostCommon::CalculateDrawProperties(&inputs);
/external/chromium_org/cc/test/
H A Dlayer_test_common.cc124 LayerTreeHostCommon::CalcDrawPropsImplInputsForTesting inputs(
126 LayerTreeHostCommon::CalculateDrawProperties(&inputs);
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_common.h96 static void CalculateDrawProperties(CalcDrawPropsMainInputs* inputs);
101 static void CalculateDrawProperties(CalcDrawPropsImplInputs* inputs);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A Daccelerometer.css111 .accelerometer-inputs-cell {
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dversion_set.h96 std::vector<FileMetaData*>* inputs);
227 // Pick level and inputs for a new compaction.
246 // Create an iterator that reads over the compaction inputs for "*c".
279 void GetRange(const std::vector<FileMetaData*>& inputs,
347 // Add all inputs to this compaction as delete operations to *edit.
374 // Each compaction reads inputs from "level_" and "level_+1"
375 std::vector<FileMetaData*> inputs_[2]; // The two sets of inputs
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
H A Dvariance_altivec.asm74 ;# only one of the inputs should need to be aligned.
107 ;# only one of the inputs should need to be aligned.
115 ;# only one of the inputs should need to be aligned.
206 ;# only one of the inputs should need to be aligned.
/external/chromium_org/third_party/skia/src/effects/
H A DSkXfermodeImageFilter.cpp24 SkImageFilter* inputs[2],
27 : INHERITED(2, inputs, cropRect, uniqueID), fMode(mode) {
23 SkXfermodeImageFilter(SkXfermode* mode, SkImageFilter* inputs[2], const CropRect* cropRect, uint32_t uniqueID) argument
/external/chromium_org/tools/gn/
H A Dninja_target_writer.cc163 target_->inputs().empty() &&
195 const Target::FileList& prereqs = target_->inputs();
H A Dtarget.h113 const FileList& inputs() const { return inputs_; } function in class:Target
114 FileList& inputs() { return inputs_; } function in class:Target
/external/chromium_org/tools/grit/grit/format/
H A Ddata_pack.py135 def RePackFromDataPackStrings(inputs, whitelist):
136 """Returns a data pack string that combines the resources from inputs.
139 inputs: a list of data pack strings that need to be combined.
153 for content in inputs:
/external/chromium_org/v8/src/compiler/
H A Dcommon-operator.cc22 ControlOperator(IrOpcode::Value opcode, Properties properties, int inputs, argument
24 : Operator1<int>(opcode, properties, inputs, outputs, mnemonic,
H A Dinstruction-selector.h57 InstructionOperand** inputs, size_t temp_count = 0,
137 // to the inputs and outputs of the call.
145 void AddFrameStateInputs(Node* state, InstructionOperandVector* inputs,
H A Draw-machine-assembler.cc153 Node** inputs) {
156 Node* node = graph()->NewNode(op, input_count, inputs);
152 MakeNode(const Operator* op, int input_count, Node** inputs) argument
/external/libvpx/libvpx/vp8/common/ppc/
H A Dvariance_altivec.asm74 ;# only one of the inputs should need to be aligned.
107 ;# only one of the inputs should need to be aligned.
115 ;# only one of the inputs should need to be aligned.
206 ;# only one of the inputs should need to be aligned.
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-branch-combine.cc419 double inputs[] = {0.0, 1.0, -1.0, -inf, inf, nan};
447 for (size_t i = 0; i < arraysize(inputs); i++) {
448 for (size_t j = 0; j < arraysize(inputs); j += 2) {
449 input_a = inputs[i];
450 input_b = inputs[i];
/external/guava/guava/src/com/google/common/collect/
H A DIterables.java462 * {@code inputs}. The input iterators are not polled until necessary.
469 public static <T> Iterable<T> concat(Iterable<? extends T>... inputs) { argument
470 return concat(ImmutableList.copyOf(inputs));
476 * {@code inputs}. The input iterators are not polled until necessary.
484 final Iterable<? extends Iterable<? extends T>> inputs) {
485 checkNotNull(inputs);
489 return Iterators.concat(iterators(inputs));
483 concat( final Iterable<? extends Iterable<? extends T>> inputs) argument
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DIterables.java444 * {@code inputs}. The input iterators are not polled until necessary.
451 public static <T> Iterable<T> concat(Iterable<? extends T>... inputs) { argument
452 return concat(ImmutableList.copyOf(inputs));
458 * {@code inputs}. The input iterators are not polled until necessary.
466 final Iterable<? extends Iterable<? extends T>> inputs) {
467 checkNotNull(inputs);
471 return Iterators.concat(iterators(inputs));
465 concat( final Iterable<? extends Iterable<? extends T>> inputs) argument
/external/chromium_org/chrome/browser/resources/inspect/
H A Dinspect.js758 var inputs = document.querySelectorAll('input.port:not(.invalid)');
759 for (var i = 0; i != inputs.length; ++i) {
760 if (inputs[i] == input)
762 if (parseInt(inputs[i].value) == port)
814 var inputs = line.querySelectorAll('input');
816 for (var i = 0; i != inputs.length; i++) {
817 if (inputs[i].value != '')
/external/chromium_org/v8/src/compiler/arm64/
H A Dinstruction-selector-arm64.cc120 InstructionOperand* inputs[4]; local
125 inputs[input_count++] = g.UseRegister(m.left().node());
126 inputs[input_count++] = g.UseOperand(m.right().node(), operand_mode);
129 inputs[input_count++] = g.Label(cont->true_block());
130 inputs[input_count++] = g.Label(cont->false_block());
140 DCHECK_GE(arraysize(inputs), input_count);
144 outputs, input_count, inputs);
633 // Compute InstructionOperands for inputs and outputs.
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_rast_debug.c138 const struct lp_rast_shader_inputs *inputs = arg.shade_tile; local
147 if (inputs->disable)
189 if (tri->inputs.disable) {
/external/chromium_org/tools/code_coverage/
H A Dcroc.py625 '-i', '--input', dest='inputs', type='string', action='append',
654 inputs=[],
675 cov.ParseConfig(config_file, lcov_queue=options.inputs,
679 for input_filename in options.inputs:
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast_debug.c138 const struct lp_rast_shader_inputs *inputs = arg.shade_tile; local
147 if (inputs->disable)
189 if (tri->inputs.disable) {

Completed in 921 milliseconds

1234567891011>>