Home
last modified time | relevance | path

Searched refs:PROGRAM_OUTPUT (Results 1 – 17 of 17) sorted by relevance

/external/mesa3d/src/mesa/program/
Dprogramopt.c90 newInst[i].DstReg.File = PROGRAM_OUTPUT; in insert_mvp_dp4_code()
188 newInst[3].DstReg.File = PROGRAM_OUTPUT; in insert_mvp_mad_code()
300 if (inst->DstReg.File == PROGRAM_OUTPUT && in _mesa_append_fog_code()
379 inst->DstReg.File = PROGRAM_OUTPUT; in _mesa_append_fog_code()
394 inst->DstReg.File = PROGRAM_OUTPUT; in _mesa_append_fog_code()
515 assert(type == PROGRAM_OUTPUT); in _mesa_remove_output_reads()
Dprog_parameter_layout.c176 if ((inst->SrcReg[i].Base.File <= PROGRAM_OUTPUT) in _mesa_layout_parameters()
Dprog_print.c57 case PROGRAM_OUTPUT: in _mesa_register_file_name()
384 case PROGRAM_OUTPUT: in reg_string()
Dprogram_parse.y584 if ($$.File == PROGRAM_OUTPUT) {
809 set_dst_reg(& $$, PROGRAM_OUTPUT, $1);
831 set_dst_reg(& $$, PROGRAM_OUTPUT, s->output_binding);
2155 file == PROGRAM_OUTPUT);
Dprog_execute.c111 case PROGRAM_OUTPUT: in get_src_register_pointer()
163 case PROGRAM_OUTPUT: in get_dst_register_pointer()
Dir_to_mesa.cpp1504 PROGRAM_OUTPUT, in visit()
2749 } else if (inst->dst.file == PROGRAM_OUTPUT && in copy_propagate()
2759 if (acp[4 * r + c]->src[0].file == PROGRAM_OUTPUT) in copy_propagate()
2764 inst->dst.file == PROGRAM_OUTPUT) { in copy_propagate()
Dprog_optimize.c1270 if (inst->DstReg.File == PROGRAM_OUTPUT) { in _mesa_simplify_cmp()
Dprog_to_nir.c97 case PROGRAM_OUTPUT: in ptn_get_dest()
/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c91 case PROGRAM_OUTPUT: in dst_register()
146 case PROGRAM_OUTPUT: in src_register()
299 SrcReg->File != PROGRAM_OUTPUT) { in translate_src()
Dst_glsl_to_tgsi.cpp500 …if (!dst_is_64bit[j] && inst->dst[j].file == PROGRAM_OUTPUT && inst->dst[j].type == GLSL_TYPE_ARRA… in emit_asm()
2499 st_src_reg src = st_src_reg(PROGRAM_OUTPUT, decl->mesa_index, in visit()
2506 PROGRAM_OUTPUT, in visit()
2643 is_2D = (src.file == PROGRAM_INPUT || src.file == PROGRAM_OUTPUT) && in visit()
2917 if (l_src.file == PROGRAM_OUTPUT && in emit_block_mov()
4626 if (inst->dst[0].file == PROGRAM_OUTPUT) { in simplify_cmp()
4971 } else if (inst->dst[d].file == PROGRAM_OUTPUT && in copy_propagate()
4981 if (acp[4 * r + c]->src[0].file == PROGRAM_OUTPUT) in copy_propagate()
4986 inst->dst[d].file == PROGRAM_OUTPUT) { in copy_propagate()
5024 (inst->src[0].file != PROGRAM_OUTPUT || in copy_propagate()
[all …]
Dst_program.c446 _mesa_remove_output_reads(&stvp->Base, PROGRAM_OUTPUT); in st_translate_vertex_program()
670 _mesa_remove_output_reads(&stfp->Base, PROGRAM_OUTPUT); in st_translate_fragment_program()
/external/deqp/doc/testspecs/GLES31/
Dfunctional.program_interface_query.txt88 PROGRAM_OUTPUT program interfaces, respectively. Test groups array_size,
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_fragprog.c167 case PROGRAM_OUTPUT: in src_vector()
218 case PROGRAM_OUTPUT: in get_result_vector()
/external/mesa3d/src/mesa/state_tracker/tests/
Dtest_glsl_to_tgsi_lifetime.cpp1499 file = PROGRAM_OUTPUT; in create_dst_register()
1515 file = PROGRAM_OUTPUT; in create_dst_register()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_vertprog.c167 case PROGRAM_OUTPUT: in t_dst()
679 if (dst.File == PROGRAM_OUTPUT && in r200_translate_vertex_program()
/external/mesa3d/src/mesa/main/
Dffvertex_prog.c465 return make_ureg(PROGRAM_OUTPUT, output); in register_output()
Dmtypes.h2059 PROGRAM_OUTPUT, /**< machine->Outputs[] */ enumerator