Searched defs:psize_slot (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_wide_point.c77 int psize_slot; member in struct:widepoint_stage
143 if (wide->psize_slot >= 0) {
144 half_size = header->v[0]->data[wide->psize_slot][0];
261 wide->psize_slot = -1;
268 wide->psize_slot = i;
H A Ddraw_pipe_aapoint.c92 int psize_slot; member in struct:aapoint_stage
591 if (aapoint->psize_slot >= 0) {
592 radius = 0.5f * header->v[0]->data[aapoint->psize_slot][0];
709 aapoint->psize_slot = -1;
716 aapoint->psize_slot = i;
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_context.h113 int psize_slot; member in struct:llvmpipe_context
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_context.h119 int psize_slot; member in struct:softpipe_context

Completed in 129 milliseconds