Home
last modified time | relevance | path

Searched refs:Max3DTextureLevels (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i915/
Di830_context.c108 ctx->Const.Max3DTextureLevels = 9; in i830CreateContext()
Di915_context.c218 ctx->Const.Max3DTextureLevels = 9; in i915CreateContext()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_context.c234 ctx->Const.Max3DTextureLevels = 9; in r100CreateContext()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_context.c272 ctx->Const.Max3DTextureLevels = 9; in r200CreateContext()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_context.c192 ctx->Const.Max3DTextureLevels = 1; in nouveau_context_init()
/external/mesa3d/src/mesa/main/
Dcontext.c560 consts->Max3DTextureLevels = MAX_3D_TEXTURE_LEVELS; in _mesa_init_constants()
782 assert(ctx->Const.Max3DTextureLevels <= MAX_3D_TEXTURE_LEVELS); in check_context_limits()
Dteximage.c436 if (level >= ctx->Const.Max3DTextureLevels) in get_proxy_tex_image()
516 return ctx->Const.Max3DTextureLevels; in _mesa_max_texture_levels()
1023 maxSize = 1 << (ctx->Const.Max3DTextureLevels - 1); in _mesa_legal_texture_dimensions()
Dtexobj.c719 maxLevels = ctx->Const.Max3DTextureLevels; in _mesa_test_texobj_completeness()
Dmtypes.h3599 GLuint Max3DTextureLevels; /**< Max mipmap levels for 3D textures */ member
Dfbobject.c3197 const GLuint maxSize = 1 << (ctx->Const.Max3DTextureLevels - 1); in check_layer()
/external/mesa3d/src/mesa/swrast/
Ds_context.c738 assert((1 << (ctx->Const.Max3DTextureLevels - 1)) <= SWRAST_MAX_WIDTH); in _swrast_CreateContext()
/external/mesa3d/src/mesa/state_tracker/
Dst_extensions.c89 c->Max3DTextureLevels in st_init_limits()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c404 ctx->Const.Max3DTextureLevels = 12; /* 2048 */ in brw_initialize_context_constants()
/external/mesa3d/prebuilt-intermediates/main/
Dget_hash.h226 …TURE_SIZE, LOC_CUSTOM, TYPE_INT, offsetof(struct gl_context, Const.Max3DTextureLevels), NO_EXTRA },