Searched refs:MaxArrayTextureLayers (Results 1 - 14 of 14) sorted by relevance

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

Completed in 209 milliseconds