Home
last modified time | relevance | path

Searched refs:VERT_RESULT_HPOS (Results 1 – 21 of 21) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vs.c87 assign_vue_slot(vue_map, VERT_RESULT_HPOS); in brw_compute_vue_map()
108 assign_vue_slot(vue_map, VERT_RESULT_HPOS); in brw_compute_vue_map()
120 assign_vue_slot(vue_map, VERT_RESULT_HPOS); in brw_compute_vue_map()
Dgen6_sf_state.c60 if (vs_attr < 0 || vs_attr == VERT_RESULT_HPOS) { in get_attr_override()
Dbrw_sf_emit.c337 persp_mask = c->key.attrs & ~(BITFIELD64_BIT(VERT_RESULT_HPOS) | in calculate_masks()
341 persp_mask = c->key.attrs & ~(BITFIELD64_BIT(VERT_RESULT_HPOS)); in calculate_masks()
Dbrw_clip_util.c113 VERT_RESULT_HPOS); in brw_clip_project_vertex()
Dbrw_clip_line.c137 VERT_RESULT_HPOS); in clip_and_emit_line()
Dbrw_clip_tri.c236 VERT_RESULT_HPOS); in brw_clip_tri()
488 VERT_RESULT_HPOS); in brw_clip_test()
Dbrw_vec4_visitor.cpp2105 src_reg pos = src_reg(output_reg[VERT_RESULT_HPOS]); in emit_ndc_computation()
2149 inst = emit(DP4(dst_null_f(), src_reg(output_reg[VERT_RESULT_HPOS]), in emit_psiz_and_flags()
2219 clip_vertex = VERT_RESULT_HPOS; in emit_clip_distances()
2266 case VERT_RESULT_HPOS: in emit_urb_slot()
2268 emit(MOV(reg, src_reg(output_reg[VERT_RESULT_HPOS]))); in emit_urb_slot()
Dbrw_vs_emit.c148 if (vert_result == VERT_RESULT_HPOS || vert_result == VERT_RESULT_PSIZ) { in can_use_direct_mrf()
1518 struct brw_reg pos = c->regs[PROGRAM_OUTPUT][VERT_RESULT_HPOS]; in emit_vertex_write()
1863 if (file == PROGRAM_OUTPUT && index != VERT_RESULT_HPOS) in brw_old_vs_emit()
2124 && (inst->DstReg.Index != VERT_RESULT_HPOS) in brw_old_vs_emit()
Dbrw_clip_unfilled.c56 VERT_RESULT_HPOS); in compute_tri_direction()
/external/mesa3d/src/mesa/program/
Dprogramopt.c92 newInst[i].DstReg.Index = VERT_RESULT_HPOS; in _mesa_insert_mvp_dp4_code()
112 vprog->Base.OutputsWritten |= BITFIELD64_BIT(VERT_RESULT_HPOS); in _mesa_insert_mvp_dp4_code()
191 newInst[3].DstReg.Index = VERT_RESULT_HPOS; in _mesa_insert_mvp_mad_code()
214 vprog->Base.OutputsWritten |= BITFIELD64_BIT(VERT_RESULT_HPOS); in _mesa_insert_mvp_mad_code()
Dprog_print.c322 assert(strcmp(vertResults[VERT_RESULT_HPOS], "result.position") == 0); in arb_output_attrib_string()
Dprogram_parse.y648 && ($$.Index == VERT_RESULT_HPOS)) {
2013 $$ = VERT_RESULT_HPOS;
Dnvvertparse.c1365 !(parseState.outputsWritten & (1 << VERT_RESULT_HPOS))) { in _mesa_parse_nv_vertex_program()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_vertprog.c171 case VERT_RESULT_HPOS: in t_dst()
435 ~((1 << VERT_RESULT_HPOS) | (1 << VERT_RESULT_COL0) | (1 << VERT_RESULT_COL1) | in r200_translate_vertex_program()
461 !(mesa_vp->Base.OutputsWritten & (1 << VERT_RESULT_HPOS))) { in r200_translate_vertex_program()
589 if (!(mesa_vp->Base.OutputsWritten & (1 << VERT_RESULT_HPOS))) { in r200_translate_vertex_program()
Dr200_tcl.c434 assert(vp_out & BITFIELD64_BIT(VERT_RESULT_HPOS)); in r200_run_tcl_render()
/external/mesa3d/src/mesa/tnl/
Dt_vb_program.c473 VB->ClipPtr = &store->results[VERT_RESULT_HPOS]; in run_vp()
/external/mesa3d/src/glsl/
Dbuiltin_variables.cpp50 { ir_var_out, VERT_RESULT_HPOS, "vec4", "gl_Position" },
/external/mesa3d/src/mesa/state_tracker/
Dst_program.c220 case VERT_RESULT_HPOS: in st_prepare_vertex_program()
/external/mesa3d/src/mesa/main/
Dcontext.c352 gl_vert_result vr = VERT_RESULT_HPOS; in dummy_enum_func()
Dffvertex_prog.c839 struct ureg hpos = register_output( p, VERT_RESULT_HPOS ); in build_hpos()
Dmtypes.h218 VERT_RESULT_HPOS = 0, enumerator