| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | 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 &&
|
| H A D | prog_parameter.h | 56 PROGRAM_INPUT, /**< machine->Inputs[] */ enumerator in enum:__anonffad8db30103
|
| H A D | prog_print.c | 55 case PROGRAM_INPUT: 371 * \param f the register file (PROGRAM_INPUT, PROGRAM_TEMPORARY, etc) 393 case PROGRAM_INPUT:
|
| H A D | prog_execute.c | 101 case PROGRAM_INPUT: 233 if (source->File == PROGRAM_INPUT && 304 inst->SrcReg[0].File == PROGRAM_INPUT &&
|
| H A D | program_parse.y | 756 set_src_reg(& $$, PROGRAM_INPUT, s->attrib_binding); 771 set_src_reg(& $$, PROGRAM_INPUT, $1);
|
| H A D | prog_to_nir.c | 134 case PROGRAM_INPUT: {
|
| H A D | ir_to_mesa.cpp | 1496 PROGRAM_INPUT,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | 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 &&
|
| H A D | prog_parameter.h | 58 PROGRAM_INPUT, /**< machine->Inputs[] */ enumerator in enum:__anona754f4e60103
|
| H A D | prog_print.c | 56 case PROGRAM_INPUT: 374 * \param f the register file (PROGRAM_INPUT, PROGRAM_TEMPORARY, etc) 396 case PROGRAM_INPUT:
|
| H A D | prog_execute.c | 101 case PROGRAM_INPUT: 233 if (source->File == PROGRAM_INPUT && 304 inst->SrcReg[0].File == PROGRAM_INPUT &&
|
| H A D | program_parse.y | 765 set_src_reg(& $$, PROGRAM_INPUT, s->attrib_binding); 780 set_src_reg(& $$, PROGRAM_INPUT, $1);
|
| H A D | prog_to_nir.c | 134 case PROGRAM_INPUT: {
|
| H A D | ir_to_mesa.cpp | 1433 PROGRAM_INPUT,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_vertprog.c | 214 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 D | r200_vertprog.c | 214 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 D | st_mesa_to_tgsi.c | 142 case PROGRAM_INPUT: 298 if (SrcReg->File != PROGRAM_INPUT &&
|
| H A D | st_glsl_to_tgsi.cpp | 2545 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 D | st_tests_common.cpp | 203 src_idx < 0 ? PROGRAM_INPUT : PROGRAM_TEMPORARY);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/tests/ |
| H A D | st_tests_common.cpp | 203 src_idx < 0 ? PROGRAM_INPUT : PROGRAM_TEMPORARY);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_tgsi.cpp | 2635 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 D | i915_fragprog.c | 115 case PROGRAM_INPUT:
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | i915_fragprog.c | 115 case PROGRAM_INPUT:
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | ffvertex_prog.c | 445 return make_ureg(PROGRAM_INPUT, input);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | ffvertex_prog.c | 443 return make_ureg(PROGRAM_INPUT, input);
|