Searched refs:MaxArrayTextureLayers (Results 1 – 5 of 5) sorted by relevance
470 GLuint MaxArrayTextureLayers; /**< Max layers in array textures */ member
414 consts->MaxArrayTextureLayers = MAX_ARRAY_TEXTURE_LAYERS; in _mesa_init_constants()
1064 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()
3866 if (layer >= ctx->Const.MaxArrayTextureLayers) { in check_layer()
105 c->MaxArrayTextureLayers in st_init_limits()1552 consts->MaxFramebufferLayers >= consts->MaxArrayTextureLayers))) in st_init_extensions()