Home
last modified time | relevance | path

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

/external/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
487 if (aapoint->psize_slot >= 0) { in aapoint_point()
488 radius = 0.5f * header->v[0]->data[aapoint->psize_slot][0]; in aapoint_point()
682 aapoint->psize_slot = -1; in draw_aapoint_prepare_outputs()
689 aapoint->psize_slot = i; in draw_aapoint_prepare_outputs()
/external/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.h128 int8_t psize_slot; member
Dlp_setup_context.h109 int8_t psize_slot; member
Dlp_setup_point.c339 const int sizeAttr = setup->psize_slot; in try_setup_point()
Dlp_setup.c1351 setup->psize_slot = lp->psize_slot; in lp_setup_update_state()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_derived.c90 softpipe->psize_slot = -1; in softpipe_compute_vertex_info()
199 softpipe->psize_slot = (int)vinfo->num_attribs; in softpipe_compute_vertex_info()
Dsp_context.h127 int8_t psize_slot; member
Dsp_setup.c1227 const int sizeAttr = setup->softpipe->psize_slot; in sp_setup_point()