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

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_renderer.h25 int fb_height; member in struct:xorg_renderer
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_renderer.h25 int fb_height; member in struct:xorg_renderer
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_state_framebuffer.c182 float fb_height = svga->curr.framebuffer.height; local
257 if (fy + fh > fb_height) {
258 prescale.scale[1] *= fh / (fb_height - fy);
260 float in = fb_height - fy; /* number of vp pixels inside view */
261 float out = fy + fh - fb_height; /* number of vp pixels out of view */
265 prescale.translate[1] -= fy * (fh / (fb_height - fy));
268 fh = fb_height - fy;
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_clear.c200 const GLfloat fb_height = (GLfloat) fb->Height; local
203 const GLfloat y0 = (GLfloat) ctx->DrawBuffer->_Ymin / fb_height * 2.0f - 1.0f;
204 const GLfloat y1 = (GLfloat) ctx->DrawBuffer->_Ymax / fb_height * 2.0f - 1.0f;
289 vp.scale[1] = fb_height * (invert ? -0.5f : 0.5f);
293 vp.translate[1] = 0.5f * fb_height;
H A Dst_cb_drawtex.c166 const GLfloat fb_height = (GLfloat)fb->Height; local
169 const GLfloat clip_y0 = (GLfloat)(y0 / fb_height * 2.0 - 1.0);
171 const GLfloat clip_y1 = (GLfloat)(y1 / fb_height * 2.0 - 1.0);
H A Dst_cb_bitmap.c339 const GLfloat fb_height = (GLfloat)st->state.framebuffer.height; local
347 const GLfloat clip_y0 = (GLfloat)(y0 / fb_height * 2.0 - 1.0);
349 const GLfloat clip_y1 = (GLfloat)(y1 / fb_height * 2.0 - 1.0);
H A Dst_cb_drawpixels.c585 const GLfloat fb_height = (GLfloat) fb->Height; local
587 const GLfloat clip_y0 = y0 / fb_height * 2.0f - 1.0f;
589 const GLfloat clip_y1 = y1 / fb_height * 2.0f - 1.0f;
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_framebuffer.c182 float fb_height = svga->curr.framebuffer.height; local
257 if (fy + fh > fb_height) {
258 prescale.scale[1] *= fh / (fb_height - fy);
260 float in = fb_height - fy; /* number of vp pixels inside view */
261 float out = fy + fh - fb_height; /* number of vp pixels out of view */
265 prescale.translate[1] -= fy * (fh / (fb_height - fy));
268 fh = fb_height - fy;
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_clear.c200 const GLfloat fb_height = (GLfloat) fb->Height; local
203 const GLfloat y0 = (GLfloat) ctx->DrawBuffer->_Ymin / fb_height * 2.0f - 1.0f;
204 const GLfloat y1 = (GLfloat) ctx->DrawBuffer->_Ymax / fb_height * 2.0f - 1.0f;
289 vp.scale[1] = fb_height * (invert ? -0.5f : 0.5f);
293 vp.translate[1] = 0.5f * fb_height;
H A Dst_cb_drawtex.c166 const GLfloat fb_height = (GLfloat)fb->Height; local
169 const GLfloat clip_y0 = (GLfloat)(y0 / fb_height * 2.0 - 1.0);
171 const GLfloat clip_y1 = (GLfloat)(y1 / fb_height * 2.0 - 1.0);
H A Dst_cb_bitmap.c339 const GLfloat fb_height = (GLfloat)st->state.framebuffer.height; local
347 const GLfloat clip_y0 = (GLfloat)(y0 / fb_height * 2.0 - 1.0);
349 const GLfloat clip_y1 = (GLfloat)(y1 / fb_height * 2.0 - 1.0);
H A Dst_cb_drawpixels.c585 const GLfloat fb_height = (GLfloat) fb->Height; local
587 const GLfloat clip_y0 = y0 / fb_height * 2.0f - 1.0f;
589 const GLfloat clip_y1 = y1 / fb_height * 2.0f - 1.0f;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
H A Dxa_priv.h99 unsigned int fb_height; member in struct:xa_context
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_priv.h99 unsigned int fb_height; member in struct:xa_context

Completed in 1506 milliseconds