Searched defs:has_stencil (Results 1 – 11 of 11) sorted by relevance
249 def has_stencil(self): member in Format
326 def has_stencil(self): member in Format
68 const bool has_stencil = !!(i & VK_IMAGE_ASPECT_STENCIL_BIT); in pvr_device_setup_graphics_static_clear_ppp_templates() local
641 const bool has_stencil = aspects & VK_IMAGE_ASPECT_STENCIL_BIT; in create_depth_clear_pipeline() local788 const bool has_stencil = (aspects & VK_IMAGE_ASPECT_STENCIL_BIT) ? 1 : 0; in get_depth_clear_pipeline_cache_key() local
1098 isl_format_get_depth_format(enum isl_format fmt, bool has_stencil) in isl_format_get_depth_format()
4088 bool has_stencil = surf->usage & ISL_SURF_USAGE_STENCIL_BIT; in isl_surf_get_depth_format() local
995 bool has_stencil = zs_format != PIPE_FORMAT_Z24X8_UNORM && in util_make_fs_pack_color_zs() local
665 pub fn has_stencil(&self) -> bool { in has_stencil() method
308 uint8_t has_stencil : 1; member
2733 … bool has_stencil = util_format_has_stencil(util_format_description(ctx->fb_state.zsbuf->format)); in zink_update_rendering_info() local2760 bool has_stencil = false; in begin_rendering() local
3962 bool has_stencil = zstex->surface.has_stencil; in si_out_of_order_rasterization() local