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

  /external/mesa3d/src/mesa/program/
programopt.c 96 newInst[i].SrcReg[1].File = PROGRAM_INPUT;
164 newInst[0].SrcReg[0].File = PROGRAM_INPUT;
176 newInst[i].SrcReg[0].File = PROGRAM_INPUT;
191 newInst[3].SrcReg[0].File = PROGRAM_INPUT;
322 inst->SrcReg[0].File = PROGRAM_INPUT;
347 inst->SrcReg[1].File = PROGRAM_INPUT;
608 if (inst->SrcReg[j].File == PROGRAM_INPUT &&
prog_print.c 55 case PROGRAM_INPUT:
358 * \param f the register file (PROGRAM_INPUT, PROGRAM_TEMPORARY, etc)
380 case PROGRAM_INPUT:
prog_execute.c 99 case PROGRAM_INPUT:
230 if (source->File == PROGRAM_INPUT &&
301 inst->SrcReg[0].File == PROGRAM_INPUT &&
    [all...]
program_parse.y 754 set_src_reg(& $$, PROGRAM_INPUT, s->attrib_binding);
769 set_src_reg(& $$, PROGRAM_INPUT, $1);
    [all...]
prog_to_nir.c 131 case PROGRAM_INPUT: {
ir_to_mesa.cpp     [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_vertprog.c 210 case PROGRAM_INPUT:
256 if(src->File == PROGRAM_INPUT){
603 if (src[i].File == PROGRAM_INPUT) {
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_mesa_to_tgsi.c 144 case PROGRAM_INPUT:
283 if (SrcReg->File != PROGRAM_INPUT &&
    [all...]
st_glsl_to_tgsi.cpp     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_fragprog.c 115 case PROGRAM_INPUT:
    [all...]
  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 451 return make_ureg(PROGRAM_INPUT, input);
    [all...]
mtypes.h     [all...]

Completed in 376 milliseconds