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

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

Completed in 120 milliseconds