Searched refs:VERT_RESULT_HPOS (Results 1 – 21 of 21) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_vs.c | 87 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()
|
D | gen6_sf_state.c | 60 if (vs_attr < 0 || vs_attr == VERT_RESULT_HPOS) { in get_attr_override()
|
D | brw_sf_emit.c | 337 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()
|
D | brw_clip_util.c | 113 VERT_RESULT_HPOS); in brw_clip_project_vertex()
|
D | brw_clip_line.c | 137 VERT_RESULT_HPOS); in clip_and_emit_line()
|
D | brw_clip_tri.c | 236 VERT_RESULT_HPOS); in brw_clip_tri() 488 VERT_RESULT_HPOS); in brw_clip_test()
|
D | brw_vec4_visitor.cpp | 2105 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()
|
D | brw_vs_emit.c | 148 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()
|
D | brw_clip_unfilled.c | 56 VERT_RESULT_HPOS); in compute_tri_direction()
|
/external/mesa3d/src/mesa/program/ |
D | programopt.c | 92 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()
|
D | prog_print.c | 322 assert(strcmp(vertResults[VERT_RESULT_HPOS], "result.position") == 0); in arb_output_attrib_string()
|
D | program_parse.y | 648 && ($$.Index == VERT_RESULT_HPOS)) { 2013 $$ = VERT_RESULT_HPOS;
|
D | nvvertparse.c | 1365 !(parseState.outputsWritten & (1 << VERT_RESULT_HPOS))) { in _mesa_parse_nv_vertex_program()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_vertprog.c | 171 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()
|
D | r200_tcl.c | 434 assert(vp_out & BITFIELD64_BIT(VERT_RESULT_HPOS)); in r200_run_tcl_render()
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_program.c | 473 VB->ClipPtr = &store->results[VERT_RESULT_HPOS]; in run_vp()
|
/external/mesa3d/src/glsl/ |
D | builtin_variables.cpp | 50 { ir_var_out, VERT_RESULT_HPOS, "vec4", "gl_Position" },
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_program.c | 220 case VERT_RESULT_HPOS: in st_prepare_vertex_program()
|
/external/mesa3d/src/mesa/main/ |
D | context.c | 352 gl_vert_result vr = VERT_RESULT_HPOS; in dummy_enum_func()
|
D | ffvertex_prog.c | 839 struct ureg hpos = register_output( p, VERT_RESULT_HPOS ); in build_hpos()
|
D | mtypes.h | 218 VERT_RESULT_HPOS = 0, enumerator
|