Home
last modified time | relevance | path

Searched refs:MaxSparseArrayTextureLayers (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/main/
Dtexstorage.c462 if (depth > ctx->Const.MaxSparseArrayTextureLayers) in _mesa_sparse_texture_error_check()
465 if (height > ctx->Const.MaxSparseArrayTextureLayers) in _mesa_sparse_texture_error_check()
Dconsts_exts.h995 GLuint MaxSparseArrayTextureLayers; member
/external/mesa3d/src/mesa/state_tracker/
Dst_extensions.c622 c->MaxSparseArrayTextureLayers = in st_init_limits()