Searched refs:wide_point (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe.c44 draw->pipeline.wide_point = draw_wide_point_stage( draw );
56 !draw->pipeline.wide_point ||
82 if (draw->pipeline.wide_point)
83 draw->pipeline.wide_point->destroy( draw->pipeline.wide_point );
H A Ddraw_pipe_validate.c201 draw->pipeline.wide_point->next = next;
202 next = draw->pipeline.wide_point;
H A Ddraw_private.h133 struct draw_stage *wide_point; member in struct:draw_context::__anon406ac0650108
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe.c44 draw->pipeline.wide_point = draw_wide_point_stage( draw );
57 !draw->pipeline.wide_point ||
84 if (draw->pipeline.wide_point)
85 draw->pipeline.wide_point->destroy( draw->pipeline.wide_point );
H A Ddraw_pipe_validate.c204 draw->pipeline.wide_point->next = next;
205 next = draw->pipeline.wide_point;
H A Ddraw_private.h165 struct draw_stage *wide_point; member in struct:draw_context::__anone553aa980108
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_shader.h70 unsigned wide_point:1; member in struct:svga_compile_key::__anonc870c18e0208
236 unsigned wide_point:1; /* set if the shader emulates wide point */ member in struct:svga_geometry_shader
H A Dsvga_state_gs.c122 key->gs.wide_point = gs->wide_point;
H A Dsvga_state_tgsi_transform.c163 gs->wide_point = TRUE;
256 (gs->base.info.writes_psize || gs->wide_point)) {
H A Dsvga_state_constants.c248 if (variant->key.gs.wide_point) {
797 if (dirty == SVGA_NEW_RAST && !variant->key.gs.wide_point)
H A Dsvga_state_rss.c464 svga->curr.gs && svga->curr.gs->wide_point) {
H A Dsvga_tgsi_vgpu10.c7084 if (key->gs.wide_point) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_state_gs.c122 key->gs.wide_point = gs->wide_point;
H A Dsvga_shader.h72 unsigned wide_point:1; member in struct:svga_compile_key::__anon0ac7a0a10208
338 unsigned wide_point:1; /* set if the shader emulates wide point */ member in struct:svga_geometry_shader
H A Dsvga_state_tgsi_transform.c331 gs->wide_point = TRUE;
455 (gs->base.info.writes_psize || gs->wide_point)) {
H A Dsvga_state_constants.c262 if (variant->key.gs.wide_point) {
1010 if (dirty == SVGA_NEW_RAST && !variant->key.gs.wide_point)
H A Dsvga_state_rss.c464 svga->curr.gs && svga->curr.gs->wide_point) {
H A Dsvga_tgsi_vgpu10.c11251 if (key->gs.wide_point) {

Completed in 33 milliseconds