Lines Matching defs:PrivateCapabilities

642 struct PrivateCapabilities {  struct
643 pub os_is_mac: bool,
644 os_version: (u32, u32),
645 msl_version: metal::MTLLanguageVersion,
646 exposed_queues: usize,
648 expose_line_mode: bool,
649 resource_heaps: bool,
650 argument_buffers: bool,
651 shared_textures: bool,
652 mutable_comparison_samplers: bool,
653 base_instance: bool,
654 base_vertex_instance_drawing: bool,
655 dual_source_blending: bool,
656 low_power: bool,
657 headless: bool,
658 layered_rendering: bool,
659 function_specialization: bool,
660 depth_clip_mode: bool,
661 format_depth24_stencil8: bool,
662 format_depth32_stencil8_filter: bool,
663 format_depth32_stencil8_none: bool,
664 format_min_srgb_channels: u8,
665 format_b5: bool,
666 format_bc: bool,
667 format_eac_etc: bool,
668 format_astc: bool,
669 format_r8unorm_srgb_all: bool,
670 format_r8unorm_srgb_no_write: bool,
671 format_r8snorm_all: bool,
672 format_r16_norm_all: bool,
673 format_rg8unorm_srgb_all: bool,
674 format_rg8unorm_srgb_no_write: bool,
675 format_rg8snorm_all: bool,
676 format_r32_all: bool,
677 format_r32_no_write: bool,
678 format_r32float_no_write_no_filter: bool,
679 format_r32float_no_filter: bool,
680 format_r32float_all: bool,
681 format_rgba8_srgb_all: bool,
682 format_rgba8_srgb_no_write: bool,
683 format_rgb10a2_unorm_all: bool,
684 format_rgb10a2_unorm_no_write: bool,
685 format_rgb10a2_uint_color: bool,
686 format_rgb10a2_uint_color_write: bool,
687 format_rg11b10_all: bool,
688 format_rg11b10_no_write: bool,
689 format_rgb9e5_all: bool,
690 format_rgb9e5_no_write: bool,
691 format_rgb9e5_filter_only: bool,
692 format_rg32_color: bool,
693 format_rg32_color_write: bool,
694 format_rg32float_all: bool,
695 format_rg32float_color_blend: bool,
696 format_rg32float_no_filter: bool,
720 impl PrivateCapabilities { argument