HomeSort by relevance Sort by last modified time
    Searched refs:Outputs (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
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];
draw_gs.c 189 output[slot][0] = machine->Outputs[idx + slot].xyzw[0].f[0];
190 output[slot][1] = machine->Outputs[idx + slot].xyzw[1].f[0];
191 output[slot][2] = machine->Outputs[idx + slot].xyzw[2].f[0];
192 output[slot][3] = machine->Outputs[idx + slot].xyzw[3].f[0];
  /external/mesa3d/src/gallium/auxiliary/draw/
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];
draw_gs.c 189 output[slot][0] = machine->Outputs[idx + slot].xyzw[0].f[0];
190 output[slot][1] = machine->Outputs[idx + slot].xyzw[1].f[0];
191 output[slot][2] = machine->Outputs[idx + slot].xyzw[2].f[0];
192 output[slot][3] = machine->Outputs[idx + slot].xyzw[3].f[0];
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
gen7_sol_state.c 101 * Outputs the 3DSTATE_SO_DECL_LIST command.
130 int buffer = linked_xfb_info->Outputs[i].OutputBuffer;
132 int vert_result = linked_xfb_info->Outputs[i].OutputRegister;
134 (1 << linked_xfb_info->Outputs[i].NumComponents) - 1;
138 assert(linked_xfb_info->Outputs[i].NumComponents == 1);
141 component_mask <<= linked_xfb_info->Outputs[i].ComponentOffset;
154 assert(linked_xfb_info->Outputs[i].DstOffset == next_offset[buffer]);
156 next_offset[buffer] += linked_xfb_info->Outputs[i].NumComponents;
gen6_sol.c 53 unsigned buffer = linked_xfb_info->Outputs[i].OutputBuffer;
56 linked_xfb_info->Outputs[i].DstOffset;
59 linked_xfb_info->Outputs[i].NumComponents,
brw_gs.c 215 linked_xfb_info->Outputs[i].OutputRegister;
217 swizzle_for_offset[linked_xfb_info->Outputs[i].ComponentOffset];
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_sol_state.c 101 * Outputs the 3DSTATE_SO_DECL_LIST command.
130 int buffer = linked_xfb_info->Outputs[i].OutputBuffer;
132 int vert_result = linked_xfb_info->Outputs[i].OutputRegister;
134 (1 << linked_xfb_info->Outputs[i].NumComponents) - 1;
138 assert(linked_xfb_info->Outputs[i].NumComponents == 1);
141 component_mask <<= linked_xfb_info->Outputs[i].ComponentOffset;
154 assert(linked_xfb_info->Outputs[i].DstOffset == next_offset[buffer]);
156 next_offset[buffer] += linked_xfb_info->Outputs[i].NumComponents;
gen6_sol.c 53 unsigned buffer = linked_xfb_info->Outputs[i].OutputBuffer;
56 linked_xfb_info->Outputs[i].DstOffset;
59 linked_xfb_info->Outputs[i].NumComponents,
brw_gs.c 215 linked_xfb_info->Outputs[i].OutputRegister;
217 swizzle_for_offset[linked_xfb_info->Outputs[i].ComponentOffset];
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_fs_exec.c 134 /* store outputs */
147 sizeof(machine->Outputs[i]));
151 &machine->Outputs[i],
160 quad->output.depth[j] = machine->Outputs[i].xyzw[2].f[j];
168 quad->output.stencil[j] = (unsigned)machine->Outputs[i].xyzw[1].f[j];
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_fs_exec.c 134 /* store outputs */
147 sizeof(machine->Outputs[i]));
151 &machine->Outputs[i],
160 quad->output.depth[j] = machine->Outputs[i].xyzw[2].f[j];
168 quad->output.stencil[j] = (unsigned)machine->Outputs[i].xyzw[1].f[j];
  /external/chromium_org/third_party/mesa/src/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...]
  /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...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_execute.h 64 GLfloat Outputs[MAX_PROGRAM_OUTPUTS][4];
  /external/llvm/include/llvm/Transforms/Utils/
CodeExtractor.h 39 /// 1) Find both the inputs and outputs for the extracted region.
42 /// 3) Add allocas for any scalar outputs, adding all of the outputs' allocas
105 void findInputsOutputs(ValueSet &Inputs, ValueSet &Outputs) const;
112 const ValueSet &outputs,
122 ValueSet &outputs);
  /external/mesa3d/src/mesa/program/
prog_execute.h 64 GLfloat Outputs[MAX_PROGRAM_OUTPUTS][4];
  /build/core/combo/
javac.mk 8 # Outputs:
  /external/chromium_org/components/policy/tools/
make_policy_zip.py 36 outputs = grit_info.Outputs(grd_file, grit_defines,
39 for item in outputs:
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_fragprog.c 232 machine->Outputs[FRAG_RESULT_COLOR]);
243 machine->Outputs[FRAG_RESULT_DATA0 + buf]);
250 const GLfloat depth = machine->Outputs[FRAG_RESULT_DEPTH][2];
  /external/mesa3d/src/mesa/swrast/
s_fragprog.c 232 machine->Outputs[FRAG_RESULT_COLOR]);
243 machine->Outputs[FRAG_RESULT_DATA0 + buf]);
250 const GLfloat depth = machine->Outputs[FRAG_RESULT_DEPTH][2];
  /external/chromium_org/tools/grit/
grit_info.py 6 '''Tool to determine inputs and outputs of a grit file.
21 def Outputs(filename, defines, ids_file, target_platform=None):
102 print (' ./grit_info.py --outputs [-D foo] [-f resource_ids] ' +
109 parser.add_option("--outputs", action="store_true", dest="outputs")
151 elif options.outputs:
154 "Expected exactly 2 arguments for --outputs.")
157 outputs = [posixpath.join(prefix, f)
158 for f in Outputs(filename, defines,
160 return '\n'.join(outputs)
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.h 279 enum Outputs {
286 CropRegion calculateCropRegion(CropRegion::Outputs outputs) const;
  /external/chromium_org/chrome/browser/resources/net_internals/
log_view_painter.js 166 * Outputs a single line.
176 * Outputs a key=value line which looks like:
186 * Outputs a key= line which looks like:
195 * Outputs multiple lines, each indented by numSpaces.
209 * Outputs multiple lines such that the first line has
292 * Default parameter writer that outputs a visualization of field named |key|
564 * Outputs the request header parameters of |entry| to |out|.
583 * Outputs the certificate parameters of |entry| to |out|.
617 * Outputs the SSL version fallback parameters of |entry| to |out|.
  /external/chromium_org/mojo/tools/
mojob.sh 26 show-bash-alias - Outputs an appropriate bash alias for mojob. In bash do:

Completed in 701 milliseconds

1 2 3