| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| st_atom_scissor.c | 52 const unsigned int fb_height = _mesa_geometric_height(fb); local 64 scissor[i].maxy = fb_height;
|
| st_cb_clear.c | 241 const GLfloat fb_height = (GLfloat) fb->Height; local 247 const GLfloat y0 = (GLfloat) ctx->DrawBuffer->_Ymin / fb_height * 2.0f - 1.0f; 248 const GLfloat y1 = (GLfloat) ctx->DrawBuffer->_Ymax / fb_height * 2.0f - 1.0f; 334 cso_set_viewport_dims(st->cso_context, fb_width, fb_height,
|
| st_cb_drawtex.c | 228 const GLfloat fb_height = (GLfloat)_mesa_geometric_height(fb); local 231 const GLfloat clip_y0 = (GLfloat)(y0 / fb_height * 2.0 - 1.0); 233 const GLfloat clip_y1 = (GLfloat)(y1 / fb_height * 2.0 - 1.0);
|
| st_cb_bitmap.c | 258 st->state.fb_height, 299 const float fb_height = (float) st->state.fb_height; local 307 const float clip_y0 = y0 / fb_height * 2.0f - 1.0f; 309 const float clip_y1 = y1 / fb_height * 2.0f - 1.0f; 663 const float clip_y_scale = 2.0f / st->state.fb_height;
|
| st_cb_drawpixels.c | 751 const unsigned fb_height = _mesa_geometric_height(ctx->DrawBuffer); local 903 cso_set_viewport_dims(cso, fb_width, fb_height, TRUE); 914 y = fb_height - (int) (y + height * ctx->Pixel.ZoomY); 928 const float clip_y0 = y0 / (float) fb_height * 2.0f - 1.0f; 930 const float clip_y1 = y1 / (float) fb_height * 2.0f - 1.0f;
|
| st_context.h | 218 unsigned fb_height; member in struct:st_context::__anon2672
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| st_atom_scissor.c | 52 const unsigned int fb_height = _mesa_geometric_height(fb); local 61 scissor[i].maxy = fb_height;
|
| st_cb_clear.c | 241 const GLfloat fb_height = (GLfloat) fb->Height; local 247 const GLfloat y0 = (GLfloat) ctx->DrawBuffer->_Ymin / fb_height * 2.0f - 1.0f; 248 const GLfloat y1 = (GLfloat) ctx->DrawBuffer->_Ymax / fb_height * 2.0f - 1.0f; 331 cso_set_viewport_dims(st->cso_context, fb_width, fb_height,
|
| st_cb_drawtex.c | 228 const GLfloat fb_height = (GLfloat)_mesa_geometric_height(fb); local 231 const GLfloat clip_y0 = (GLfloat)(y0 / fb_height * 2.0 - 1.0); 233 const GLfloat clip_y1 = (GLfloat)(y1 / fb_height * 2.0 - 1.0);
|
| st_cb_bitmap.c | 255 st->state.fb_height, 289 const float fb_height = (float) st->state.fb_height; local 297 const float clip_y0 = y0 / fb_height * 2.0f - 1.0f; 299 const float clip_y1 = y1 / fb_height * 2.0f - 1.0f; 664 const float clip_y_scale = 2.0f / st->state.fb_height;
|
| st_cb_drawpixels.c | 751 const unsigned fb_height = _mesa_geometric_height(ctx->DrawBuffer); local 891 cso_set_viewport_dims(cso, fb_width, fb_height, TRUE); 901 y = fb_height - (int) (y + height * ctx->Pixel.ZoomY); 915 const float clip_y0 = y0 / (float) fb_height * 2.0f - 1.0f; 917 const float clip_y1 = y1 / (float) fb_height * 2.0f - 1.0f;
|
| st_context.h | 184 unsigned fb_height; member in struct:st_context::__anon4992
|
| /xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k/ |
| x68k.h | 79 int fb_height; /* frame buffer height */ member in struct:_X68kScreenRec
|
| /xsrc/external/mit/xorg-server.old/dist/hw/netbsd/x68k/ |
| x68k.h | 77 int fb_height; /* frame buffer height */ member in struct:_X68kScreenRec
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| svga_state_framebuffer.c | 421 float fb_height = (float) svga->curr.framebuffer.height; local 509 if (fy + fh > fb_height) { 510 prescale->scale[1] *= fh / (fb_height - fy); 512 float in = fb_height - fy; /* number of vp pixels inside view */ 513 float out = fy + fh - fb_height; /* number of vp pixels out of view */ 517 prescale->translate[1] -= fy * (fh / (fb_height - fy)); 520 fh = fb_height - fy;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| svga_state_framebuffer.c | 404 float fb_height = (float) svga->curr.framebuffer.height; local 493 if (fy + fh > fb_height) { 494 prescale.scale[1] *= fh / (fb_height - fy); 496 float in = fb_height - fy; /* number of vp pixels inside view */ 497 float out = fy + fh - fb_height; /* number of vp pixels out of view */ 501 prescale.translate[1] -= fy * (fh / (fb_height - fy)); 504 fh = fb_height - fy;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xa/ |
| xa_priv.h | 101 unsigned int fb_height; member in struct:xa_context
|
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/imgui/ |
| imgui_impl_opengl3.cpp | 105 int fb_height = (int)(draw_data->DisplaySize.y * io.DisplayFramebufferScale.y); 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) 200 glScissor((int)clip_rect.x, (int)(fb_height - clip_rect.w), (int)(clip_rect.z - clip_rect.x), (int)(clip_rect.w - clip_rect.y));
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xa/ |
| xa_priv.h | 101 unsigned int fb_height; member in struct:xa_context
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/imgui/ |
| imgui_impl_opengl3.cpp | 105 int fb_height = (int)(draw_data->DisplaySize.y * io.DisplayFramebufferScale.y); 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) 200 glScissor((int)clip_rect.x, (int)(fb_height - clip_rect.w), (int)(clip_rect.z - clip_rect.x), (int)(clip_rect.w - clip_rect.y));
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| i830_memory.c | 1062 long size, fb_height; local 1072 fb_height = pScrn->virtualY; 1080 size = ROUND_TO_PAGE(pitch * fb_height); 1187 unsigned long fb_height; local 1190 fb_height = pScrn->virtualX; 1192 fb_height = pScrn->virtualY; 1202 compressed_size = fb_height * (pScrn->displayWidth / 4);
|
| /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 | 2091 uint32_t fb_height = u_minify(image->vk.extent.height, resource->mipLevel); local 2121 .height = fb_height, 2164 render_area.extent.height = fb_height;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| genX_state_upload.c | 210 const unsigned int fb_height = _mesa_geometric_height(fb); local 214 rect.ClippedDrawingRectangleYMax = fb_height - 1; 2316 bool flip_y, unsigned fb_width, unsigned fb_height, 2323 bbox[2] = CLAMP(ctx->ViewportArray[i].Y, 0, fb_height); 2324 bbox[3] = MIN2(bbox[2] + ctx->ViewportArray[i].Height, fb_height); 2348 sc->ScissorRectangleYMin = fb_height - bbox[3]; 2349 sc->ScissorRectangleYMax = fb_height - bbox[2] - 1; 2362 const unsigned int fb_height = _mesa_geometric_height(ctx->DrawBuffer); local 2388 set_scissor_bits(ctx, i, flip_y, fb_width, fb_height, &scissor); 2425 const uint32_t fb_height = (float)_mesa_geometric_height(ctx->DrawBuffer) local [all...] |