Searched refs:VERT_RESULT_PSIZ (Results 1 – 17 of 17) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_vs.c | 85 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()
|
D | gen7_sol_state.c | 137 if (vert_result == VERT_RESULT_PSIZ) { in upload_3dstate_so_decl_list()
|
D | brw_vs_emit.c | 148 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()
|
D | brw_vec4_visitor.cpp | 2128 ((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()
|
D | brw_wm_pass2.c | 97 if (j == VERT_RESULT_PSIZ) in init_registers()
|
D | brw_clip_util.c | 163 } else if (vert_result == VERT_RESULT_PSIZ || in brw_clip_interp_vertex()
|
D | brw_gs_emit.c | 450 vertex_slot.dw1.bits.swizzle = vert_result == VERT_RESULT_PSIZ in gen6_sol_program()
|
D | brw_fs.cpp | 958 if (i == VERT_RESULT_PSIZ) in calculate_urb_setup()
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_program.c | 438 (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/ |
D | st_atom_rasterizer.c | 196 if (vertProg->Base.OutputsWritten & BITFIELD64_BIT(VERT_RESULT_PSIZ)) { in update_raster_state()
|
D | st_program.c | 244 case VERT_RESULT_PSIZ: in st_prepare_vertex_program()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_tcl.c | 445 if (vp_out & BITFIELD64_BIT(VERT_RESULT_PSIZ)) { in r200_run_tcl_render()
|
D | r200_vertprog.c | 188 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/ |
D | ffvertex_prog.c | 1532 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()
|
D | mtypes.h | 230 VERT_RESULT_PSIZ = 12, enumerator
|
/external/mesa3d/src/glsl/ |
D | builtin_variables.cpp | 51 { ir_var_out, VERT_RESULT_PSIZ, "float", "gl_PointSize" },
|
/external/mesa3d/src/mesa/program/ |
D | program_parse.y | 2035 $$ = VERT_RESULT_PSIZ;
|