Searched refs:_mesa_geometric_width (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dframebuffer.h79 _mesa_geometric_width(const struct gl_framebuffer *buffer) function in typeref:typename:GLuint
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dframebuffer.h76 _mesa_geometric_width(const struct gl_framebuffer *buffer) function in typeref:typename:GLuint
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_atom_framebuffer.c133 framebuffer.width = _mesa_geometric_width(fb);
H A Dst_atom_scissor.c51 const unsigned int fb_width = _mesa_geometric_width(fb);
H A Dst_cb_drawtex.c227 const GLfloat fb_width = (GLfloat)_mesa_geometric_width(fb);
323 const GLfloat width = (GLfloat)_mesa_geometric_width(fb);
H A Dst_cb_drawpixels.c750 const unsigned fb_width = _mesa_geometric_width(ctx->DrawBuffer);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_atom_framebuffer.c133 framebuffer.width = _mesa_geometric_width(fb);
H A Dst_atom_scissor.c51 const unsigned int fb_width = _mesa_geometric_width(fb);
H A Dst_cb_drawtex.c227 const GLfloat fb_width = (GLfloat)_mesa_geometric_width(fb);
325 const GLfloat width = (GLfloat)_mesa_geometric_width(fb);
H A Dst_cb_drawpixels.c750 const unsigned fb_width = _mesa_geometric_width(ctx->DrawBuffer);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A DgenX_state_upload.c215 const unsigned int fb_width = _mesa_geometric_width(fb);
2378 const unsigned int fb_width = _mesa_geometric_width(ctx->DrawBuffer);
2526 const uint32_t fb_width = (float)_mesa_geometric_width(ctx->DrawBuffer);
H A Dbrw_wm_surface_state.c851 const unsigned width = fb ? _mesa_geometric_width(fb) : 1;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A DgenX_state_upload.c209 const unsigned int fb_width = _mesa_geometric_width(fb);
2361 const unsigned int fb_width = _mesa_geometric_width(ctx->DrawBuffer);
2424 const uint32_t fb_width = (float)_mesa_geometric_width(ctx->DrawBuffer);
H A Dbrw_wm_surface_state.c858 const unsigned width = fb ? _mesa_geometric_width(fb) : 1;

Completed in 27 milliseconds