Home
last modified time | relevance | path

Searched refs:util_format_s3tc_enabled (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_format_s3tc.c92 boolean util_format_s3tc_enabled = FALSE; variable
117 if (util_format_s3tc_enabled) in util_format_s3tc_init()
126 util_format_s3tc_enabled = TRUE; in util_format_s3tc_init()
162 util_format_s3tc_enabled = TRUE; in util_format_s3tc_init()
Du_format_s3tc.h58 extern boolean util_format_s3tc_enabled;
Du_format.c232 if (util_format_is_s3tc(format) && !util_format_s3tc_enabled) { in util_format_is_supported()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_screen.c320 return util_format_s3tc_enabled; in softpipe_is_format_supported()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_screen.c341 return util_format_s3tc_enabled; in llvmpipe_is_format_supported()
Dlp_test_format.c347 !util_format_s3tc_enabled) { in test_all()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_screen.c118 return util_format_s3tc_enabled ? r300screen->caps.dxtc_swizzle : 1; in r300_get_param()
Dr300_texture.c190 if (!util_format_s3tc_enabled) { in r300_translate_texformat()
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_screen.c249 if (!util_format_s3tc_enabled) { in nv30_screen_is_format_supported()
/external/mesa3d/src/gallium/tests/unit/
Du_format_test.c697 !util_format_s3tc_enabled) { in test_all()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c953 if (!util_format_s3tc_enabled) { in r600_translate_texformat()