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

  /external/mesa3d/src/mesa/program/
nvvertparse.c 666 srcReg->File = PROGRAM_INPUT;
760 srcReg->File = PROGRAM_INPUT;
869 if (inst->SrcReg[0].File == PROGRAM_INPUT &&
870 inst->SrcReg[1].File == PROGRAM_INPUT &&
930 if ((inst->SrcReg[0].File == PROGRAM_INPUT &&
931 inst->SrcReg[1].File == PROGRAM_INPUT &&
933 (inst->SrcReg[0].File == PROGRAM_INPUT &&
934 inst->SrcReg[2].File == PROGRAM_INPUT &&
936 (inst->SrcReg[1].File == PROGRAM_INPUT &&
937 inst->SrcReg[2].File == PROGRAM_INPUT &
    [all...]
programopt.c 97 newInst[i].SrcReg[1].File = PROGRAM_INPUT;
166 newInst[0].SrcReg[0].File = PROGRAM_INPUT;
178 newInst[i].SrcReg[0].File = PROGRAM_INPUT;
193 newInst[3].SrcReg[0].File = PROGRAM_INPUT;
325 inst->SrcReg[0].File = PROGRAM_INPUT;
350 inst->SrcReg[1].File = PROGRAM_INPUT;
620 inst[0].SrcReg[0].File = PROGRAM_INPUT;
664 inst[0].SrcReg[0].File = PROGRAM_INPUT;
prog_print.c 59 case PROGRAM_INPUT:
342 * \param f the register file (PROGRAM_INPUT, PROGRAM_TEMPORARY, etc)
370 case PROGRAM_INPUT:
416 case PROGRAM_INPUT:
    [all...]
prog_parameter.c 355 i = _mesa_add_parameter(paramList, PROGRAM_INPUT, name,
nvfragparse.c 1011 srcReg->File = PROGRAM_INPUT;
1138 srcReg->File = PROGRAM_INPUT;
    [all...]
program.c 776 progB_colorFile = PROGRAM_INPUT;
968 case PROGRAM_INPUT:
    [all...]
prog_execute.c 124 case PROGRAM_INPUT:
308 if (source->File == PROGRAM_INPUT &&
398 inst->SrcReg[0].File == PROGRAM_INPUT &&
    [all...]
program_parse.y 806 set_src_reg(& $$, PROGRAM_INPUT, s->attrib_binding);
821 set_src_reg(& $$, PROGRAM_INPUT, $1);
    [all...]
ir_to_mesa.cpp     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vs_constval.c 54 case PROGRAM_INPUT:
87 case PROGRAM_INPUT:
219 set_active_component(&t, PROGRAM_INPUT, i,
brw_wm_pass0.c 175 case PROGRAM_INPUT:
392 pass0_set_fpreg_value(c, PROGRAM_INPUT, FRAG_ATTRIB_WPOS, 2,
brw_program.c 197 prog->Instructions[i].SrcReg[r].File == PROGRAM_INPUT) {
brw_wm_fp.c 370 struct prog_dst_register dst = dst_reg(PROGRAM_INPUT, idx);
394 /* PROGRAM_INPUT.attr.xyzw = INTERP payload.interp[attr].x, deltas.xyw
908 else if (src.File == PROGRAM_INPUT &&
1018 if (inst->SrcReg[i].File == PROGRAM_INPUT) {
brw_vs_emit.c 316 c->regs[PROGRAM_INPUT][i] = brw_vec8_grf(reg, 0);
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_pixeltransfer.c 165 inst[ic].SrcReg[0].File = PROGRAM_INPUT;
st_cb_drawpixels.c 91 inst[0].SrcReg[0].File == PROGRAM_INPUT &&
237 p->Instructions[ic].SrcReg[0].File = PROGRAM_INPUT;
246 p->Instructions[ic].SrcReg[0].File = PROGRAM_INPUT;
257 p->Instructions[ic].SrcReg[0].File = PROGRAM_INPUT;
    [all...]
st_mesa_to_tgsi.c 231 case PROGRAM_INPUT:
367 if (SrcReg->File != PROGRAM_INPUT &&
    [all...]
st_glsl_to_tgsi.cpp     [all...]
st_cb_bitmap.c 143 p->Instructions[ic].SrcReg[0].File = PROGRAM_INPUT;
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_vertprog.c 212 case PROGRAM_INPUT:
262 if(src->File == PROGRAM_INPUT){
613 if (src[i].File == PROGRAM_INPUT) {
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_fragprog.c 98 case PROGRAM_INPUT:
    [all...]
  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 452 return make_ureg(PROGRAM_INPUT, input);
    [all...]
mtypes.h     [all...]

Completed in 1445 milliseconds