Home
last modified time | relevance | path

Searched refs:MaxArrayTextureLayers (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dconsts_exts.h471 GLuint MaxArrayTextureLayers; /**< Max layers in array textures */ member
H A Dversion.c341 consts->MaxArrayTextureLayers >= 2048 && in compute_version()
H A Dcontext.c391 consts->MaxArrayTextureLayers = MAX_ARRAY_TEXTURE_LAYERS; in _mesa_init_constants()
H A Dteximage.c1162 if (height < 0 || height > ctx->Const.MaxArrayTextureLayers) in _mesa_legal_texture_dimensions()
1179 if (depth < 0 || depth > ctx->Const.MaxArrayTextureLayers) in _mesa_legal_texture_dimensions()
1196 if (depth < 0 || depth > ctx->Const.MaxArrayTextureLayers || depth % 6) in _mesa_legal_texture_dimensions()
H A Dfbobject.c3922 if (layer >= ctx->Const.MaxArrayTextureLayers) { in check_layer()
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_extensions.c129 c->MaxArrayTextureLayers in st_init_limits()
1636 consts->MaxFramebufferLayers >= consts->MaxArrayTextureLayers))) in st_init_extensions()