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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_resource_texture.c184 if (util_format_is_s3tc(tex->b.b.format))
341 if (util_format_is_s3tc(pt->format))
447 if (util_format_is_s3tc(pt->format)) {
563 assert(util_format_is_s3tc(pt->format)); /* compressed only */
662 if (!util_format_is_s3tc(tex->b.b.format))
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_resource_texture.c184 if (util_format_is_s3tc(tex->b.b.format))
341 if (util_format_is_s3tc(pt->format))
447 if (util_format_is_s3tc(pt->format)) {
563 assert(util_format_is_s3tc(pt->format)); /* compressed only */
662 if (!util_format_is_s3tc(tex->b.b.format))
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format.h458 util_format_is_s3tc(enum pipe_format format) function
H A Du_format.c232 if (util_format_is_s3tc(format) && !util_format_s3tc_enabled) {
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format.h458 util_format_is_s3tc(enum pipe_format format) function
H A Du_format.c232 if (util_format_is_s3tc(format) && !util_format_s3tc_enabled) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_resource_texture.c467 !util_format_is_s3tc(template->format))
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_resource_texture.c467 !util_format_is_s3tc(template->format))
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_texture.c692 if (stImage->pt && util_format_is_s3tc(stImage->pt->format)) {
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_texture.c692 if (stImage->pt && util_format_is_s3tc(stImage->pt->format)) {

Completed in 550 milliseconds