Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_drawtex.c171 const GLfloat fb_width = (GLfloat)_mesa_geometric_width(fb); in st_DrawTex()
267 const GLfloat width = (GLfloat)_mesa_geometric_width(fb); in st_DrawTex()
Dst_atom_framebuffer.c132 framebuffer.width = _mesa_geometric_width(fb); in st_update_framebuffer_state()
Dst_atom_scissor.c50 const unsigned int fb_width = _mesa_geometric_width(fb); in st_update_scissor()
Dst_cb_drawpixels.c569 const unsigned fb_width = _mesa_geometric_width(ctx->DrawBuffer); in draw_textured_quad()
/external/mesa3d/src/mesa/main/
Dframebuffer.h79 _mesa_geometric_width(const struct gl_framebuffer *buffer) in _mesa_geometric_width() function
/external/mesa3d/src/mesa/drivers/dri/i965/
DgenX_state_upload.c289 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);
Dbrw_wm_surface_state.c790 const unsigned width = fb ? _mesa_geometric_width(fb) : 1; in emit_null_surface_state()