Searched refs:_mesa_geometric_width (Results 1 – 7 of 7) sorted by relevance
171 const GLfloat fb_width = (GLfloat)_mesa_geometric_width(fb); in st_DrawTex()267 const GLfloat width = (GLfloat)_mesa_geometric_width(fb); in st_DrawTex()
132 framebuffer.width = _mesa_geometric_width(fb); in st_update_framebuffer_state()
50 const unsigned int fb_width = _mesa_geometric_width(fb); in st_update_scissor()
569 const unsigned fb_width = _mesa_geometric_width(ctx->DrawBuffer); in draw_textured_quad()
79 _mesa_geometric_width(const struct gl_framebuffer *buffer) in _mesa_geometric_width() function
289 const unsigned int fb_width = _mesa_geometric_width(fb); in genX()2286 const unsigned int fb_width = _mesa_geometric_width(ctx->DrawBuffer);2423 const uint32_t fb_width = (float)_mesa_geometric_width(ctx->DrawBuffer);
790 const unsigned width = fb ? _mesa_geometric_width(fb) : 1; in emit_null_surface_state()