Searched refs:has_stencil (Results 1 – 14 of 14) sorted by relevance
42 bool has_stencil; member
147 if (usage & PIPE_TRANSFER_READ && spr->has_depth && spr->has_stencil) { in swr_transfer_map()188 if (!spr->has_depth || !spr->has_stencil) in swr_transfer_flush_region()228 spr->has_depth && spr->has_stencil) { in swr_transfer_unmap()
646 res->has_stencil = util_format_has_stencil(desc); in swr_texture_layout()648 if (res->has_stencil && !res->has_depth) in swr_texture_layout()792 if (res->has_depth && res->has_stencil) { in swr_texture_layout()
294 if (spr->has_stencil && (i == SWR_ATTACHMENT_DEPTH)) { in swr_store_dirty_resource()
98 if (swr_res->has_depth && swr_res->has_stencil && in swr_generate_sampler_key()116 if (swr_res->has_depth && swr_res->has_stencil && in swr_generate_sampler_key()
724 if (swr_res->has_depth && swr_res->has_stencil && in swr_update_texture_state()
173 if format.has_stencil():
241 def has_stencil(self): member in Format
1690 boolean has_depth, has_stencil, has_color; in util_blitter_blit_generic() local1702 has_stencil = util_format_has_stencil(src_desc) && in util_blitter_blit_generic()1707 blit_stencil = has_stencil && (mask & PIPE_MASK_S) && in util_blitter_blit_generic()
1848 bool has_stencil = surf->usage & ISL_SURF_USAGE_STENCIL_BIT; in isl_surf_get_depth_format() local1852 if (has_stencil) in isl_surf_get_depth_format()1862 assert(!has_stencil); in isl_surf_get_depth_format()1865 if (has_stencil) { in isl_surf_get_depth_format()1873 assert(!has_stencil); in isl_surf_get_depth_format()
551 isl_format_get_depth_format(enum isl_format fmt, bool has_stencil) in isl_format_get_depth_format() argument557 assert(has_stencil); in isl_format_get_depth_format()560 assert(!has_stencil); in isl_format_get_depth_format()563 if (has_stencil) { in isl_format_get_depth_format()569 assert(!has_stencil); in isl_format_get_depth_format()
1078 uint32_t isl_format_get_depth_format(enum isl_format fmt, bool has_stencil);
249 def has_stencil(self): member in Format
2185 const bool has_stencil = in cmd_buffer_emit_depth_stencil() local2199 db.StencilWriteEnable = has_stencil; in cmd_buffer_emit_depth_stencil()2247 if (has_stencil) { in cmd_buffer_emit_depth_stencil()2256 db.StencilWriteEnable = has_stencil; in cmd_buffer_emit_depth_stencil()2291 if (has_stencil) { in cmd_buffer_emit_depth_stencil()