HomeSort by: relevance | last modified time | path
    Searched refs:fb_width (Results 1 - 25 of 54) sorted by relevancy

1 2 3

  /xsrc/external/mit/MesaLib/dist/src/intel/common/
intel_guardband.h 27 intel_calculate_guardband_size(uint32_t fb_width, uint32_t fb_height,
73 if (GFX_VER == 6 && (fb_width & 1 || fb_height & 1)) {
84 const float ss_ra_xmax = MAX3( fb_width, m30 + m00, m30 - m00);
  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
pan_encoder.h 55 unsigned fb_width, unsigned fb_height,
63 panfrost_choose_hierarchy_mask(fb_width, fb_height, 1, hierarchy);
65 return panfrost_tiler_full_size(fb_width, fb_height, hierarchy_mask, hierarchy) +
66 panfrost_tiler_header_size(fb_width, fb_height, hierarchy_mask, hierarchy);
pan_cs.h 176 unsigned fb_width, unsigned fb_height,
  /xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k/
x68kText.c 109 pPriv->dpi, pPriv->dpi, pPriv->fb_width, 1) )
x68k.h 78 int fb_width; /* frame buffer width */ member in struct:_X68kScreenRec
  /xsrc/external/mit/xorg-server.old/dist/hw/netbsd/x68k/
x68kText.c 109 pPriv->dpi, pPriv->dpi, pPriv->fb_width, 1) )
x68k.h 76 int fb_width; /* frame buffer width */ member in struct:_X68kScreenRec
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_atom_scissor.c 51 const unsigned int fb_width = _mesa_geometric_width(fb); local
63 scissor[i].maxx = fb_width;
st_cb_drawtex.c 227 const GLfloat fb_width = (GLfloat)_mesa_geometric_width(fb); local
230 const GLfloat clip_x0 = (GLfloat)(x0 / fb_width * 2.0 - 1.0);
232 const GLfloat clip_x1 = (GLfloat)(x1 / fb_width * 2.0 - 1.0);
st_atom_framebuffer.c 215 st->state.fb_width = framebuffer.width;
st_cb_clear.c 240 const GLfloat fb_width = (GLfloat) fb->Width; local
245 const GLfloat x0 = (GLfloat) ctx->DrawBuffer->_Xmin / fb_width * 2.0f - 1.0f;
246 const GLfloat x1 = (GLfloat) ctx->DrawBuffer->_Xmax / fb_width * 2.0f - 1.0f;
334 cso_set_viewport_dims(st->cso_context, fb_width, fb_height,
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_atom_scissor.c 51 const unsigned int fb_width = _mesa_geometric_width(fb); local
60 scissor[i].maxx = fb_width;
st_cb_drawtex.c 227 const GLfloat fb_width = (GLfloat)_mesa_geometric_width(fb); local
230 const GLfloat clip_x0 = (GLfloat)(x0 / fb_width * 2.0 - 1.0);
232 const GLfloat clip_x1 = (GLfloat)(x1 / fb_width * 2.0 - 1.0);
st_cb_clear.c 240 const GLfloat fb_width = (GLfloat) fb->Width; local
245 const GLfloat x0 = (GLfloat) ctx->DrawBuffer->_Xmin / fb_width * 2.0f - 1.0f;
246 const GLfloat x1 = (GLfloat) ctx->DrawBuffer->_Xmax / fb_width * 2.0f - 1.0f;
331 cso_set_viewport_dims(st->cso_context, fb_width, fb_height,
  /xsrc/external/mit/xorg-server/dist/hw/sun/
sunFbs.c 223 sunFbs[scrn].info.fb_width,
226 sunFbs[scrn].info.fb_width,
sunCfb.c 543 #define FBSIZE (size_t) sunFbs[screen].info.fb_width * \
555 sunFbs[screen].info.fb_width,
558 sunFbs[screen].info.fb_width,
571 sunFbs[screen].info.fb_width,
574 sunFbs[screen].info.fb_width,
  /xsrc/external/mit/xorg-server.old/dist/hw/sun/
sunFbs.c 225 sunFbs[scrn].info.fb_width,
228 sunFbs[scrn].info.fb_width,
sunCfb.c 539 #define FBSIZE (size_t) sunFbs[screen].info.fb_width * \
551 sunFbs[screen].info.fb_width,
554 sunFbs[screen].info.fb_width,
567 sunFbs[screen].info.fb_width,
570 sunFbs[screen].info.fb_width,
  /xsrc/external/mit/MesaLib/dist/src/intel/tools/imgui/
imgui_impl_opengl3.cpp 104 int fb_width = (int)(draw_data->DisplaySize.x * io.DisplayFramebufferScale.x); local
106 if (fb_width <= 0 || fb_height <= 0)
143 glViewport(0, 0, (GLsizei)fb_width, (GLsizei)fb_height);
197 if (clip_rect.x < fb_width && clip_rect.y < fb_height && clip_rect.z >= 0.0f && clip_rect.w >= 0.0f)
  /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/imgui/
imgui_impl_opengl3.cpp 104 int fb_width = (int)(draw_data->DisplaySize.x * io.DisplayFramebufferScale.x); local
106 if (fb_width <= 0 || fb_height <= 0)
143 glViewport(0, 0, (GLsizei)fb_width, (GLsizei)fb_height);
197 if (clip_rect.x < fb_width && clip_rect.y < fb_height && clip_rect.z >= 0.0f && clip_rect.w >= 0.0f)
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
svga_state_framebuffer.c 403 float fb_width = (float) svga->curr.framebuffer.width; local
486 if (fx + fw > fb_width) {
487 prescale.scale[0] *= fw / (fb_width - fx);
488 prescale.translate[0] -= fx * (fw / (fb_width - fx));
490 fw = fb_width - fx;
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/
hud_private.h 84 unsigned fb_width, fb_height; member in struct:hud_context
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xa/
xa_priv.h 100 unsigned int fb_width; member in struct:xa_context
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/
hud_private.h 82 unsigned fb_width, fb_height; member in struct:hud_context
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xa/
xa_priv.h 100 unsigned int fb_width; member in struct:xa_context

Completed in 32 milliseconds

1 2 3