Searched defs:has_stencil (Results 1 – 15 of 15) sorted by relevance
646 const bool has_stencil = aspects & VK_IMAGE_ASPECT_STENCIL_BIT; in create_depth_clear_pipeline() local801 const bool has_stencil = (aspects & VK_IMAGE_ASPECT_STENCIL_BIT) ? 1 : 0; in get_depth_clear_pipeline_cache_key() local
1437 bool has_stencil = in v3dX() local2008 bool has_stencil = in v3dX() local
586 bool has_stencil = info->pStencilAttachment && in v3dv_setup_dynamic_render_pass() local
66 pub(crate) fn has_stencil(&self) -> bool { in has_stencil() method
249 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
478 def has_stencil(self): member in Format
1108 isl_format_get_depth_format(enum isl_format fmt, bool has_stencil) in isl_format_get_depth_format()
4205 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
335 uint8_t has_stencil : 1; member
2780 … bool has_stencil = util_format_has_stencil(util_format_description(ctx->fb_state.zsbuf->format)); in zink_update_rendering_info() local2807 bool has_stencil = false; in begin_rendering() local
3397 bool has_stencil = zstex->surface.has_stencil; in si_out_of_order_rasterization() local
746 bool has_stencil; member