Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_wide_point.c77 int psize_slot; member
143 if (wide->psize_slot >= 0) { in widepoint_point()
144 half_size = header->v[0]->data[wide->psize_slot][0]; in widepoint_point()
261 wide->psize_slot = -1; in widepoint_first_point()
268 wide->psize_slot = i; in widepoint_first_point()
Ddraw_pipe_aapoint.c92 int psize_slot; member
591 if (aapoint->psize_slot >= 0) { in aapoint_point()
592 radius = 0.5f * header->v[0]->data[aapoint->psize_slot][0]; in aapoint_point()
709 aapoint->psize_slot = -1; in aapoint_first_point()
716 aapoint->psize_slot = i; in aapoint_first_point()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_derived.c137 softpipe->psize_slot = draw_find_shader_output(softpipe->draw, in softpipe_get_vertex_info()
139 if (softpipe->psize_slot > 0) { in softpipe_get_vertex_info()
141 softpipe->psize_slot); in softpipe_get_vertex_info()
Dsp_context.h119 int psize_slot; member
Dsp_setup.c1200 const int sizeAttr = setup->softpipe->psize_slot; in sp_setup_point()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_context.h113 int psize_slot; member
Dlp_state_derived.c115 llvmpipe->psize_slot = vinfo->num_attribs; in compute_vertex_info()
Dlp_setup.c923 setup->psize = lp->psize_slot; in lp_setup_update_state()