/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_blit.cpp | 68 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/ |
D | lima_blit.c | 86 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/ |
D | r300_texture_desc.c | 352 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()
|
D | r300_screen.c | 690 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()
|
D | r300_texture.c | 997 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()
|
D | r300_state_derived.c | 658 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/ |
D | crocus_blit.c | 406 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()
|
D | crocus_clear.c | 728 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/ |
D | panvk_formats.c | 169 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/ |
D | u_gen_mipmap.c | 66 boolean is_zs = util_format_is_depth_or_stencil(format); in util_gen_mipmap()
|
D | u_tile.c | 371 if (util_format_is_depth_or_stencil(format)) in pipe_put_tile_rgba()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_blit.c | 29 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/ |
D | sp_surface.c | 44 !util_format_is_depth_or_stencil(info->src.resource->format) && in sp_blit()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_test_image_copy_region.c | 230 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/ |
D | nv50_blit.h | 89 return (util_format_is_depth_or_stencil(info->src.format) || in nv50_blit_get_filter()
|
D | nv50_surface.c | 469 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/ |
D | svga_surface.c | 335 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/ |
D | lp_surface.c | 202 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/ |
D | fd6_layout.c | 131 if (layout->ubwc || util_format_is_depth_or_stencil(format)) in fdl6_layout()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_clear.c | 682 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/ |
D | virgl_texture.c | 227 return !util_format_is_depth_or_stencil(resource->format) && in needs_resolve()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_surface.c | 145 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/ |
D | vc4_uniforms.c | 142 if (util_format_is_depth_or_stencil(texture->format)) { in write_texture_border_color()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_cb_eglimage.c | 207 if (util_format_is_depth_or_stencil(format)) { in st_pipe_format_to_base_format()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_image.c | 66 bool is_ds = util_format_is_depth_or_stencil(template.format); in lvp_image_create()
|