Searched refs:PROGRAM_OUTPUT (Results 1 – 17 of 17) sorted by relevance
/external/mesa3d/src/mesa/program/ |
D | programopt.c | 90 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()
|
D | prog_parameter_layout.c | 176 if ((inst->SrcReg[i].Base.File <= PROGRAM_OUTPUT) in _mesa_layout_parameters()
|
D | prog_print.c | 57 case PROGRAM_OUTPUT: in _mesa_register_file_name() 384 case PROGRAM_OUTPUT: in reg_string()
|
D | program_parse.y | 584 if ($$.File == PROGRAM_OUTPUT) { 809 set_dst_reg(& $$, PROGRAM_OUTPUT, $1); 831 set_dst_reg(& $$, PROGRAM_OUTPUT, s->output_binding); 2155 file == PROGRAM_OUTPUT);
|
D | prog_execute.c | 111 case PROGRAM_OUTPUT: in get_src_register_pointer() 163 case PROGRAM_OUTPUT: in get_dst_register_pointer()
|
D | ir_to_mesa.cpp | 1504 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()
|
D | prog_optimize.c | 1270 if (inst->DstReg.File == PROGRAM_OUTPUT) { in _mesa_simplify_cmp()
|
D | prog_to_nir.c | 97 case PROGRAM_OUTPUT: in ptn_get_dest()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_mesa_to_tgsi.c | 91 case PROGRAM_OUTPUT: in dst_register() 146 case PROGRAM_OUTPUT: in src_register() 299 SrcReg->File != PROGRAM_OUTPUT) { in translate_src()
|
D | st_glsl_to_tgsi.cpp | 500 …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 …]
|
D | st_program.c | 446 _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/ |
D | functional.program_interface_query.txt | 88 PROGRAM_OUTPUT program interfaces, respectively. Test groups array_size,
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_fragprog.c | 167 case PROGRAM_OUTPUT: in src_vector() 218 case PROGRAM_OUTPUT: in get_result_vector()
|
/external/mesa3d/src/mesa/state_tracker/tests/ |
D | test_glsl_to_tgsi_lifetime.cpp | 1499 file = PROGRAM_OUTPUT; in create_dst_register() 1515 file = PROGRAM_OUTPUT; in create_dst_register()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_vertprog.c | 167 case PROGRAM_OUTPUT: in t_dst() 679 if (dst.File == PROGRAM_OUTPUT && in r200_translate_vertex_program()
|
/external/mesa3d/src/mesa/main/ |
D | ffvertex_prog.c | 465 return make_ureg(PROGRAM_OUTPUT, output); in register_output()
|
D | mtypes.h | 2059 PROGRAM_OUTPUT, /**< machine->Outputs[] */ enumerator
|