HomeSort by relevance Sort by last modified time
    Searched refs:PROGRAM_OUTPUT (Results 1 - 15 of 15) sorted by null

  /external/mesa3d/src/mesa/program/
programopt.c 90 newInst[i].DstReg.File = PROGRAM_OUTPUT;
188 newInst[3].DstReg.File = PROGRAM_OUTPUT;
300 if (inst->DstReg.File == PROGRAM_OUTPUT &&
379 inst->DstReg.File = PROGRAM_OUTPUT;
394 inst->DstReg.File = PROGRAM_OUTPUT;
499 * The passed type has to be PROGRAM_OUTPUT.
515 assert(type == PROGRAM_OUTPUT);
prog_parameter_layout.c 176 if ((inst->SrcReg[i].Base.File <= PROGRAM_OUTPUT)
prog_print.c 57 case PROGRAM_OUTPUT:
383 case PROGRAM_OUTPUT:
program_parse.y 585 if ($$.File == PROGRAM_OUTPUT) {
810 set_dst_reg(& $$, PROGRAM_OUTPUT, $1);
832 set_dst_reg(& $$, PROGRAM_OUTPUT, s->output_binding);
    [all...]
ir_to_mesa.cpp     [all...]
prog_execute.c 111 case PROGRAM_OUTPUT:
163 case PROGRAM_OUTPUT:
    [all...]
prog_optimize.c     [all...]
prog_to_nir.c 97 case PROGRAM_OUTPUT:
850 * Puts a NIR intrinsic to store of each PROGRAM_OUTPUT value to the output
853 * We don't generate these incrementally as the PROGRAM_OUTPUT values are
  /external/mesa3d/src/mesa/state_tracker/
st_mesa_to_tgsi.c 93 case PROGRAM_OUTPUT:
148 case PROGRAM_OUTPUT:
284 SrcReg->File != PROGRAM_OUTPUT) {
    [all...]
st_glsl_to_tgsi.cpp 761 if (!dst_is_64bit[j] && inst->dst[j].file == PROGRAM_OUTPUT && inst->dst[j].type == GLSL_TYPE_ARRAY) {
    [all...]
st_program.c 371 _mesa_remove_output_reads(&stvp->Base, PROGRAM_OUTPUT);
590 _mesa_remove_output_reads(&stfp->Base, PROGRAM_OUTPUT);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_fragprog.c 167 case PROGRAM_OUTPUT:
218 case PROGRAM_OUTPUT:
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_vertprog.c 167 case PROGRAM_OUTPUT:
217 case PROGRAM_OUTPUT:
684 if (dst.File == PROGRAM_OUTPUT &&
    [all...]
  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 465 return make_ureg(PROGRAM_OUTPUT, output);
    [all...]
mtypes.h     [all...]

Completed in 200 milliseconds