Home
last modified time | relevance | path

Searched refs:psize_slot (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_wide_point.c81 int psize_slot; member
147 if (wide->psize_slot >= 0) { in widepoint_point()
148 half_size = header->v[0]->data[wide->psize_slot][0]; in widepoint_point()
266 wide->psize_slot = -1; in widepoint_first_point()
269 wide->psize_slot = draw_find_shader_output(draw, TGSI_SEMANTIC_PSIZE, 0); in widepoint_first_point()
Ddraw_pipe_aapoint.c94 int psize_slot; member
482 if (aapoint->psize_slot >= 0) { in aapoint_point()
483 radius = 0.5f * header->v[0]->data[aapoint->psize_slot][0]; in aapoint_point()
677 aapoint->psize_slot = -1; in draw_aapoint_prepare_outputs()
684 aapoint->psize_slot = i; in draw_aapoint_prepare_outputs()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_derived.c89 softpipe->psize_slot = -1; in softpipe_compute_vertex_info()
198 softpipe->psize_slot = (int)vinfo->num_attribs; in softpipe_compute_vertex_info()
Dsp_context.h119 int8_t psize_slot; member
Dsp_setup.c1147 const int sizeAttr = setup->softpipe->psize_slot; in sp_setup_point()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_derived.c70 llvmpipe->psize_slot = -1; in compute_vertex_info()
145 llvmpipe->psize_slot = (int)vinfo->num_attribs; in compute_vertex_info()
Dlp_context.h131 int8_t psize_slot; member
Dlp_setup_context.h117 int8_t psize_slot; member
Dlp_setup_point.c339 const int sizeAttr = setup->psize_slot; in try_setup_point()
Dlp_setup.c1465 setup->psize_slot = lp->psize_slot; in lp_setup_update_state()