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

1 2

  /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_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,
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_bitmap.c 257 cso_set_viewport_dims(cso, st->state.fb_width,
298 const float fb_width = (float) st->state.fb_width; local
306 const float clip_x0 = x0 / fb_width * 2.0f - 1.0f;
308 const float clip_x1 = x1 / fb_width * 2.0f - 1.0f;
662 const float clip_x_scale = 2.0f / st->state.fb_width;
st_cb_drawpixels.c 750 const unsigned fb_width = _mesa_geometric_width(ctx->DrawBuffer); local
903 cso_set_viewport_dims(cso, fb_width, fb_height, TRUE);
927 const float clip_x0 = x0 / (float) fb_width * 2.0f - 1.0f;
929 const float clip_x1 = x1 / (float) fb_width * 2.0f - 1.0f;
st_context.h 217 unsigned fb_width; member in struct:st_context::__anon2672
  /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_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,
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_bitmap.c 254 cso_set_viewport_dims(cso, st->state.fb_width,
288 const float fb_width = (float) st->state.fb_width; local
296 const float clip_x0 = x0 / fb_width * 2.0f - 1.0f;
298 const float clip_x1 = x1 / fb_width * 2.0f - 1.0f;
663 const float clip_x_scale = 2.0f / st->state.fb_width;
st_cb_drawpixels.c 750 const unsigned fb_width = _mesa_geometric_width(ctx->DrawBuffer); local
891 cso_set_viewport_dims(cso, fb_width, fb_height, TRUE);
914 const float clip_x0 = x0 / (float) fb_width * 2.0f - 1.0f;
916 const float clip_x1 = x1 / (float) fb_width * 2.0f - 1.0f;
st_context.h 183 unsigned fb_width; member in struct:st_context::__anon4992
  /xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k/
x68k.h 78 int fb_width; /* frame buffer width */ member in struct:_X68kScreenRec
  /xsrc/external/mit/xorg-server.old/dist/hw/netbsd/x68k/
x68k.h 76 int fb_width; /* frame buffer width */ member in struct:_X68kScreenRec
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
svga_state_framebuffer.c 420 float fb_width = (float) svga->curr.framebuffer.width; local
502 if (fx + fw > fb_width) {
503 prescale->scale[0] *= fw / (fb_width - fx);
504 prescale->translate[0] -= fx * (fw / (fb_width - fx));
506 fw = fb_width - fx;
  /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/frontends/xa/
xa_priv.h 100 unsigned int fb_width; member in struct:xa_context
  /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/gallium/state_trackers/xa/
xa_priv.h 100 unsigned int fb_width; member in struct:xa_context
  /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/dist/src/gallium/auxiliary/hud/
hud_private.h 84 unsigned fb_width, fb_height; member in struct:hud_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/dist/src/broadcom/vulkan/
v3dv_meta_copy.c 2090 uint32_t fb_width = u_minify(image->vk.extent.width, resource->mipLevel); local
2120 .width = fb_width,
2163 render_area.extent.width = fb_width;
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
genX_state_upload.c 209 const unsigned int fb_width = _mesa_geometric_width(fb); local
213 rect.ClippedDrawingRectangleXMax = fb_width - 1;
2316 bool flip_y, unsigned fb_width, unsigned fb_height,
2322 bbox[1] = MIN2(bbox[0] + ctx->ViewportArray[i].Width, fb_width);
2361 const unsigned int fb_width = _mesa_geometric_width(ctx->DrawBuffer); local
2388 set_scissor_bits(ctx, i, flip_y, fb_width, fb_height, &scissor);
2424 const uint32_t fb_width = (float)_mesa_geometric_width(ctx->DrawBuffer); local
2466 intel_calculate_guardband_size(fb_width, fb_height,
2480 set_scissor_bits(ctx, i, flip_y, fb_width, fb_height,
2493 MIN2(ctx->ViewportArray[i].X + ctx->ViewportArray[i].Width, fb_width);
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
genX_state_upload.c 215 const unsigned int fb_width = _mesa_geometric_width(fb); local
219 rect.ClippedDrawingRectangleXMax = fb_width - 1;
2333 bool flip_y, unsigned fb_width, unsigned fb_height,
2339 bbox[1] = MIN2(bbox[0] + ctx->ViewportArray[i].Width, fb_width);
2378 const unsigned int fb_width = _mesa_geometric_width(ctx->DrawBuffer); local
2399 set_scissor_bits(ctx, i, flip_y, fb_width, fb_height, &scissor);
2425 brw_calculate_guardband_size(uint32_t fb_width, uint32_t fb_height,
2471 if (GEN_GEN == 6 && (fb_width & 1 || fb_height & 1)) {
2482 const float ss_ra_xmax = MAX3( fb_width, m30 + m00, m30 - m00);
2526 const uint32_t fb_width = (float)_mesa_geometric_width(ctx->DrawBuffer) local
    [all...]

Completed in 22 milliseconds

1 2