Searched refs:texture_depth (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/xf86-video-crime/dist/src/
H A Dcrime.h101 int texture_depth; member in struct:__anon63ea81b20108
H A Dcrime_accel.c1044 fPtr->texture_depth = PICT_FORMAT_BPP(texType);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_screen.h91 DRI_CONF_OPT_E(texture_depth, def, 0, 3, \
H A Dradeon_common_context.c183 radeon->texture_depth = driQueryOptioni (&radeon->optionCache,
184 "texture_depth");
185 if (radeon->texture_depth == DRI_CONF_TEXTURE_DEPTH_FB)
186 radeon->texture_depth = (glVisual == NULL || glVisual->rgbBits > 16) ?
H A Dradeon_texture.c273 (rmesa->texture_depth == DRI_CONF_TEXTURE_DEPTH_32);
275 (rmesa->texture_depth == DRI_CONF_TEXTURE_DEPTH_FORCE_16);
H A Dradeon_common_context.h381 int texture_depth; member in struct:radeon_context
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_common_context.c182 radeon->texture_depth = driQueryOptioni (&radeon->optionCache,
183 "texture_depth");
184 if (radeon->texture_depth == DRI_CONF_TEXTURE_DEPTH_FB)
185 radeon->texture_depth = (glVisual == NULL || glVisual->rgbBits > 16) ?
H A Dradeon_screen.h99 DRI_CONF_OPT_BEGIN_V(texture_depth,enum,def,"0:3") \
H A Dradeon_texture.c274 (rmesa->texture_depth == DRI_CONF_TEXTURE_DEPTH_32);
276 (rmesa->texture_depth == DRI_CONF_TEXTURE_DEPTH_FORCE_16);
H A Dradeon_common_context.h381 int texture_depth; member in struct:radeon_context

Completed in 16 milliseconds