Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vs.c85 assign_vue_slot(vue_map, VERT_RESULT_PSIZ); in brw_compute_vue_map()
102 assign_vue_slot(vue_map, VERT_RESULT_PSIZ); in brw_compute_vue_map()
119 assign_vue_slot(vue_map, VERT_RESULT_PSIZ); in brw_compute_vue_map()
Dgen7_sol_state.c137 if (vert_result == VERT_RESULT_PSIZ) { in upload_3dstate_so_decl_list()
Dbrw_vs_emit.c148 if (vert_result == VERT_RESULT_HPOS || vert_result == VERT_RESULT_PSIZ) { in can_use_direct_mrf()
1551 if (c->prog_data.outputs_written & BITFIELD64_BIT(VERT_RESULT_PSIZ)) { in emit_vertex_write()
1553 brw_swizzle1(c->regs[PROGRAM_OUTPUT][VERT_RESULT_PSIZ], 0)); in emit_vertex_write()
1569 BITFIELD64_BIT(VERT_RESULT_PSIZ)) || in emit_vertex_write()
1578 if (c->prog_data.outputs_written & BITFIELD64_BIT(VERT_RESULT_PSIZ)) { in emit_vertex_write()
1579 struct brw_reg psiz = c->regs[PROGRAM_OUTPUT][VERT_RESULT_PSIZ]; in emit_vertex_write()
Dbrw_vec4_visitor.cpp2128 ((c->prog_data.outputs_written & BITFIELD64_BIT(VERT_RESULT_PSIZ)) || in emit_psiz_and_flags()
2137 if (c->prog_data.outputs_written & BITFIELD64_BIT(VERT_RESULT_PSIZ)) { in emit_psiz_and_flags()
2138 src_reg psiz = src_reg(output_reg[VERT_RESULT_PSIZ]); in emit_psiz_and_flags()
2186 if (c->prog_data.outputs_written & BITFIELD64_BIT(VERT_RESULT_PSIZ)) { in emit_psiz_and_flags()
2188 src_reg(output_reg[VERT_RESULT_PSIZ]))); in emit_psiz_and_flags()
2256 case VERT_RESULT_PSIZ: in emit_urb_slot()
Dbrw_wm_pass2.c97 if (j == VERT_RESULT_PSIZ) in init_registers()
Dbrw_clip_util.c163 } else if (vert_result == VERT_RESULT_PSIZ || in brw_clip_interp_vertex()
Dbrw_gs_emit.c450 vertex_slot.dw1.bits.swizzle = vert_result == VERT_RESULT_PSIZ in gen6_sol_program()
Dbrw_fs.cpp958 if (i == VERT_RESULT_PSIZ) in calculate_urb_setup()
/external/mesa3d/src/mesa/tnl/
Dt_vb_program.c438 (program->Base.OutputsWritten & BITFIELD64_BIT(VERT_RESULT_PSIZ)) == 0) { in run_vp()
440 store->results[VERT_RESULT_PSIZ].data[i][0] = ctx->Point.Size; in run_vp()
481 VB->AttribPtr[_TNL_ATTRIB_POINTSIZE] = &store->results[VERT_RESULT_PSIZ]; in run_vp()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_rasterizer.c196 if (vertProg->Base.OutputsWritten & BITFIELD64_BIT(VERT_RESULT_PSIZ)) { in update_raster_state()
Dst_program.c244 case VERT_RESULT_PSIZ: in st_prepare_vertex_program()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_tcl.c445 if (vp_out & BITFIELD64_BIT(VERT_RESULT_PSIZ)) { in r200_run_tcl_render()
Dr200_vertprog.c188 case VERT_RESULT_PSIZ: in t_dst()
438 (1 << VERT_RESULT_TEX5) | (1 << VERT_RESULT_PSIZ))) != 0) { in r200_translate_vertex_program()
/external/mesa3d/src/mesa/main/
Dffvertex_prog.c1532 struct ureg out = register_output(p, VERT_RESULT_PSIZ); in build_atten_pointsize()
1568 struct ureg out = register_output(p, VERT_RESULT_PSIZ); in build_array_pointsize()
Dmtypes.h230 VERT_RESULT_PSIZ = 12, enumerator
/external/mesa3d/src/glsl/
Dbuiltin_variables.cpp51 { ir_var_out, VERT_RESULT_PSIZ, "float", "gl_PointSize" },
/external/mesa3d/src/mesa/program/
Dprogram_parse.y2035 $$ = VERT_RESULT_PSIZ;