Searched refs:PROGRAM_INPUT (Results 1 - 25 of 46) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dnvvertparse.c666 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...]
H A Dprogramopt.c97 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;
H A Dprog_print.c59 case PROGRAM_INPUT:
342 * \param f the register file (PROGRAM_INPUT, PROGRAM_TEMPORARY, etc)
370 case PROGRAM_INPUT:
416 case PROGRAM_INPUT:
H A Dnvfragparse.c1011 srcReg->File = PROGRAM_INPUT;
1138 srcReg->File = PROGRAM_INPUT;
H A Dprogram.c776 progB_colorFile = PROGRAM_INPUT;
968 case PROGRAM_INPUT:
/external/mesa3d/src/mesa/program/
H A Dnvvertparse.c666 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...]
H A Dprogramopt.c97 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;
H A Dprog_print.c59 case PROGRAM_INPUT:
342 * \param f the register file (PROGRAM_INPUT, PROGRAM_TEMPORARY, etc)
370 case PROGRAM_INPUT:
416 case PROGRAM_INPUT:
H A Dprog_parameter.c355 i = _mesa_add_parameter(paramList, PROGRAM_INPUT, name,
H A Dnvfragparse.c1011 srcReg->File = PROGRAM_INPUT;
1138 srcReg->File = PROGRAM_INPUT;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_vs_constval.c54 case PROGRAM_INPUT:
87 case PROGRAM_INPUT:
219 set_active_component(&t, PROGRAM_INPUT, i,
H A Dbrw_wm_pass0.c175 case PROGRAM_INPUT:
392 pass0_set_fpreg_value(c, PROGRAM_INPUT, FRAG_ATTRIB_WPOS, 2,
H A Dbrw_program.c197 prog->Instructions[i].SrcReg[r].File == PROGRAM_INPUT) {
H A Dbrw_wm_fp.c370 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) {
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vs_constval.c54 case PROGRAM_INPUT:
87 case PROGRAM_INPUT:
219 set_active_component(&t, PROGRAM_INPUT, i,
H A Dbrw_wm_pass0.c175 case PROGRAM_INPUT:
392 pass0_set_fpreg_value(c, PROGRAM_INPUT, FRAG_ATTRIB_WPOS, 2,
H A Dbrw_program.c197 prog->Instructions[i].SrcReg[r].File == PROGRAM_INPUT) {
H A Dbrw_wm_fp.c370 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) {
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_pixeltransfer.c165 inst[ic].SrcReg[0].File = PROGRAM_INPUT;
H A Dst_cb_drawpixels.c91 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;
H A Dst_mesa_to_tgsi.c231 case PROGRAM_INPUT:
367 if (SrcReg->File != PROGRAM_INPUT &&
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_pixeltransfer.c165 inst[ic].SrcReg[0].File = PROGRAM_INPUT;
H A Dst_cb_drawpixels.c91 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;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_vertprog.c212 case PROGRAM_INPUT:
262 if(src->File == PROGRAM_INPUT){
613 if (src[i].File == PROGRAM_INPUT) {
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_vertprog.c212 case PROGRAM_INPUT:
262 if(src->File == PROGRAM_INPUT){
613 if (src[i].File == PROGRAM_INPUT) {

Completed in 434 milliseconds

12