HomeSort by relevance Sort by last modified time
    Searched refs:inputs (Results 126 - 150 of 1469) sorted by null

1 2 3 4 56 7 8 91011>>

  /system/update_engine/
chrome_browser_proxy_resolver_unittest.cc 82 vector<string> inputs = { local
106 ASSERT_EQ(inputs.size(), outputs.size());
108 for (size_t i = 0; i < inputs.size(); i++) {
110 ChromeBrowserProxyResolver::ParseProxyString(inputs[i]);
  /external/gemmlowp/meta/generators/
streams_common.py 39 inputs = []
43 inputs.append(input_address)
46 inputs.append(address_register)
49 return inputs
58 aggregators, inputs, output):
69 for (row, input_address) in zip(block, inputs):
161 inputs = _GenerateInputs(self.asm_emitter, registers, lanes_count,
181 aggregators, inputs, output)
190 leftovers, aggregators, inputs, output)
192 registers.FreeRegisters(inputs)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tcl.c 283 static GLuint radeonEnsureEmitSize( struct gl_context * ctx , GLuint inputs )
302 if (inputs & flags_to_check[i])
307 if (inputs & VERT_BIT_TEX(i))
360 GLuint inputs = VERT_BIT_POS | VERT_BIT_COLOR0; local
372 /* NOTE: inputs != tnl->render_inputs - these are the untransformed
373 * inputs.
376 inputs |= VERT_BIT_NORMAL;
380 inputs |= VERT_BIT_COLOR1;
384 inputs |= VERT_BIT_FOG;
391 inputs |= VERT_BIT_NORMAL
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_draw.c 270 const struct gl_vertex_array *inputs[],
284 if (inputs[i]->BufferObj->Name) {
285 if (!inputs[i]->BufferObj->Mappings[MAP_INTERNAL].Pointer) {
286 bo[*nr_bo] = inputs[i]->BufferObj;
288 ctx->Driver.MapBufferRange(ctx, 0, inputs[i]->BufferObj->Size,
290 inputs[i]->BufferObj,
293 assert(inputs[i]->BufferObj->Mappings[MAP_INTERNAL].Pointer);
296 ptr = ADD_POINTERS(inputs[i]->BufferObj->Mappings[MAP_INTERNAL].Pointer,
297 inputs[i]->Ptr);
300 ptr = inputs[i]->Ptr
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmComputeShaderTestUtil.hpp 88 typedef bool (*ComputeVerifyIOFunc) (const std::vector<BufferSp>& inputs,
103 std::vector<BufferSp> inputs; member in struct:vkt::SpirVAssembly::ComputeShaderSpec
104 // Mapping from input index (in the inputs field) to the descriptor type.
  /external/mesa3d/src/gallium/drivers/ilo/shader/
toy_tgsi.h 75 } inputs[PIPE_MAX_SHADER_INPUTS]; member in struct:toy_tgsi
109 if (tgsi->inputs[slot].index == index)
  /external/mesa3d/src/mesa/vbo/
vbo_exec.h 118 const struct gl_vertex_array *inputs[VERT_ATTRIB_MAX]; member in struct:vbo_exec_context::__anon28789
132 const struct gl_vertex_array *inputs[VERT_ATTRIB_MAX]; member in struct:vbo_exec_context::__anon28791
  /external/r8/tools/
run-d8-on-gmscore.py 54 inputs = values['inputs']
64 args.extend(inputs)
  /external/skia/src/sksl/ir/
SkSLProgram.h 80 struct Inputs {
111 Inputs inputs)
118 , fInputs(inputs) {}
129 Inputs fInputs;
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FilterFunction.java 66 // Setup the inputs
96 public Frame executeWithArgList(Object... inputs) {
97 return execute(KeyValueMap.fromKeyValues(inputs));
  /frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/parser/
ParsedQuery.kt 42 val inputs: List<TerminalNode>,
61 val inputsByLine = inputs.groupBy { it.symbol.line }
86 val anonymousBindError = if (inputs.any { it.text == "?" }) {
91 return anonymousBindError + inputs.filter {
  /packages/apps/Camera2/src/com/android/camera/async/
Observables.java 72 public static <T> Observable<T> transform(final List<? extends Observable<?>> inputs,
74 return ObservableCombiner.transform(inputs, output);
  /packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/ringbuffer/
AvailableTicketCounter.java 37 * The total count is the sum of all inputs.
46 public AvailableTicketCounter(List<Observable<Integer>> inputs) {
47 mInputs = new ArrayList<>(inputs);
82 * from changes to the inputs, will not be reflected by {@link #get} or be
  /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.
43 /// 2) Pass the inputs as arguments, remapping them within the extracted
122 void findInputsOutputs(ValueSet &Inputs, ValueSet &Outputs) const;
128 Function *constructFunction(const ValueSet &inputs,
143 ValueSet &inputs,
  /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.
43 /// 2) Pass the inputs as arguments, remapping them within the extracted
122 void findInputsOutputs(ValueSet &Inputs, ValueSet &Outputs) const;
128 Function *constructFunction(const ValueSet &inputs,
143 ValueSet &inputs,
  /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.
43 /// 2) Pass the inputs as arguments, remapping them within the extracted
122 void findInputsOutputs(ValueSet &Inputs, ValueSet &Outputs) const;
128 Function *constructFunction(const ValueSet &inputs,
143 ValueSet &inputs,
  /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.
43 /// 2) Pass the inputs as arguments, remapping them within the extracted
122 void findInputsOutputs(ValueSet &Inputs, ValueSet &Outputs) const;
128 Function *constructFunction(const ValueSet &inputs,
143 ValueSet &inputs,
  /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.
43 /// 2) Pass the inputs as arguments, remapping them within the extracted
122 void findInputsOutputs(ValueSet &Inputs, ValueSet &Outputs) const;
128 Function *constructFunction(const ValueSet &inputs,
143 ValueSet &inputs,
  /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.
43 /// 2) Pass the inputs as arguments, remapping them within the extracted
122 void findInputsOutputs(ValueSet &Inputs, ValueSet &Outputs) const;
128 Function *constructFunction(const ValueSet &inputs,
143 ValueSet &inputs,
  /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.
43 /// 2) Pass the inputs as arguments, remapping them within the extracted
122 void findInputsOutputs(ValueSet &Inputs, ValueSet &Outputs) const;
128 Function *constructFunction(const ValueSet &inputs,
143 ValueSet &inputs,
  /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.
43 /// 2) Pass the inputs as arguments, remapping them within the extracted
122 void findInputsOutputs(ValueSet &Inputs, ValueSet &Outputs) const;
128 Function *constructFunction(const ValueSet &inputs,
143 ValueSet &inputs,
  /art/test/551-checker-shifter-operand/src/
Main.java 125 * inputs are the the IR.
1034 long inputs[] = { local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineReferenceRenderer.hpp 59 virtual void shadeVertices (const rr::VertexAttrib* inputs,
70 readVertexAttrib(position, inputs[0], packet->instanceNdx, packet->vertexNdx);
71 readVertexAttrib(color, inputs[1], packet->instanceNdx, packet->vertexNdx);
94 virtual void shadeVertices (const rr::VertexAttrib* inputs,
105 readVertexAttrib(position, inputs[0], packet->instanceNdx, packet->vertexNdx);
106 readVertexAttrib(texCoord, inputs[1], packet->instanceNdx, packet->vertexNdx);
  /external/jsilver/src/com/google/clearsilver/jsilver/values/
Value.java 158 * partiallyEscaped} values of the inputs.
161 * @param inputs Values that were used to compute the integer value.
163 public static Value literalConstant(int value, Value... inputs) {
165 for (Value input : inputs) {
177 * partiallyEscaped} values of the inputs.
180 * @param inputs Values that were used to compute the string value.
182 public static Value literalConstant(String value, Value... inputs) {
184 for (Value input : inputs) {
196 * partiallyEscaped} values of the inputs.
199 * @param inputs Values that were used to compute the boolean value
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_vlc.h 48 const void *const *inputs; member in struct:vl_vlc
105 vlc->data = vlc->inputs[0];
108 ++vlc->inputs;
146 /* or give up since we don't have anymore inputs */
180 const void *const *inputs, const unsigned *sizes)
189 vlc->inputs = inputs;
324 /* or give up since we don't have anymore inputs */

Completed in 1218 milliseconds

1 2 3 4 56 7 8 91011>>