Searched refs:fb_width (Results 1 - 17 of 17) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen6_viewport_state.c38 uint32_t fb_width, uint32_t fb_height,
84 const float ss_ra_xmax = MAX3( fb_width, m30 + m00, m30 - m00);
132 const uint32_t fb_width = _mesa_geometric_width(ctx->DrawBuffer); local
164 brw_calculate_guardband_size(devinfo, fb_width, fb_height,
37 brw_calculate_guardband_size(const struct gen_device_info *devinfo, uint32_t fb_width, uint32_t fb_height, float m00, float m11, float m30, float m31, float *xmin, float *xmax, float *ymin, float *ymax) argument
H A Dgen6_scissor_state.c42 const unsigned int fb_width= _mesa_geometric_width(ctx->DrawBuffer); local
65 bbox[1] = MIN2(bbox[0] + ctx->ViewportArray[i].Width, fb_width);
H A Dgen7_viewport_state.c46 const uint32_t fb_width = _mesa_geometric_width(ctx->DrawBuffer); local
76 brw_calculate_guardband_size(devinfo, fb_width, fb_height,
H A Dgen8_viewport_state.c45 const uint32_t fb_width = _mesa_geometric_width(ctx->DrawBuffer); local
79 brw_calculate_guardband_size(devinfo, fb_width, fb_height,
H A Dbrw_clip_state.c64 const float fb_width = (float)_mesa_geometric_width(fb); local
133 ctx->ViewportArray[0].Width == fb_width &&
H A Dbrw_state.h459 uint32_t fb_width, uint32_t fb_height,
H A Dbrw_misc_state.c52 const unsigned int fb_width = _mesa_geometric_width(fb); local
58 OUT_BATCH(((fb_width - 1) & 0xffff) | ((fb_height - 1) << 16));
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_scissor.c50 const unsigned int fb_width = _mesa_geometric_width(fb); local
59 scissor[i].maxx = fb_width;
H A Dst_cb_drawtex.c171 const GLfloat fb_width = (GLfloat)_mesa_geometric_width(fb); local
174 const GLfloat clip_x0 = (GLfloat)(x0 / fb_width * 2.0 - 1.0);
176 const GLfloat clip_x1 = (GLfloat)(x1 / fb_width * 2.0 - 1.0);
H A Dst_cb_clear.c181 const GLfloat fb_width = (GLfloat) fb->Width; local
183 const GLfloat x0 = (GLfloat) ctx->DrawBuffer->_Xmin / fb_width * 2.0f - 1.0f;
184 const GLfloat x1 = (GLfloat) ctx->DrawBuffer->_Xmax / fb_width * 2.0f - 1.0f;
277 cso_set_viewport_dims(st->cso_context, fb_width, fb_height,
H A Dst_cb_bitmap.c307 const float fb_width = (float) st->state.framebuffer.width; local
315 const float clip_x0 = x0 / fb_width * 2.0f - 1.0f;
317 const float clip_x1 = x1 / fb_width * 2.0f - 1.0f;
H A Dst_cb_drawpixels.c569 const unsigned fb_width = _mesa_geometric_width(ctx->DrawBuffer); local
709 cso_set_viewport_dims(cso, fb_width, fb_height, TRUE);
732 const float clip_x0 = x0 / (float) fb_width * 2.0f - 1.0f;
734 const float clip_x1 = x1 / (float) fb_width * 2.0f - 1.0f;
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_framebuffer.c361 float fb_width = (float) svga->curr.framebuffer.width; local
444 if (fx + fw > fb_width) {
445 prescale.scale[0] *= fw / (fb_width - fx);
446 prescale.translate[0] -= fx * (fw / (fb_width - fx));
448 fw = fb_width - fx;
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_priv.h102 unsigned int fb_width; member in struct:xa_context
H A Dxa_renderer.c370 if (r->fb_width != width || r->fb_height != height) {
376 r->fb_width = width;
/external/mesa3d/src/gallium/auxiliary/hud/
H A Dhud_context.c92 unsigned fb_width, fb_height; member in struct:hud_context
491 hud->fb_width = tex->width0;
493 hud->constants.two_div_fb_width = 2.0f / hud->fb_width;
538 fb.width = hud->fb_width;
541 viewport.scale[0] = 0.5f * hud->fb_width;
544 viewport.translate[0] = 0.5f * hud->fb_width;
1561 * [1] = (2/fb_width, 2/fb_height, xoffset, yoffset)
1569 /* pos = v * (2 / fb_width, 2 / fb_height) - (1, 1) */
/external/libvncserver/webclients/novnc/include/
H A Drfb.js1313 fbUpdateRequests: function (cleanDirty, fb_width, fb_height) {
1319 w = typeof cb.w === "undefined" ? fb_width : cb.w;
1328 w = typeof db.w === "undefined" ? fb_width : db.w;

Completed in 762 milliseconds