Home
last modified time | relevance | path

Searched refs:MaxTextureRectSize (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i915/
Di830_context.c97 ctx->Const.MaxTextureRectSize = (1 << 11); in i830CreateContext()
Di915_context.c227 ctx->Const.MaxTextureRectSize = (1 << 11); in i915CreateContext()
/external/mesa3d/src/mesa/state_tracker/
Dst_extensions.c86 c->MaxTextureRectSize in st_init_limits()
117 c->MaxRenderbufferSize = c->MaxTextureRectSize; in st_init_limits()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c185 ctx->Const.MaxTextureRectSize = (1<<12); in brwCreateContext()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_context.c284 ctx->Const.MaxTextureRectSize = 2048; in r100CreateContext()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_context.c322 ctx->Const.MaxTextureRectSize = 2048; in r200CreateContext()
/external/mesa3d/src/mesa/main/
Dcontext.c566 ctx->Const.MaxTextureRectSize = MAX_TEXTURE_RECT_SIZE; in _mesa_init_constants()
727 assert(ctx->Const.MaxTextureRectSize <= MAX_TEXTURE_RECT_SIZE); in check_context_limits()
Dmtypes.h2787 GLint MaxTextureRectSize; /**< Max rectangle texture size, in pixes */ member
Dget.c1114 CONTEXT_INT(Const.MaxTextureRectSize), extra_NV_texture_rectangle },
Dteximage.c1342 maxSize = ctx->Const.MaxTextureRectSize; in _mesa_test_proxy_teximage()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c1177 tex->MaxSize = ctx->Const.MaxTextureRectSize; in init_temp_texture()