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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_pipe_rasterizer.c 216 rast->slopescaledepthbias = templ->offset_scale;
227 rast->slopescaledepthbias = 0;
svga_context.h 154 float slopescaledepthbias; member in struct:svga_rasterizer_state
svga_state_rss.c 244 slope = curr->slopescaledepthbias;
248 EMIT_RS_FLOAT( svga, slope, SLOPESCALEDEPTHBIAS, fail );
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_rasterizer.c 216 rast->slopescaledepthbias = templ->offset_scale;
227 rast->slopescaledepthbias = 0;
svga_context.h 154 float slopescaledepthbias; member in struct:svga_rasterizer_state
svga_state_rss.c 244 slope = curr->slopescaledepthbias;
248 EMIT_RS_FLOAT( svga, slope, SLOPESCALEDEPTHBIAS, fail );

Completed in 254 milliseconds