HomeSort by relevance Sort by last modified time
    Searched refs:MaxArrayTextureLayers (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/mesa/state_tracker/
st_extensions.c 97 c->MaxArrayTextureLayers
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_context.c 541 ctx->Const.MaxArrayTextureLayers = brw->gen >= 7 ? 2048 : 512;
815 ctx->Const.MaxFramebufferLayers = ctx->Const.MaxArrayTextureLayers;
    [all...]
  /external/mesa3d/src/mesa/main/
context.c 555 consts->MaxArrayTextureLayers = MAX_ARRAY_TEXTURE_LAYERS;
    [all...]
teximage.c 1052 if (height < 0 || height > ctx->Const.MaxArrayTextureLayers)
1070 if (depth < 0 || depth > ctx->Const.MaxArrayTextureLayers)
1087 if (depth < 0 || depth > ctx->Const.MaxArrayTextureLayers || depth % 6)
    [all...]
mtypes.h     [all...]
fbobject.c     [all...]
  /external/mesa3d/prebuilt-intermediates/main/
get_hash.h 277 { GL_MAX_ARRAY_TEXTURE_LAYERS_EXT, CONTEXT_INT(Const.MaxArrayTextureLayers), extra_EXT_texture_array_es3 },
    [all...]

Completed in 2352 milliseconds