| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | programopt.c | 90 newInst[i].DstReg.File = PROGRAM_OUTPUT; 188 newInst[3].DstReg.File = PROGRAM_OUTPUT; 300 if (inst->DstReg.File == PROGRAM_OUTPUT && 379 inst->DstReg.File = PROGRAM_OUTPUT; 394 inst->DstReg.File = PROGRAM_OUTPUT; 499 * The passed type has to be PROGRAM_OUTPUT. 515 assert(type == PROGRAM_OUTPUT);
|
| H A D | prog_parameter.h | 57 PROGRAM_OUTPUT, /**< machine->Outputs[] */ enumerator in enum:__anonffad8db30103
|
| H A D | prog_parameter_layout.c | 186 if ((inst->SrcReg[i].Base.File <= PROGRAM_OUTPUT)
|
| H A D | prog_print.c | 57 case PROGRAM_OUTPUT: 396 case PROGRAM_OUTPUT:
|
| H A D | program_parse.y | 587 if ($$.File == PROGRAM_OUTPUT) { 812 set_dst_reg(& $$, PROGRAM_OUTPUT, $1); 834 set_dst_reg(& $$, PROGRAM_OUTPUT, s->output_binding); 2158 file == PROGRAM_OUTPUT);
|
| H A D | ir_to_mesa.cpp | 1502 PROGRAM_OUTPUT, 2785 } else if (inst->dst.file == PROGRAM_OUTPUT && 2795 if (acp[4 * r + c]->src[0].file == PROGRAM_OUTPUT) 2800 inst->dst.file == PROGRAM_OUTPUT) {
|
| H A D | prog_execute.c | 113 case PROGRAM_OUTPUT: 167 case PROGRAM_OUTPUT:
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | programopt.c | 90 newInst[i].DstReg.File = PROGRAM_OUTPUT; 188 newInst[3].DstReg.File = PROGRAM_OUTPUT; 300 if (inst->DstReg.File == PROGRAM_OUTPUT && 379 inst->DstReg.File = PROGRAM_OUTPUT; 394 inst->DstReg.File = PROGRAM_OUTPUT; 499 * The passed type has to be PROGRAM_OUTPUT. 515 assert(type == PROGRAM_OUTPUT);
|
| H A D | prog_parameter_layout.c | 199 inst->SrcReg[i].Base.File <= PROGRAM_OUTPUT || 236 inst->SrcReg[i].Base.File <= PROGRAM_OUTPUT || 273 inst->SrcReg[i].Base.File <= PROGRAM_OUTPUT ||
|
| H A D | prog_parameter.h | 59 PROGRAM_OUTPUT, /**< machine->Outputs[] */ enumerator in enum:__anona754f4e60103
|
| H A D | prog_print.c | 58 case PROGRAM_OUTPUT: 399 case PROGRAM_OUTPUT:
|
| H A D | program_parse.y | 596 if ($$.File == PROGRAM_OUTPUT) { 821 set_dst_reg(& $$, PROGRAM_OUTPUT, $1); 843 set_dst_reg(& $$, PROGRAM_OUTPUT, s->output_binding); 2179 file == PROGRAM_OUTPUT);
|
| H A D | ir_to_mesa.cpp | 1439 PROGRAM_OUTPUT, 2763 } else if (inst->dst.file == PROGRAM_OUTPUT && 2773 if (acp[4 * r + c]->src[0].file == PROGRAM_OUTPUT) 2778 inst->dst.file == PROGRAM_OUTPUT) {
|
| H A D | prog_execute.c | 113 case PROGRAM_OUTPUT: 167 case PROGRAM_OUTPUT:
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/tests/ |
| H A D | st_tests_common.cpp | 314 file = PROGRAM_OUTPUT; 346 file = PROGRAM_OUTPUT; 355 PROGRAM_OUTPUT : PROGRAM_TEMPORARY); 386 file = PROGRAM_OUTPUT;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/tests/ |
| H A D | st_tests_common.cpp | 314 file = PROGRAM_OUTPUT; 346 file = PROGRAM_OUTPUT; 355 PROGRAM_OUTPUT : PROGRAM_TEMPORARY); 386 file = PROGRAM_OUTPUT;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_mesa_to_tgsi.c | 91 case PROGRAM_OUTPUT: 146 case PROGRAM_OUTPUT: 299 SrcReg->File != PROGRAM_OUTPUT) {
|
| H A D | st_glsl_to_tgsi.cpp | 551 if (!dst_is_64bit[j] && inst->dst[j].file == PROGRAM_OUTPUT && 2598 st_src_reg src = st_src_reg(PROGRAM_OUTPUT, decl->mesa_index, 2605 PROGRAM_OUTPUT, 2781 is_2D = (src.file == PROGRAM_INPUT || src.file == PROGRAM_OUTPUT) && 3059 if (l_src.file == PROGRAM_OUTPUT && 4841 if (inst->dst[0].file == PROGRAM_OUTPUT) { 5187 } else if (inst->dst[d].file == PROGRAM_OUTPUT && 5197 if (acp[4 * r + c]->src[0].file == PROGRAM_OUTPUT) 5202 inst->dst[d].file == PROGRAM_OUTPUT) { 5240 (inst->src[0].file != PROGRAM_OUTPUT || [all...] |
| H A D | st_program.c | 520 _mesa_remove_output_reads(&stvp->Base, PROGRAM_OUTPUT); 777 _mesa_remove_output_reads(&stfp->Base, PROGRAM_OUTPUT);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_tgsi.cpp | 630 if (!dst_is_64bit[j] && inst->dst[j].file == PROGRAM_OUTPUT && 2688 st_src_reg src = st_src_reg(PROGRAM_OUTPUT, decl->mesa_index, 2695 PROGRAM_OUTPUT, 2871 is_2D = (src.file == PROGRAM_INPUT || src.file == PROGRAM_OUTPUT) && 3149 if (l_src.file == PROGRAM_OUTPUT && 4982 if (inst->dst[0].file == PROGRAM_OUTPUT) { 5328 } else if (inst->dst[d].file == PROGRAM_OUTPUT && 5338 if (acp[4 * r + c]->src[0].file == PROGRAM_OUTPUT) 5343 inst->dst[d].file == PROGRAM_OUTPUT) { 5381 (inst->src[0].file != PROGRAM_OUTPUT || [all...] |
| H A D | st_program.c | 597 _mesa_remove_output_reads(&stp->Base, PROGRAM_OUTPUT); 1015 _mesa_remove_output_reads(&stfp->Base, PROGRAM_OUTPUT);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_vertprog.c | 171 case PROGRAM_OUTPUT: 221 case PROGRAM_OUTPUT: 683 if (dst.File == PROGRAM_OUTPUT &&
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | i915_fragprog.c | 167 case PROGRAM_OUTPUT: 219 case PROGRAM_OUTPUT:
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | i915_fragprog.c | 167 case PROGRAM_OUTPUT: 219 case PROGRAM_OUTPUT:
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_vertprog.c | 171 case PROGRAM_OUTPUT: 221 case PROGRAM_OUTPUT: 683 if (dst.File == PROGRAM_OUTPUT &&
|