Home
last modified time | relevance | path

Searched refs:util_format_is_depth_or_stencil (Results 1 – 25 of 77) sorted by relevance

1234

/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_blit.cpp67 if (util_format_is_depth_or_stencil(info->src.format) && in resolve_supported()
188 if (util_format_is_depth_or_stencil(info->src.format) && !(info->mask & PIPE_MASK_ZS)) { in direct_copy_supported()
192 if (!util_format_is_depth_or_stencil(info->src.format)) { in direct_copy_supported()
203 (!util_format_is_depth_or_stencil(info->src.format) || in direct_copy_supported()
335 (!util_format_is_depth_or_stencil(dst->base.format) && in copy_subregion_no_barriers()
336 !util_format_is_depth_or_stencil(src->base.format) && in copy_subregion_no_barriers()
354 (!util_format_is_depth_or_stencil(dst->base.format) && in copy_subregion_no_barriers()
355 !util_format_is_depth_or_stencil(src->base.format))) && in copy_subregion_no_barriers()
490 …templ.bind = util_format_is_depth_or_stencil(templ.format) ? PIPE_BIND_DEPTH_STENCIL : PIPE_BIND_R… in create_staging_resource()
579 if (!util_format_is_depth_or_stencil(info->src.format) || in resolve_stencil_supported()
[all …]
Dd3d12_format.c307 return util_format_is_depth_or_stencil(fmt) ? in d3d12_get_format_num_planes()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_texture_desc.c352 if (util_format_is_depth_or_stencil(tex->b.format) && in r300_setup_hyperz_properties()
428 util_format_is_depth_or_stencil(tex->b.format)) { in r300_setup_cmask_properties()
472 boolean is_zb = util_format_is_depth_or_stencil(format); in r300_setup_tiling()
584 !util_format_is_depth_or_stencil(tex->b.format) && in r300_texture_desc_init()
Dr300_screen.c581 if (!util_format_is_depth_or_stencil(format) && in r300_is_format_supported()
590 if (!util_format_is_depth_or_stencil(format) && in r300_is_format_supported()
Dr300_texture.c999 if (util_format_is_depth_or_stencil(surf->base.format)) { in r300_texture_setup_fb_state()
1113 util_format_is_depth_or_stencil(base->format) ? "depth" : "color"); in r300_texture_create_object()
1177 if (util_format_is_depth_or_stencil(base->format) && in r300_texture_from_handle()
Dr300_state_derived.c658 if (util_format_is_depth_or_stencil(format)) { in r300_get_border_color()
860 if (util_format_is_depth_or_stencil(view->base.format)) { in r300_merge_textures_and_samplers()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_blit.c406 if (!util_format_is_depth_or_stencil(info->src.resource->format) && in crocus_blit()
411 if (util_format_is_depth_or_stencil(info->src.resource->format)) { in crocus_blit()
503 if (util_format_is_depth_or_stencil(info->src.format) || in crocus_blit()
575 if (devinfo->ver <= 6 && util_format_is_depth_or_stencil(dst_pfmt)) in crocus_blit()
813 if (devinfo->ver < 6 && util_format_is_depth_or_stencil(p_dst->format)) { in crocus_resource_copy_region()
Dcrocus_clear.c728 if (util_format_is_depth_or_stencil(p_res->format)) { in crocus_clear_texture()
836 assert(util_format_is_depth_or_stencil(psurf->texture->format)); in crocus_clear_depth_stencil()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_formats.c168 if (util_format_is_depth_or_stencil(format)) in get_image_format_properties()
184 util_format_is_depth_or_stencil(format)) in get_image_format_properties()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_gen_mipmap.c66 boolean is_zs = util_format_is_depth_or_stencil(format); in util_gen_mipmap()
Du_tile.c371 if (util_format_is_depth_or_stencil(format)) in pipe_put_tile_rgba()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_surface.c44 !util_format_is_depth_or_stencil(info->src.resource->format) && in sp_blit()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_blit.h89 return (util_format_is_depth_or_stencil(info->src.format) || in nv50_blit_get_filter()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_surface.c191 if (util_format_is_depth_or_stencil(surf_tmpl->format)) { in llvmpipe_create_surface()
415 if (util_format_is_depth_or_stencil(tex->format)) { in llvmpipe_clear_texture()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_surface.c335 if (util_format_is_depth_or_stencil(surf_tmpl->format)) { in svga_create_surface_view()
606 if (util_format_is_depth_or_stencil(s->base.format)) { in svga_validate_surface_view()
687 if (util_format_is_depth_or_stencil(s->base.format)) { in svga_surface_destroy()
Dsvga_pipe_clear.c294 if (util_format_is_depth_or_stencil(surface->format)) { in svga_clear_texture()
/third_party/mesa3d/src/freedreno/fdl/
Dfd6_layout.c124 if (layout->ubwc || util_format_is_depth_or_stencil(format)) in fdl6_layout()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_blit.c28 util_format_is_depth_or_stencil(info->dst.format) || in blit_resolve()
128 if (util_format_is_depth_or_stencil(info->dst.format) && in blit_native()
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_texture.c227 return !util_format_is_depth_or_stencil(resource->format) && in needs_resolve()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_clear.c722 if (util_format_is_depth_or_stencil(p_res->format)) { in iris_clear_texture()
825 assert(util_format_is_depth_or_stencil(psurf->texture->format)); in iris_clear_depth_stencil()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_uniforms.c142 if (util_format_is_depth_or_stencil(texture->format)) { in write_texture_border_color()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_pass.c193 bool is_zs = util_format_is_depth_or_stencil(lvp_vk_format_to_pipe_format(att->format)); in lvp_CreateRenderPass2()
Dlvp_image.c66 bool is_ds = util_format_is_depth_or_stencil(template.format); in lvp_image_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_surface.c145 util_format_is_depth_or_stencil(pformat)); in nvc0_2d_texture_set()
935 if (util_format_is_depth_or_stencil(format)) in nvc0_blit_set_dst()
1267 util_format_is_depth_or_stencil(info->dst.format)); in nvc0_blit_3d()
1272 serialize = util_format_is_depth_or_stencil(info->dst.format); in nvc0_blit_3d()
1619 if (util_format_is_depth_or_stencil(info->dst.resource->format)) { in nvc0_blit()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_eglimage.c207 if (util_format_is_depth_or_stencil(format)) { in st_pipe_format_to_base_format()

1234