HomeSort by relevance Sort by last modified time
    Searched refs:fb_width (Results 1 - 25 of 27) sorted by null

1 2

  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_renderer.h 24 int fb_width; member in struct:xorg_renderer
xorg_renderer.c 354 if (r->fb_width != width ||
362 r->fb_width = width;
  /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_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_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_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);
  /hardware/qcom/display/msm8996/sdm/libs/core/
display_base.cpp 174 float fb_width = FLOAT(fb_config_.x_pixels); local
176 LayerRect src_domain = (LayerRect){0.0f, 0.0f, fb_width, fb_height};
926 uint32_t fb_width = fb_config_.x_pixels; local
928 uint32_t fb_area = fb_width * fb_height;
929 LayerRect fb_rect = (LayerRect) {0.0f, 0.0f, FLOAT(fb_width), FLOAT(fb_height)};
972 layer_width = UINT32((FLOAT(fb_width) / FLOAT(fb_height)) * layer_height);
979 if (fb_width != mixer_width || fb_height != mixer_height) {
980 *new_mixer_width = fb_width;
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display_virtual.cpp 78 int fb_width = fb_layer.displayFrame.right - fb_layer.displayFrame.left; local
81 status = hwc_display_virtual->SetFrameBufferResolution(UINT32(fb_width), UINT32(fb_height));
hwc_display_primary.cpp 456 auto fb_width = 0u; local
460 GetFrameBufferResolution(&fb_width, &fb_height);
466 } else if (!post_processed_output && (output_buffer_info_.buffer_config.width < fb_width ||
  /hardware/qcom/display/msmcobalt/sdm/libs/core/
display_base.cpp 185 float fb_width = FLOAT(fb_config_.x_pixels); local
187 LayerRect src_domain = (LayerRect){0.0f, 0.0f, fb_width, fb_height};
932 uint32_t fb_width = fb_config_.x_pixels; local
934 uint32_t fb_area = fb_width * fb_height;
935 LayerRect fb_rect = (LayerRect) {0.0f, 0.0f, FLOAT(fb_width), FLOAT(fb_height)};
978 layer_width = UINT32((FLOAT(fb_width) / FLOAT(fb_height)) * layer_height);
985 if (fb_width != mixer_width || fb_height != mixer_height) {
986 *new_mixer_width = fb_width;
    [all...]
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc/
hwc_display_virtual.cpp 78 int fb_width = fb_layer.displayFrame.right - fb_layer.displayFrame.left; local
81 status = hwc_display_virtual->SetFrameBufferResolution(UINT32(fb_width), UINT32(fb_height));
hwc_display_primary.cpp 466 auto fb_width = 0u; local
470 GetFrameBufferResolution(&fb_width, &fb_height);
476 } else if (!post_processed_output && (output_buffer_info.buffer_config.width < fb_width ||
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display_primary.cpp 509 auto fb_width = 0u; local
513 GetFrameBufferResolution(&fb_width, &fb_height);
519 } else if (!post_processed_output && (output_buffer_info_.buffer_config.width < fb_width ||
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc2/
hwc_display_primary.cpp 514 auto fb_width = 0u; local
518 GetFrameBufferResolution(&fb_width, &fb_height);
524 } else if (!post_processed_output && (output_buffer_info_.buffer_config.width < fb_width ||
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_priv.h 98 unsigned int fb_width; member in struct:xa_context
xa_renderer.c 355 if (r->fb_width != width || r->fb_height != height) {
361 r->fb_width = width;
  /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/msm8909/libcopybit/
copybit_c2d.cpp 153 int fb_width; member in struct:copybit_context_t
737 c2dObject->target_rect.y = ctx->fb_width?
738 (ALIGN(ctx->fb_width,32)- dst->r):dst->r;
751 c2dObject->target_rect.x = ctx->fb_width?
752 (ALIGN(ctx->fb_width,32) - dst->r):dst->r;
857 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/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...]
  /hardware/qcom/display/msm8996/libcopybit/
copybit_c2d.cpp 154 int fb_width; member in struct:copybit_context_t
745 c2dObject->target_rect.y = ctx->fb_width?
746 (ALIGN(ctx->fb_width,32)- dst->r):dst->r;
759 c2dObject->target_rect.x = ctx->fb_width?
760 (ALIGN(ctx->fb_width,32) - dst->r):dst->r;
865 ctx->fb_width = value;
    [all...]
  /hardware/qcom/display/msmcobalt/libcopybit/
copybit_c2d.cpp 154 int fb_width; member in struct:copybit_context_t
745 c2dObject->target_rect.y = ctx->fb_width?
746 (ALIGN(ctx->fb_width,32)- dst->r):dst->r;
759 c2dObject->target_rect.x = ctx->fb_width?
760 (ALIGN(ctx->fb_width,32) - dst->r):dst->r;
865 ctx->fb_width = value;
    [all...]
  /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 855 int fb_width = ctx->dpyAttr[dpy].xres; local
865 ovInfo.src.width = fb_width;
867 ovInfo.src_rect.w = fb_width;
869 ovInfo.dst_rect.w = fb_width;
    [all...]

Completed in 566 milliseconds

1 2