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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprogramopt.c96 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 &&
H A Dprog_parameter.h56 PROGRAM_INPUT, /**< machine->Inputs[] */ enumerator in enum:__anonffad8db30103
H A Dprog_print.c55 case PROGRAM_INPUT:
371 * \param f the register file (PROGRAM_INPUT, PROGRAM_TEMPORARY, etc)
393 case PROGRAM_INPUT:
H A Dprog_execute.c101 case PROGRAM_INPUT:
233 if (source->File == PROGRAM_INPUT &&
304 inst->SrcReg[0].File == PROGRAM_INPUT &&
H A Dprogram_parse.y756 set_src_reg(& $$, PROGRAM_INPUT, s->attrib_binding);
771 set_src_reg(& $$, PROGRAM_INPUT, $1);
H A Dprog_to_nir.c134 case PROGRAM_INPUT: {
H A Dir_to_mesa.cpp1496 PROGRAM_INPUT,
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprogramopt.c96 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 &&
H A Dprog_parameter.h58 PROGRAM_INPUT, /**< machine->Inputs[] */ enumerator in enum:__anona754f4e60103
H A Dprog_print.c56 case PROGRAM_INPUT:
374 * \param f the register file (PROGRAM_INPUT, PROGRAM_TEMPORARY, etc)
396 case PROGRAM_INPUT:
H A Dprog_execute.c101 case PROGRAM_INPUT:
233 if (source->File == PROGRAM_INPUT &&
304 inst->SrcReg[0].File == PROGRAM_INPUT &&
H A Dprogram_parse.y765 set_src_reg(& $$, PROGRAM_INPUT, s->attrib_binding);
780 set_src_reg(& $$, PROGRAM_INPUT, $1);
H A Dprog_to_nir.c134 case PROGRAM_INPUT: {
H A Dir_to_mesa.cpp1433 PROGRAM_INPUT,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_vertprog.c214 case PROGRAM_INPUT:
260 if(src->File == PROGRAM_INPUT){
602 if (src[i].File == PROGRAM_INPUT) {
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_vertprog.c214 case PROGRAM_INPUT:
260 if(src->File == PROGRAM_INPUT){
602 if (src[i].File == PROGRAM_INPUT) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_mesa_to_tgsi.c142 case PROGRAM_INPUT:
298 if (SrcReg->File != PROGRAM_INPUT &&
H A Dst_glsl_to_tgsi.cpp2545 PROGRAM_INPUT,
2781 is_2D = (src.file == PROGRAM_INPUT || src.file == PROGRAM_OUTPUT) &&
2785 is_2D = src.file == PROGRAM_INPUT &&
2789 is_2D = src.file == PROGRAM_INPUT;
2800 src.file == PROGRAM_INPUT)
6052 case PROGRAM_INPUT:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/tests/
H A Dst_tests_common.cpp203 src_idx < 0 ? PROGRAM_INPUT : PROGRAM_TEMPORARY);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/tests/
H A Dst_tests_common.cpp203 src_idx < 0 ? PROGRAM_INPUT : PROGRAM_TEMPORARY);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp2635 PROGRAM_INPUT,
2871 is_2D = (src.file == PROGRAM_INPUT || src.file == PROGRAM_OUTPUT) &&
2875 is_2D = src.file == PROGRAM_INPUT &&
2879 is_2D = src.file == PROGRAM_INPUT;
2890 src.file == PROGRAM_INPUT)
6105 case PROGRAM_INPUT:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Di915_fragprog.c115 case PROGRAM_INPUT:
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Di915_fragprog.c115 case PROGRAM_INPUT:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dffvertex_prog.c445 return make_ureg(PROGRAM_INPUT, input);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dffvertex_prog.c443 return make_ureg(PROGRAM_INPUT, input);

Completed in 57 milliseconds