Searched refs:MaxTextureRectSize (Results 1 – 11 of 11) sorted by relevance
97 ctx->Const.MaxTextureRectSize = (1 << 11); in i830CreateContext()
227 ctx->Const.MaxTextureRectSize = (1 << 11); in i915CreateContext()
86 c->MaxTextureRectSize in st_init_limits()117 c->MaxRenderbufferSize = c->MaxTextureRectSize; in st_init_limits()
185 ctx->Const.MaxTextureRectSize = (1<<12); in brwCreateContext()
284 ctx->Const.MaxTextureRectSize = 2048; in r100CreateContext()
322 ctx->Const.MaxTextureRectSize = 2048; in r200CreateContext()
566 ctx->Const.MaxTextureRectSize = MAX_TEXTURE_RECT_SIZE; in _mesa_init_constants()727 assert(ctx->Const.MaxTextureRectSize <= MAX_TEXTURE_RECT_SIZE); in check_context_limits()
2787 GLint MaxTextureRectSize; /**< Max rectangle texture size, in pixes */ member
1114 CONTEXT_INT(Const.MaxTextureRectSize), extra_NV_texture_rectangle },
1342 maxSize = ctx->Const.MaxTextureRectSize; in _mesa_test_proxy_teximage()
1177 tex->MaxSize = ctx->Const.MaxTextureRectSize; in init_temp_texture()