Home
last modified time | relevance | path

Searched refs:util_format_is_rgba8_variant (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/panfrost/lib/
Dpan_afbc.c92 if (util_format_is_rgba8_variant(desc)) in panfrost_format_supports_afbc()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_alpha.c74 util_format_is_rgba8_variant(cbuf_format_desc)) { in lp_build_alpha_test()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_screen.c572 !util_format_is_rgba8_variant(desc) && in r300_is_format_supported()
581 !util_format_is_rgba8_variant(desc)) { in r300_is_format_supported()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_aos.c403 if (util_format_is_rgba8_variant(bld->format_desc)) { in lp_build_sample_fetch_image_nearest()
654 if (util_format_is_rgba8_variant(bld->format_desc)) { in lp_build_sample_fetch_image_linear()
1207 if (util_format_is_rgba8_variant(bld->format_desc)) { in lp_build_sample_aos()
Dlp_bld_sample_soa.c3808 (util_format_is_rgba8_variant(format_desc) && in lp_build_sample_soa()
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_screen.c480 if (scanout && renderable && !util_format_is_rgba8_variant(format_desc)) in panfrost_is_format_supported()
Dpan_job.c1252 if (util_format_is_rgba8_variant(desc) && desc->colorspace != UTIL_FORMAT_COLORSPACE_SRGB) { in pan_pack_color()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_format.h531 util_format_is_rgba8_variant(const struct util_format_description *desc) in util_format_is_rgba8_variant() function
/external/mesa3d/src/util/format/
Du_format.h739 util_format_is_rgba8_variant(const struct util_format_description *desc) in util_format_is_rgba8_variant() function