Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c181 ctx->Const.MaxArrayTextureLayers = 2048; in brwCreateContext()
183 ctx->Const.MaxArrayTextureLayers = 512; in brwCreateContext()
/external/mesa3d/src/mesa/state_tracker/
Dst_extensions.c89 c->MaxArrayTextureLayers in st_init_limits()
/external/mesa3d/src/mesa/main/
Dcontext.c567 ctx->Const.MaxArrayTextureLayers = MAX_ARRAY_TEXTURE_LAYERS; in _mesa_init_constants()
Dteximage.c1373 if (height < 1 || height > ctx->Const.MaxArrayTextureLayers) in _mesa_test_proxy_teximage()
1390 if (depth < 1 || depth > ctx->Const.MaxArrayTextureLayers) in _mesa_test_proxy_teximage()
Dmtypes.h2786 GLint MaxArrayTextureLayers; /**< Max layers in array textures */ member
Dfbobject.c2070 if (zoffset < 0 || zoffset >= ctx->Const.MaxArrayTextureLayers) { in framebuffer_texture()
Dget.c944 CONTEXT_INT(Const.MaxArrayTextureLayers), extra_MESA_texture_array },