Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/dri/
Ddri_screen.c456 if (!util_format_s3tc_enabled && screen->options.force_s3tc_enable) { in dri_init_screen_helper()
465 util_format_s3tc_enabled = TRUE; in dri_init_screen_helper()
/external/mesa3d/src/gallium/auxiliary/util/
Du_format_s3tc.c96 boolean util_format_s3tc_enabled = FALSE; variable
121 if (util_format_s3tc_enabled) in util_format_s3tc_init()
159 util_format_s3tc_enabled = TRUE; in util_format_s3tc_init()
Du_format_s3tc.h61 extern boolean util_format_s3tc_enabled;
Du_format.c241 if (util_format_is_s3tc(format) && !util_format_s3tc_enabled) { in util_format_is_supported()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_screen.c443 return util_format_s3tc_enabled; in softpipe_is_format_supported()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_format.c387 !util_format_s3tc_enabled) { in test_all()
Dlp_screen.c516 return util_format_s3tc_enabled; in llvmpipe_is_format_supported()
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_screen.c470 if (util_format_s3tc_enabled) in virgl_is_format_supported()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_screen.c130 return util_format_s3tc_enabled ? r300screen->caps.dxtc_swizzle : 1; in r300_get_param()
Dr300_texture.c254 if (!util_format_s3tc_enabled) { in r300_translate_texformat()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_screen.cpp147 return util_format_s3tc_enabled; in swr_is_format_supported()
/external/mesa3d/src/gallium/tests/unit/
Du_format_test.c701 !util_format_s3tc_enabled) { in test_all()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c2374 if (!util_format_s3tc_enabled) { in r600_translate_texformat()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c1481 if (!util_format_s3tc_enabled) { in si_translate_texformat()