Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dconsts_exts.h470 GLuint MaxArrayTextureLayers; /**< Max layers in array textures */ member
Dcontext.c414 consts->MaxArrayTextureLayers = MAX_ARRAY_TEXTURE_LAYERS; in _mesa_init_constants()
Dteximage.c1064 if (height < 0 || height > ctx->Const.MaxArrayTextureLayers) in _mesa_legal_texture_dimensions()
1081 if (depth < 0 || depth > ctx->Const.MaxArrayTextureLayers) in _mesa_legal_texture_dimensions()
1098 if (depth < 0 || depth > ctx->Const.MaxArrayTextureLayers || depth % 6) in _mesa_legal_texture_dimensions()
Dfbobject.c3866 if (layer >= ctx->Const.MaxArrayTextureLayers) { in check_layer()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_extensions.c105 c->MaxArrayTextureLayers in st_init_limits()
1552 consts->MaxFramebufferLayers >= consts->MaxArrayTextureLayers))) in st_init_extensions()