Searched defs:fb_width (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_renderer.h24 int fb_width; member in struct:xorg_renderer
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_renderer.h24 int fb_width; member in struct:xorg_renderer
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_state_framebuffer.c181 float fb_width = svga->curr.framebuffer.width; local
249 if (fx + fw > fb_width) {
250 prescale.scale[0] *= fw / (fb_width - fx);
251 prescale.translate[0] -= fx * (fw / (fb_width - fx));
253 fw = fb_width - fx;
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_clear.c199 const GLfloat fb_width = (GLfloat) fb->Width; local
201 const GLfloat x0 = (GLfloat) ctx->DrawBuffer->_Xmin / fb_width * 2.0f - 1.0f;
202 const GLfloat x1 = (GLfloat) ctx->DrawBuffer->_Xmax / fb_width * 2.0f - 1.0f;
288 vp.scale[0] = 0.5f * fb_width;
292 vp.translate[0] = 0.5f * fb_width;
H A Dst_cb_drawtex.c165 const GLfloat fb_width = (GLfloat)fb->Width; local
168 const GLfloat clip_x0 = (GLfloat)(x0 / fb_width * 2.0 - 1.0);
170 const GLfloat clip_x1 = (GLfloat)(x1 / fb_width * 2.0 - 1.0);
H A Dst_cb_bitmap.c338 const GLfloat fb_width = (GLfloat)st->state.framebuffer.width; local
346 const GLfloat clip_x0 = (GLfloat)(x0 / fb_width * 2.0 - 1.0);
348 const GLfloat clip_x1 = (GLfloat)(x1 / fb_width * 2.0 - 1.0);
H A Dst_cb_drawpixels.c584 const GLfloat fb_width = (GLfloat) fb->Width; local
586 const GLfloat clip_x0 = x0 / fb_width * 2.0f - 1.0f;
588 const GLfloat clip_x1 = x1 / fb_width * 2.0f - 1.0f;
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_framebuffer.c181 float fb_width = svga->curr.framebuffer.width; local
249 if (fx + fw > fb_width) {
250 prescale.scale[0] *= fw / (fb_width - fx);
251 prescale.translate[0] -= fx * (fw / (fb_width - fx));
253 fw = fb_width - fx;
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_clear.c199 const GLfloat fb_width = (GLfloat) fb->Width; local
201 const GLfloat x0 = (GLfloat) ctx->DrawBuffer->_Xmin / fb_width * 2.0f - 1.0f;
202 const GLfloat x1 = (GLfloat) ctx->DrawBuffer->_Xmax / fb_width * 2.0f - 1.0f;
288 vp.scale[0] = 0.5f * fb_width;
292 vp.translate[0] = 0.5f * fb_width;
H A Dst_cb_drawtex.c165 const GLfloat fb_width = (GLfloat)fb->Width; local
168 const GLfloat clip_x0 = (GLfloat)(x0 / fb_width * 2.0 - 1.0);
170 const GLfloat clip_x1 = (GLfloat)(x1 / fb_width * 2.0 - 1.0);
H A Dst_cb_bitmap.c338 const GLfloat fb_width = (GLfloat)st->state.framebuffer.width; local
346 const GLfloat clip_x0 = (GLfloat)(x0 / fb_width * 2.0 - 1.0);
348 const GLfloat clip_x1 = (GLfloat)(x1 / fb_width * 2.0 - 1.0);
H A Dst_cb_drawpixels.c584 const GLfloat fb_width = (GLfloat) fb->Width; local
586 const GLfloat clip_x0 = x0 / fb_width * 2.0f - 1.0f;
588 const GLfloat clip_x1 = x1 / fb_width * 2.0f - 1.0f;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
H A Dxa_priv.h98 unsigned int fb_width; member in struct:xa_context
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_priv.h98 unsigned int fb_width; member in struct:xa_context

Completed in 3946 milliseconds