Searched refs:psize_slot (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_wide_point.c81 int psize_slot; member in struct:widepoint_stage
147 if (wide->psize_slot >= 0) {
148 half_size = header->v[0]->data[wide->psize_slot][0];
266 wide->psize_slot = -1;
269 wide->psize_slot = draw_find_shader_output(draw, TGSI_SEMANTIC_PSIZE, 0);
H A Ddraw_pipe_aapoint.c92 int psize_slot; member in struct:aapoint_stage
455 if (aapoint->psize_slot >= 0) {
456 radius = 0.5f * header->v[0]->data[aapoint->psize_slot][0];
647 aapoint->psize_slot = -1;
654 aapoint->psize_slot = i;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_wide_point.c81 int psize_slot; member in struct:widepoint_stage
147 if (wide->psize_slot >= 0) {
148 half_size = header->v[0]->data[wide->psize_slot][0];
266 wide->psize_slot = -1;
269 wide->psize_slot = draw_find_shader_output(draw, TGSI_SEMANTIC_PSIZE, 0);
H A Ddraw_pipe_aapoint.c94 int psize_slot; member in struct:aapoint_stage
485 if (aapoint->psize_slot >= 0) {
486 radius = 0.5f * header->v[0]->data[aapoint->psize_slot][0];
680 aapoint->psize_slot = -1;
687 aapoint->psize_slot = i;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_context.h114 int8_t psize_slot; member in struct:llvmpipe_context
H A Dlp_setup_context.h108 int8_t psize_slot; member in struct:lp_setup_context
H A Dlp_state_derived.c70 llvmpipe->psize_slot = -1;
145 llvmpipe->psize_slot = (int)vinfo->num_attribs;
H A Dlp_setup_point.c331 const int sizeAttr = setup->psize_slot;
H A Dlp_setup.c1220 setup->psize_slot = lp->psize_slot;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_context.h127 int8_t psize_slot; member in struct:softpipe_context
H A Dsp_state_derived.c90 softpipe->psize_slot = -1;
199 softpipe->psize_slot = (int)vinfo->num_attribs;
H A Dsp_setup.c1224 const int sizeAttr = setup->softpipe->psize_slot;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_context.h130 int8_t psize_slot; member in struct:llvmpipe_context
H A Dlp_state_derived.c70 llvmpipe->psize_slot = -1;
145 llvmpipe->psize_slot = (int)vinfo->num_attribs;
H A Dlp_setup_context.h114 int8_t psize_slot; member in struct:lp_setup_context
H A Dlp_setup_point.c339 const int sizeAttr = setup->psize_slot;
H A Dlp_setup.c1460 setup->psize_slot = lp->psize_slot;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_context.h127 int8_t psize_slot; member in struct:softpipe_context
H A Dsp_state_derived.c90 softpipe->psize_slot = -1;
199 softpipe->psize_slot = (int)vinfo->num_attribs;
H A Dsp_setup.c1147 const int sizeAttr = setup->softpipe->psize_slot;

Completed in 21 milliseconds