HomeSort by relevance Sort by last modified time
    Searched refs:wide_point (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe.c 44 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 );
draw_pipe_validate.c 200 draw->pipeline.wide_point->next = next;
201 next = draw->pipeline.wide_point;
draw_private.h 133 struct draw_stage *wide_point; member in struct:draw_context::__anon27526
  /external/mesa3d/src/gallium/drivers/svga/
svga_shader.h 70 unsigned wide_point:1; member in struct:svga_compile_key::__anon28260
226 unsigned wide_point:1; /* set if the shader emulates wide point */ member in struct:svga_geometry_shader
svga_state_gs.c 122 key->gs.wide_point = gs->wide_point;
svga_state_tgsi_transform.c 163 gs->wide_point = TRUE;
254 if (gs != NULL && (gs->base.info.writes_psize || gs->wide_point)) {
svga_state_constants.c 248 if (variant->key.gs.wide_point) {
864 if (dirty == SVGA_NEW_RAST && !variant->key.gs.wide_point)
svga_state_rss.c 418 svga->curr.gs && svga->curr.gs->wide_point) {
svga_tgsi_vgpu10.c     [all...]

Completed in 401 milliseconds