Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_formats.c376 #define add_formats(x) vrend_add_formats((x), ARRAY_SIZE((x))) macro
380 add_formats(base_rgba_formats); in vrend_build_format_list_common()
381 add_formats(base_depth_formats); in vrend_build_format_list_common()
382 add_formats(base_la_formats); in vrend_build_format_list_common()
385 add_formats(float_base_formats); in vrend_build_format_list_common()
386 add_formats(float_la_formats); in vrend_build_format_list_common()
387 add_formats(float_3comp_formats); in vrend_build_format_list_common()
390 add_formats(integer_base_formats); in vrend_build_format_list_common()
391 add_formats(integer_la_formats); in vrend_build_format_list_common()
392 add_formats(integer_3comp_formats); in vrend_build_format_list_common()
[all …]