• Home
  • Raw
  • Download

Lines Matching refs:add_formats

558 #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()
577 add_formats(rg_base_formats); in vrend_build_format_list_common()
579 add_formats(integer_rg_formats); in vrend_build_format_list_common()
581 add_formats(float_rg_formats); in vrend_build_format_list_common()
584 add_formats(snorm_formats); in vrend_build_format_list_common()
585 add_formats(snorm_la_formats); in vrend_build_format_list_common()
588 add_formats(etc2_formats); in vrend_build_format_list_common()
589 add_formats(astc_formats); in vrend_build_format_list_common()
590 add_formats(rgtc_formats); in vrend_build_format_list_common()
591 add_formats(dxtn_formats); in vrend_build_format_list_common()
592 add_formats(dxtn_srgb_formats); in vrend_build_format_list_common()
594 add_formats(srgb_formats); in vrend_build_format_list_common()
596 add_formats(bit10_formats); in vrend_build_format_list_common()
598 add_formats(packed_float_formats); in vrend_build_format_list_common()
599 add_formats(exponent_float_formats); in vrend_build_format_list_common()
601 add_formats(bptc_formats); in vrend_build_format_list_common()
610 add_formats(gl_base_rgba_formats); in vrend_build_format_list_gl()
611 add_formats(gl_bgra_formats); in vrend_build_format_list_gl()
612 add_formats(gl_srgb_formats); in vrend_build_format_list_gl()
622 add_formats(gles_bgra_formats); in vrend_build_format_list_gles()
628 add_formats(gles_z32_format); in vrend_build_format_list_gles()
629 add_formats(gles_bit10_formats); in vrend_build_format_list_gles()
634 add_formats(gles_bgra_formats_emulation); in vrend_build_emulated_format_list_gles()