/external/mesa3d/src/gallium/state_trackers/xorg/ |
xorg_renderer.h | 24 int fb_width; member in struct:xorg_renderer
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_state_framebuffer.c | 181 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/ |
st_cb_clear.c | 199 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;
|
st_cb_drawtex.c | 165 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);
|
st_cb_bitmap.c | 338 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);
|
st_cb_drawpixels.c | 584 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; [all...] |
/external/mesa3d/src/gallium/state_trackers/xa/ |
xa_priv.h | 98 unsigned int fb_width; member in struct:xa_context
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_mdpcomp.cpp | 170 int fb_width = ctx->dpyAttr[dpy].xres; local 180 ovInfo.src.width = fb_width; 182 ovInfo.src_rect.w = fb_width; 184 ovInfo.dst_rect.w = fb_width; [all...] |
hwc_utils.cpp | 852 int fb_width = ctx->dpyAttr[dpy].xres; local 862 ovInfo.src.width = fb_width; 864 ovInfo.src_rect.w = fb_width; 866 ovInfo.dst_rect.w = fb_width; [all...] |
/hardware/qcom/display/msm8084/libcopybit/ |
copybit_c2d.cpp | 154 int fb_width; member in struct:copybit_context_t 732 c2dObject->target_rect.y = ctx->fb_width? 733 (ALIGN(ctx->fb_width,32)- dst->r):dst->r; 746 c2dObject->target_rect.x = ctx->fb_width? 747 (ALIGN(ctx->fb_width,32) - dst->r):dst->r; 852 ctx->fb_width = value; [all...] |
/hardware/qcom/display/msm8226/libcopybit/ |
copybit_c2d.cpp | 154 int fb_width; member in struct:copybit_context_t 738 c2dObject->target_rect.y = ctx->fb_width? 739 (ALIGN(ctx->fb_width,32)- dst->r):dst->r; 752 c2dObject->target_rect.x = ctx->fb_width? 753 (ALIGN(ctx->fb_width,32) - dst->r):dst->r; 858 ctx->fb_width = value; [all...] |
/hardware/qcom/display/msm8960/libcopybit/ |
copybit_c2d.cpp | 156 int fb_width; member in struct:copybit_context_t 714 c2dObject->target_rect.y = ctx->fb_width?(ALIGN(ctx->fb_width,32)- dst->r):dst->r; 727 c2dObject->target_rect.x = ctx->fb_width?(ALIGN(ctx->fb_width,32) - dst->r):dst->r; 832 ctx->fb_width = value; [all...] |
/hardware/qcom/display/msm8974/libcopybit/ |
copybit_c2d.cpp | 156 int fb_width; member in struct:copybit_context_t 733 c2dObject->target_rect.y = ctx->fb_width?(ALIGN(ctx->fb_width,32)- dst->r):dst->r; 746 c2dObject->target_rect.x = ctx->fb_width?(ALIGN(ctx->fb_width,32) - dst->r):dst->r; 851 ctx->fb_width = value; [all...] |
/hardware/qcom/display/msm8994/libcopybit/ |
copybit_c2d.cpp | 153 int fb_width; member in struct:copybit_context_t 741 c2dObject->target_rect.y = ctx->fb_width? 742 (ALIGN(ctx->fb_width,32)- dst->r):dst->r; 755 c2dObject->target_rect.x = ctx->fb_width? 756 (ALIGN(ctx->fb_width,32) - dst->r):dst->r; 861 ctx->fb_width = value; [all...] |