Home
last modified time | relevance | path

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

1234

/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_blit.cpp68 if (util_format_is_depth_or_stencil(info->src.format) && in resolve_supported()
190 if (util_format_is_depth_or_stencil(info->src.format) && !(info->mask & PIPE_MASK_ZS)) { in direct_copy_supported()
194 if (!util_format_is_depth_or_stencil(info->src.format)) { in direct_copy_supported()
205 (!util_format_is_depth_or_stencil(info->src.format) || in direct_copy_supported()
337 (!util_format_is_depth_or_stencil(dst->base.b.format) && in copy_subregion_no_barriers()
338 !util_format_is_depth_or_stencil(src->base.b.format) && in copy_subregion_no_barriers()
355 (!util_format_is_depth_or_stencil(dst->base.b.format) && in copy_subregion_no_barriers()
356 !util_format_is_depth_or_stencil(src->base.b.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()
581 if (!util_format_is_depth_or_stencil(info->src.format) || in resolve_stencil_supported()
[all …]
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_blit.c86 if (util_format_is_depth_or_stencil(psurf->format)) { in lima_pack_blit_cmd()
215 if (util_format_is_depth_or_stencil(info->src.resource->format)) { in lima_do_blit()
265 if (util_format_is_depth_or_stencil(info->dst.resource->format)) in lima_do_blit()
/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.c690 if (!util_format_is_depth_or_stencil(format) && in r300_is_format_supported()
699 if (!util_format_is_depth_or_stencil(format) && in r300_is_format_supported()
Dr300_texture.c997 if (util_format_is_depth_or_stencil(surf->base.format)) { in r300_texture_setup_fb_state()
1111 util_format_is_depth_or_stencil(base->format) ? "depth" : "color"); in r300_texture_create_object()
1175 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()
504 if (util_format_is_depth_or_stencil(info->src.format) || in crocus_blit()
576 if (devinfo->ver <= 6 && util_format_is_depth_or_stencil(dst_pfmt)) in crocus_blit()
787 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.c169 if (util_format_is_depth_or_stencil(format)) in get_image_format_properties()
185 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/zink/
Dzink_blit.c29 util_format_is_depth_or_stencil(info->dst.format) || in blit_resolve()
136 if (util_format_is_depth_or_stencil(info->dst.format) && in blit_native()
326 if (util_format_is_depth_or_stencil(info->src.resource->format)) { in zink_blit()
/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/radeonsi/
Dsi_test_image_copy_region.c230 if (res_format != PIPE_FORMAT_NONE && util_format_is_depth_or_stencil(res_format)) in get_random_format()
253 (util_format_is_depth_or_stencil(color_or_zs) != in get_random_format()
254 util_format_is_depth_or_stencil(format))) in get_random_format()
349 if (util_format_is_depth_or_stencil(templ->format)) in set_random_image_attrs()
/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()
Dnv50_surface.c469 if (util_format_is_depth_or_stencil(res->format)) { in nv50_clear_texture()
1126 if (util_format_is_depth_or_stencil(format)) in nv50_blit_set_dst()
1403 bool serialize = util_format_is_depth_or_stencil(info->dst.format); in nv50_blit_3d()
1714 if (util_format_is_depth_or_stencil(info->dst.resource->format)) { in nv50_blit()
/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()
604 if (util_format_is_depth_or_stencil(s->base.format)) { in svga_validate_surface_view()
699 if (util_format_is_depth_or_stencil(s->base.format)) { in svga_surface_destroy()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_surface.c202 if (util_format_is_depth_or_stencil(surf_tmpl->format)) { in llvmpipe_create_surface()
432 if (util_format_is_depth_or_stencil(tex->format)) { in llvmpipe_clear_texture()
/third_party/mesa3d/src/freedreno/fdl/
Dfd6_layout.c131 if (layout->ubwc || util_format_is_depth_or_stencil(format)) in fdl6_layout()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_clear.c682 if (util_format_is_depth_or_stencil(p_res->format)) { in iris_clear_texture()
785 assert(util_format_is_depth_or_stencil(psurf->texture->format)); in iris_clear_depth_stencil()
/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/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/gallium/drivers/vc4/
Dvc4_uniforms.c142 if (util_format_is_depth_or_stencil(texture->format)) { in write_texture_border_color()
/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()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_image.c66 bool is_ds = util_format_is_depth_or_stencil(template.format); in lvp_image_create()

1234