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

/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_texture.c848 static int r600_enable_s3tc = -1; local
916 if (r600_enable_s3tc == -1) {
919 r600_enable_s3tc = 1;
921 r600_enable_s3tc = debug_get_bool_option("R600_ENABLE_S3TC", FALSE);
925 if (!r600_enable_s3tc)
950 if (!r600_enable_s3tc)

Completed in 49 milliseconds