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

/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;
H A Dprogram.c776 progB_colorFile = PROGRAM_INPUT;
968 case PROGRAM_INPUT:
H A Dprog_execute.c124 case PROGRAM_INPUT:
308 if (source->File == PROGRAM_INPUT &&
398 inst->SrcReg[0].File == PROGRAM_INPUT &&
H A Dprogram_parse.y806 set_src_reg(& $$, PROGRAM_INPUT, s->attrib_binding);
821 set_src_reg(& $$, PROGRAM_INPUT, $1);
H A Dir_to_mesa.cpp1543 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) {
H A Dbrw_vs_emit.c316 c->regs[PROGRAM_INPUT][i] = brw_vec8_grf(reg, 0);
1136 case PROGRAM_INPUT:
1301 case PROGRAM_INPUT:
1529 get_reg(c, PROGRAM_INPUT, VERT_ATTRIB_EDGEFLAG));
1817 struct brw_reg reg = c->regs[PROGRAM_INPUT][i];
/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;
H A Dst_mesa_to_tgsi.c231 case PROGRAM_INPUT:
367 if (SrcReg->File != PROGRAM_INPUT &&
H A Dst_glsl_to_tgsi.cpp1963 PROGRAM_INPUT,
3709 coord = st_src_reg(PROGRAM_INPUT, FRAG_ATTRIB_TEX0, glsl_type::vec2_type);
3781 if (src_regs[i].file == PROGRAM_INPUT &&
3787 else if (src_regs[i].file == PROGRAM_INPUT)
3837 coord = st_src_reg(PROGRAM_INPUT, FRAG_ATTRIB_TEX0, glsl_type::vec2_type);
3866 if (src_regs[i].file == PROGRAM_INPUT)
4077 case PROGRAM_INPUT:
4171 if (src_reg->file != PROGRAM_INPUT &&
H A Dst_cb_bitmap.c143 p->Instructions[ic].SrcReg[0].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) {
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_fragprog.c98 case PROGRAM_INPUT:
/external/mesa3d/src/mesa/main/
H A Dffvertex_prog.c452 return make_ureg(PROGRAM_INPUT, input);
H A Dmtypes.h1859 PROGRAM_INPUT, /**< machine->Inputs[] */ enumerator in enum:__anon12793

Completed in 259 milliseconds