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

12

/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprogramopt.c90 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 Dprog_parameter.h57 PROGRAM_OUTPUT, /**< machine->Outputs[] */ enumerator in enum:__anonffad8db30103
H A Dprog_parameter_layout.c186 if ((inst->SrcReg[i].Base.File <= PROGRAM_OUTPUT)
H A Dprog_print.c57 case PROGRAM_OUTPUT:
396 case PROGRAM_OUTPUT:
H A Dprogram_parse.y587 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 Dir_to_mesa.cpp1502 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 Dprog_execute.c113 case PROGRAM_OUTPUT:
167 case PROGRAM_OUTPUT:
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprogramopt.c90 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 Dprog_parameter_layout.c199 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 Dprog_parameter.h59 PROGRAM_OUTPUT, /**< machine->Outputs[] */ enumerator in enum:__anona754f4e60103
H A Dprog_print.c58 case PROGRAM_OUTPUT:
399 case PROGRAM_OUTPUT:
H A Dprogram_parse.y596 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 Dir_to_mesa.cpp1439 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 Dprog_execute.c113 case PROGRAM_OUTPUT:
167 case PROGRAM_OUTPUT:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/tests/
H A Dst_tests_common.cpp314 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 Dst_tests_common.cpp314 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 Dst_mesa_to_tgsi.c91 case PROGRAM_OUTPUT:
146 case PROGRAM_OUTPUT:
299 SrcReg->File != PROGRAM_OUTPUT) {
H A Dst_glsl_to_tgsi.cpp551 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 Dst_program.c520 _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 Dst_glsl_to_tgsi.cpp630 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 Dst_program.c597 _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 Dr200_vertprog.c171 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 Di915_fragprog.c167 case PROGRAM_OUTPUT:
219 case PROGRAM_OUTPUT:
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Di915_fragprog.c167 case PROGRAM_OUTPUT:
219 case PROGRAM_OUTPUT:
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_vertprog.c171 case PROGRAM_OUTPUT:
221 case PROGRAM_OUTPUT:
683 if (dst.File == PROGRAM_OUTPUT &&

Completed in 50 milliseconds

12