Home
last modified time | relevance | path

Searched refs:_mesa_geometric_width (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_drawtex.c227 const GLfloat fb_width = (GLfloat)_mesa_geometric_width(fb); in st_DrawTex()
325 const GLfloat width = (GLfloat)_mesa_geometric_width(fb); in st_DrawTex()
Dst_atom_framebuffer.c134 framebuffer.width = _mesa_geometric_width(fb); in st_update_framebuffer_state()
Dst_atom_scissor.c51 const unsigned int fb_width = _mesa_geometric_width(fb); in st_update_scissor()
Dst_cb_drawpixels.c746 const unsigned fb_width = _mesa_geometric_width(ctx->DrawBuffer); in draw_textured_quad()
/third_party/mesa3d/src/mesa/main/
Dframebuffer.h76 _mesa_geometric_width(const struct gl_framebuffer *buffer) in _mesa_geometric_width() function