| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_vs_exec.c | 177 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 D | draw_gs.c | 104 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 D | draw_vs_exec.c | 180 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 D | draw_gs.c | 104 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 D | sp_fs_exec.c | 142 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 D | prog_execute.h | 66 GLfloat Outputs[MAX_PROGRAM_OUTPUTS][4]; member in struct:gl_program_machine
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_fs_exec.c | 142 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 D | prog_execute.h | 66 GLfloat Outputs[MAX_PROGRAM_OUTPUTS][4]; member in struct:gl_program_machine
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/ |
| H A D | t_vb_program.c | 376 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 D | t_vb_program.c | 376 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 D | brw_ff_gs.c | 137 linked_xfb_info->Outputs[i].OutputRegister; 139 swizzle_for_offset[linked_xfb_info->Outputs[i].ComponentOffset];
|
| H A D | gfx6_sol.c | 55 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 D | brw_gs.c | 79 linked_xfb_info->Outputs[i].OutputRegister; 81 swizzle_for_offset[linked_xfb_info->Outputs[i].ComponentOffset];
|
| H A D | brw_link.cpp | 196 struct gl_transform_feedback_output *output = &xfb_info->Outputs[i];
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | gl_nir_link_xfb.c | 99 linked_xfb->Outputs = 166 linked_xfb->Outputs + i;
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | gl_nir_link_xfb.c | 102 linked_xfb->Outputs = 169 linked_xfb->Outputs + i;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_ff_gs.c | 219 linked_xfb_info->Outputs[i].OutputRegister; 221 swizzle_for_offset[linked_xfb_info->Outputs[i].ComponentOffset];
|
| H A D | gen6_sol.c | 54 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 D | brw_link.cpp | 196 struct gl_transform_feedback_output *output = &xfb_info->Outputs[i];
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_fragprog.c | 220 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 D | s_fragprog.c | 220 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 D | tgsi_exec.h | 299 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 D | st_program.c | 485 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 D | gen6_gs_visitor.cpp | 552 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 D | tgsi_exec.h | 378 struct tgsi_exec_vector *Outputs; member in struct:tgsi_exec_machine
|