Searched refs:MaxSparse3DTextureSize (Results 1 – 3 of 3) sorted by relevance
369 if (width > ctx->Const.MaxSparse3DTextureSize || in _mesa_sparse_texture_error_check()370 height > ctx->Const.MaxSparse3DTextureSize || in _mesa_sparse_texture_error_check()371 depth > ctx->Const.MaxSparse3DTextureSize) in _mesa_sparse_texture_error_check()
997 GLuint MaxSparse3DTextureSize; member
624 c->MaxSparse3DTextureSize = in st_init_limits()