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

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_vs_exec.c177 output[slot][0] = CLAMP(machine->Outputs[slot].xyzw[0].f[j], 0.0f, 1.0f);
178 output[slot][1] = CLAMP(machine->Outputs[slot].xyzw[1].f[j], 0.0f, 1.0f);
179 output[slot][2] = CLAMP(machine->Outputs[slot].xyzw[2].f[j], 0.0f, 1.0f);
180 output[slot][3] = CLAMP(machine->Outputs[slot].xyzw[3].f[j], 0.0f, 1.0f);
182 output[slot][0] = machine->Outputs[slot].xyzw[0].f[j];
183 output[slot][1] = machine->Outputs[slot].xyzw[1].f[j];
184 output[slot][2] = machine->Outputs[slot].xyzw[2].f[j];
185 output[slot][3] = machine->Outputs[slot].xyzw[3].f[j];
H A Ddraw_gs.c104 output[slot][0] = machine->Outputs[idx + slot].xyzw[0].f[0];
105 output[slot][1] = machine->Outputs[idx + slot].xyzw[1].f[0];
106 output[slot][2] = machine->Outputs[idx + slot].xyzw[2].f[0];
107 output[slot][3] = machine->Outputs[idx + slot].xyzw[3].f[0];
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_vs_exec.c180 output[slot][0] = SATURATE(machine->Outputs[slot].xyzw[0].f[j]);
181 output[slot][1] = SATURATE(machine->Outputs[slot].xyzw[1].f[j]);
182 output[slot][2] = SATURATE(machine->Outputs[slot].xyzw[2].f[j]);
183 output[slot][3] = SATURATE(machine->Outputs[slot].xyzw[3].f[j]);
185 output[slot][0] = machine->Outputs[slot].xyzw[0].f[j];
186 output[slot][1] = machine->Outputs[slot].xyzw[1].f[j];
187 output[slot][2] = machine->Outputs[slot].xyzw[2].f[j];
188 output[slot][3] = machine->Outputs[slot].xyzw[3].f[j];
H A Ddraw_gs.c104 output[slot][0] = machine->Outputs[idx + slot].xyzw[0].f[0];
105 output[slot][1] = machine->Outputs[idx + slot].xyzw[1].f[0];
106 output[slot][2] = machine->Outputs[idx + slot].xyzw[2].f[0];
107 output[slot][3] = machine->Outputs[idx + slot].xyzw[3].f[0];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_fs_exec.c142 sizeof(machine->Outputs[i]));
146 &machine->Outputs[i],
156 quad->output.depth[j] = machine->Outputs[i].xyzw[2].f[j];
165 quad->output.stencil[j] = (unsigned)machine->Outputs[i].xyzw[1].u[j];
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprog_execute.h66 GLfloat Outputs[MAX_PROGRAM_OUTPUTS][4]; member in struct:gl_program_machine
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_fs_exec.c142 sizeof(machine->Outputs[i]));
146 &machine->Outputs[i],
156 quad->output.depth[j] = machine->Outputs[i].xyzw[2].f[j];
165 quad->output.stencil[j] = (unsigned)machine->Outputs[i].xyzw[1].u[j];
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_execute.h66 GLfloat Outputs[MAX_PROGRAM_OUTPUTS][4]; member in struct:gl_program_machine
/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
H A Dt_vb_program.c376 check_float(machine->Outputs[attr][0]);
377 check_float(machine->Outputs[attr][1]);
378 check_float(machine->Outputs[attr][2]);
379 check_float(machine->Outputs[attr][3]);
381 COPY_4V(store->results[attr].data[i], machine->Outputs[attr]);
391 assert(machine->Outputs[0][3] != 0.0F);
395 machine->Outputs[0][0],
396 machine->Outputs[0][1],
397 machine->Outputs[0][2],
398 machine->Outputs[
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
H A Dt_vb_program.c376 check_float(machine->Outputs[attr][0]);
377 check_float(machine->Outputs[attr][1]);
378 check_float(machine->Outputs[attr][2]);
379 check_float(machine->Outputs[attr][3]);
381 COPY_4V(store->results[attr].data[i], machine->Outputs[attr]);
391 assert(machine->Outputs[0][3] != 0.0F);
395 machine->Outputs[0][0],
396 machine->Outputs[0][1],
397 machine->Outputs[0][2],
398 machine->Outputs[
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_ff_gs.c137 linked_xfb_info->Outputs[i].OutputRegister;
139 swizzle_for_offset[linked_xfb_info->Outputs[i].ComponentOffset];
H A Dgfx6_sol.c55 unsigned buffer = linked_xfb_info->Outputs[i].OutputBuffer;
58 linked_xfb_info->Outputs[i].DstOffset;
63 linked_xfb_info->Outputs[i].NumComponents,
69 linked_xfb_info->Outputs[i].NumComponents,
H A Dbrw_gs.c79 linked_xfb_info->Outputs[i].OutputRegister;
81 swizzle_for_offset[linked_xfb_info->Outputs[i].ComponentOffset];
H A Dbrw_link.cpp196 struct gl_transform_feedback_output *output = &xfb_info->Outputs[i];
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dgl_nir_link_xfb.c99 linked_xfb->Outputs =
166 linked_xfb->Outputs + i;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dgl_nir_link_xfb.c102 linked_xfb->Outputs =
169 linked_xfb->Outputs + i;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_ff_gs.c219 linked_xfb_info->Outputs[i].OutputRegister;
221 swizzle_for_offset[linked_xfb_info->Outputs[i].ComponentOffset];
H A Dgen6_sol.c54 unsigned buffer = linked_xfb_info->Outputs[i].OutputBuffer;
57 linked_xfb_info->Outputs[i].DstOffset;
62 linked_xfb_info->Outputs[i].NumComponents,
68 linked_xfb_info->Outputs[i].NumComponents,
H A Dbrw_link.cpp196 struct gl_transform_feedback_output *output = &xfb_info->Outputs[i];
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_fragprog.c220 machine->Outputs[FRAG_RESULT_COLOR]);
231 machine->Outputs[FRAG_RESULT_DATA0 + buf]);
238 const GLfloat depth = machine->Outputs[FRAG_RESULT_DEPTH][2];
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_fragprog.c220 machine->Outputs[FRAG_RESULT_COLOR]);
231 machine->Outputs[FRAG_RESULT_DATA0 + buf]);
238 const GLfloat depth = machine->Outputs[FRAG_RESULT_DEPTH][2];
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h299 struct tgsi_exec_vector *Outputs; member in struct:tgsi_exec_machine
323 /* Offsets in ->Outputs of the primitives' vertex output data */
327 /* Offset in ->Outputs for the current vertex to be emitted. */
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_program.c485 output_mapping[info->Outputs[i].OutputRegister];
486 so_info->output[i].start_component = info->Outputs[i].ComponentOffset;
487 so_info->output[i].num_components = info->Outputs[i].NumComponents;
488 so_info->output[i].output_buffer = info->Outputs[i].OutputBuffer;
489 so_info->output[i].dst_offset = info->Outputs[i].DstOffset;
490 so_info->output[i].stream = info->Outputs[i].StreamId;
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dgen6_gs_visitor.cpp552 linked_xfb_info->Outputs[i].OutputRegister;
554 swizzle_for_offset[linked_xfb_info->Outputs[i].ComponentOffset];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h378 struct tgsi_exec_vector *Outputs; member in struct:tgsi_exec_machine

Completed in 19 milliseconds

12