Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vs_constval.c42 GLubyte active[PROGRAM_OUTPUT+1][MAX_PROGRAM_TEMPS];
55 case PROGRAM_OUTPUT: in set_active_component()
56 assert(file < PROGRAM_OUTPUT + 1); in set_active_component()
88 case PROGRAM_OUTPUT: in get_active_component()
121 active = t->active[PROGRAM_OUTPUT][idx]; in get_output_size()
136 t->active[PROGRAM_OUTPUT][VERT_RESULT_COL0] |= in calc_sizes()
137 t->active[PROGRAM_OUTPUT][VERT_RESULT_BFC0]; in calc_sizes()
139 t->active[PROGRAM_OUTPUT][VERT_RESULT_COL1] |= in calc_sizes()
140 t->active[PROGRAM_OUTPUT][VERT_RESULT_BFC1]; in calc_sizes()
Dbrw_vs_emit.c110 if (inst->DstReg.File == PROGRAM_OUTPUT && in get_first_reladdr_output()
334 assert(vert_result < Elements(c->regs[PROGRAM_OUTPUT])); in brw_vs_alloc_regs()
336 c->regs[PROGRAM_OUTPUT][vert_result] = brw_message_reg(slot + 1); in brw_vs_alloc_regs()
338 c->regs[PROGRAM_OUTPUT][vert_result] = brw_vec8_grf(reg, 0); in brw_vs_alloc_regs()
1137 case PROGRAM_OUTPUT: in get_reg()
1302 case PROGRAM_OUTPUT: in get_src_reg()
1387 case PROGRAM_OUTPUT: in get_dst()
1518 struct brw_reg pos = c->regs[PROGRAM_OUTPUT][VERT_RESULT_HPOS]; in emit_vertex_write()
1528 get_reg(c, PROGRAM_OUTPUT, VERT_RESULT_EDGE), in emit_vertex_write()
1553 brw_swizzle1(c->regs[PROGRAM_OUTPUT][VERT_RESULT_PSIZ], 0)); in emit_vertex_write()
[all …]
Dbrw_wm_fp.c972 struct prog_src_register outdepth = src_reg(PROGRAM_OUTPUT, FRAG_RESULT_DEPTH); in emit_render_target_writes()
982 outcolor = src_reg(PROGRAM_OUTPUT, FRAG_RESULT_COLOR); in emit_render_target_writes()
984 outcolor = src_reg(PROGRAM_OUTPUT, FRAG_RESULT_DATA0 + i); in emit_render_target_writes()
998 0, src_reg(PROGRAM_OUTPUT, FRAG_RESULT_COLOR), in emit_render_target_writes()
Dbrw_program.c206 prog->Instructions[i].DstReg.File == PROGRAM_OUTPUT) { in brwProgramStringNotify()
Dbrw_wm_pass0.c178 case PROGRAM_OUTPUT: in pass0_get_reg()
/external/mesa3d/src/mesa/program/
Dprogramopt.c91 newInst[i].DstReg.File = PROGRAM_OUTPUT; in _mesa_insert_mvp_dp4_code()
190 newInst[3].DstReg.File = PROGRAM_OUTPUT; in _mesa_insert_mvp_mad_code()
303 if (inst->DstReg.File == PROGRAM_OUTPUT && in _mesa_append_fog_code()
382 inst->DstReg.File = PROGRAM_OUTPUT; in _mesa_append_fog_code()
397 inst->DstReg.File = PROGRAM_OUTPUT; in _mesa_append_fog_code()
520 assert(type == PROGRAM_VARYING || type == PROGRAM_OUTPUT); in _mesa_remove_output_reads()
618 inst[0].DstReg.File = PROGRAM_OUTPUT; in _mesa_nop_fragment_program()
662 inst[0].DstReg.File = PROGRAM_OUTPUT; in _mesa_nop_vertex_program()
Dprog_print.c61 case PROGRAM_OUTPUT: in _mesa_register_file_name()
373 case PROGRAM_OUTPUT: in reg_string()
422 case PROGRAM_OUTPUT: in reg_string()
Dnvvertparse.c571 dstReg->File = PROGRAM_OUTPUT; in Parse_MaskedDstReg()
1091 srcReg->File = PROGRAM_OUTPUT; in Parse_PrintInstruction()
1244 if (inst->DstReg.File == PROGRAM_OUTPUT) in Parse_InstructionSequence()
Dprogram_parse.y642 if ($$.File == PROGRAM_OUTPUT) {
862 set_dst_reg(& $$, PROGRAM_OUTPUT, $1);
884 set_dst_reg(& $$, PROGRAM_OUTPUT, s->output_binding);
2346 file == PROGRAM_OUTPUT);
Dprogram.c816 PROGRAM_OUTPUT, FRAG_RESULT_COLOR, in _mesa_combine_programs()
983 case PROGRAM_OUTPUT: in _mesa_valid_register_index()
Dnvfragparse.c889 dstReg->File = PROGRAM_OUTPUT; in Parse_MaskedDstReg()
1254 inst->SrcReg[0].File = PROGRAM_OUTPUT; in Parse_PrintInstruction()
Dir_to_mesa.cpp1549 PROGRAM_OUTPUT, in visit()
2676 } else if (inst->dst.file == PROGRAM_OUTPUT && in copy_propagate()
2686 if (acp[4 * r + c]->src[0].file == PROGRAM_OUTPUT) in copy_propagate()
2691 inst->dst.file == PROGRAM_OUTPUT) { in copy_propagate()
Dprog_execute.c136 case PROGRAM_OUTPUT: in get_src_register_pointer()
200 case PROGRAM_OUTPUT: in get_dst_register_pointer()
Dprog_optimize.c1301 if (inst->DstReg.File == PROGRAM_OUTPUT) { in _mesa_simplify_cmp()
/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c177 case PROGRAM_OUTPUT: in dst_register()
235 case PROGRAM_OUTPUT: in src_register()
306 else if (clamp_color && DstReg->File == PROGRAM_OUTPUT) { in translate_dst()
368 SrcReg->File != PROGRAM_OUTPUT) { in translate_src()
Dst_program.c313 _mesa_remove_output_reads(&stvp->Base.Base, PROGRAM_OUTPUT); in st_translate_vertex_program()
531 _mesa_remove_output_reads(&stfp->Base.Base, PROGRAM_OUTPUT); in st_translate_fragment_program()
834 _mesa_remove_output_reads(&stgp->Base.Base, PROGRAM_OUTPUT); in st_translate_geometry_program()
Dst_glsl_to_tgsi.cpp1969 PROGRAM_OUTPUT, in visit()
3054 if (inst->dst.file == PROGRAM_OUTPUT) { in simplify_cmp()
3347 } else if (inst->dst.file == PROGRAM_OUTPUT && in copy_propagate()
3357 if (acp[4 * r + c]->src[0].file == PROGRAM_OUTPUT) in copy_propagate()
3362 inst->dst.file == PROGRAM_OUTPUT) { in copy_propagate()
3776 if (inst->dst.file == PROGRAM_OUTPUT) in get_pixel_transfer_visitor()
3861 if (inst->dst.file == PROGRAM_OUTPUT) in get_bitmap_visitor()
4021 case PROGRAM_OUTPUT: in dst_register()
4081 case PROGRAM_OUTPUT: in src_register()
4114 else if (clamp_color && dst_reg->file == PROGRAM_OUTPUT) { in translate_dst()
[all …]
Dst_cb_drawpixels.c88 inst[0].DstReg.File == PROGRAM_OUTPUT && in is_passthrough_program()
234 p->Instructions[ic].DstReg.File = PROGRAM_OUTPUT; in st_make_drawpix_z_stencil_program()
244 p->Instructions[ic].DstReg.File = PROGRAM_OUTPUT; in st_make_drawpix_z_stencil_program()
254 p->Instructions[ic].DstReg.File = PROGRAM_OUTPUT; in st_make_drawpix_z_stencil_program()
Dst_atom_pixeltransfer.c254 last->DstReg.File = PROGRAM_OUTPUT; in get_pixel_transfer_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.c146 case PROGRAM_OUTPUT: in src_vector()
208 case PROGRAM_OUTPUT: in get_result_vector()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_vertprog.c169 case PROGRAM_OUTPUT: in t_dst()
694 if (dst.File == PROGRAM_OUTPUT && in r200_translate_vertex_program()
/external/mesa3d/src/mesa/main/
Dffvertex_prog.c466 return make_ureg(PROGRAM_OUTPUT, output); in register_output()
Dmtypes.h1860 PROGRAM_OUTPUT, /**< machine->Outputs[] */ enumerator