Home
last modified time | relevance | path

Searched defs:pipe_caps (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/include/pipe/
Dp_defines.h818 struct pipe_caps { struct
819 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 …]
/external/mesa3d/docs/gallium/
Dscreen.rst14 .. _pipe_caps: target in Flags and enumerations
16 pipe_caps section in Flags and enumerations
672 .. _pipe_shader_cap:
/external/mesa3d/src/gallium/frontends/rusticl/mesa/pipe/
Dscreen.rs110 pub fn caps(&self) -> &pipe_caps { in caps()