Searched defs:pipe_caps (Results 1 – 3 of 3) sorted by relevance
818 struct pipe_caps { struct819 bool graphics;820 bool npot_textures;821 bool anisotropic_filter;822 bool occlusion_query;823 bool query_time_elapsed;824 bool texture_shadow_map;825 bool texture_swizzle;826 bool texture_mirror_clamp;827 bool blend_equation_separate;[all …]
14 .. _pipe_caps: target in Flags and enumerations16 pipe_caps section in Flags and enumerations672 .. _pipe_shader_cap:
110 pub fn caps(&self) -> &pipe_caps { in caps()