Searched refs:Outputs (Results 1 - 25 of 51) sorted by relevance

123

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_vs_exec.c166 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];
H A Ddraw_gs.c189 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/
H A Ddraw_vs_exec.c166 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];
H A Ddraw_gs.c189 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/
H A Dgen7_sol_state.c101 * 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;
H A Dgen6_sol.c53 unsigned buffer = linked_xfb_info->Outputs[i].OutputBuffer;
56 linked_xfb_info->Outputs[i].DstOffset;
59 linked_xfb_info->Outputs[i].NumComponents,
H A Dbrw_gs.c215 linked_xfb_info->Outputs[i].OutputRegister;
217 swizzle_for_offset[linked_xfb_info->Outputs[i].ComponentOffset];
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen7_sol_state.c101 * 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;
H A Dgen6_sol.c53 unsigned buffer = linked_xfb_info->Outputs[i].OutputBuffer;
56 linked_xfb_info->Outputs[i].DstOffset;
59 linked_xfb_info->Outputs[i].NumComponents,
H A Dbrw_gs.c215 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/
H A Dsp_fs_exec.c147 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/
H A Dsp_fs_exec.c147 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/
H A Dt_vb_program.c238 ASSIGN_4V(machine->Outputs[i], 0.0F, 0.0F, 0.0F, 1.0F);
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]);
415 ASSERT(machine->Outputs[0][3] != 0.0F);
419 machine->Outputs[0][0],
420 machine->Outputs[0][1],
421 machine->Outputs[
[all...]
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_program.c238 ASSIGN_4V(machine->Outputs[i], 0.0F, 0.0F, 0.0F, 1.0F);
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]);
415 ASSERT(machine->Outputs[0][3] != 0.0F);
419 machine->Outputs[0][0],
420 machine->Outputs[0][1],
421 machine->Outputs[
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_execute.h64 GLfloat Outputs[MAX_PROGRAM_OUTPUTS][4]; member in struct:gl_program_machine
/external/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h105 void findInputsOutputs(ValueSet &Inputs, ValueSet &Outputs) const;
/external/mesa3d/src/mesa/program/
H A Dprog_execute.h64 GLfloat Outputs[MAX_PROGRAM_OUTPUTS][4]; member in struct:gl_program_machine
/external/chromium_org/components/policy/tools/
H A Dmake_policy_zip.py36 outputs = grit_info.Outputs(grd_file, grit_defines,
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_fragprog.c232 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/
H A Ds_fragprog.c232 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/
H A Dgrit_info.py21 def Outputs(filename, defines, ids_file, target_platform=None): function
158 for f in Outputs(filename, defines,
/external/chromium_org/mojo/tools/
H A Dmojob.sh26 show-bash-alias - Outputs an appropriate bash alias for mojob. In bash do:
/external/chromium_org/tools/gn/
H A Dvariables.cc751 " Outputs is valid for \"copy\", \"action\", and \"action_foreach\"\n"
1021 INSERT_VARIABLE(Outputs)
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlinker.cpp1872 info->Outputs[info->NumOutputs].ComponentOffset = 0;
1876 info->Outputs[info->NumOutputs].ComponentOffset =
1882 info->Outputs[info->NumOutputs].OutputRegister =
1884 info->Outputs[info->NumOutputs].NumComponents = num_components;
1885 info->Outputs[info->NumOutputs].OutputBuffer = buffer;
1886 info->Outputs[info->NumOutputs].DstOffset = info->BufferStride[buffer];
2201 ralloc_free(prog->LinkedTransformFeedback.Outputs);
2216 prog->LinkedTransformFeedback.Outputs =
/external/mesa3d/src/glsl/
H A Dlinker.cpp1872 info->Outputs[info->NumOutputs].ComponentOffset = 0;
1876 info->Outputs[info->NumOutputs].ComponentOffset =
1882 info->Outputs[info->NumOutputs].OutputRegister =
1884 info->Outputs[info->NumOutputs].NumComponents = num_components;
1885 info->Outputs[info->NumOutputs].OutputBuffer = buffer;
1886 info->Outputs[info->NumOutputs].DstOffset = info->BufferStride[buffer];
2201 ralloc_free(prog->LinkedTransformFeedback.Outputs);
2216 prog->LinkedTransformFeedback.Outputs =

Completed in 5867 milliseconds

123