Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_formats.c558 #define add_formats(x) vrend_add_formats((x), ARRAY_SIZE((x))) macro
562 add_formats(base_rgba_formats); in vrend_build_format_list_common()
563 add_formats(base_depth_formats); in vrend_build_format_list_common()
564 add_formats(base_la_formats); in vrend_build_format_list_common()
567 add_formats(float_base_formats); in vrend_build_format_list_common()
568 add_formats(float_la_formats); in vrend_build_format_list_common()
569 add_formats(float_3comp_formats); in vrend_build_format_list_common()
572 add_formats(integer_base_formats); in vrend_build_format_list_common()
573 add_formats(integer_la_formats); in vrend_build_format_list_common()
574 add_formats(integer_3comp_formats); in vrend_build_format_list_common()
[all …]