Home
last modified time | relevance | path

Searched refs:util_format_is_depth_and_stencil (Results 1 – 22 of 22) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_clear.c79 util_format_is_depth_and_stencil(zsbuf->texture->format) && in softpipe_clear()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_transfer_helper.c92 if ((helper->separate_stencil && util_format_is_depth_and_stencil(format)) || in u_transfer_helper_resource_create()
271 if (util_format_is_depth_and_stencil(prsc->format)) { in u_transfer_helper_transfer_map()
570 if (!((helper->separate_stencil && util_format_is_depth_and_stencil(format)) || in u_transfer_helper_deinterleave_transfer_map()
648 if ((helper->separate_stencil && util_format_is_depth_and_stencil(format)) || in u_transfer_helper_deinterleave_transfer_unmap()
Du_surface.c589 util_format_is_depth_and_stencil(format)) in util_clear_depth_stencil_texture()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_state_framebuffer.c105 util_format_is_depth_and_stencil(curr->zsbuf->format)) { in emit_fb_vgpu9()
166 util_format_is_depth_and_stencil(hw->zsbuf->format)) { in svga_reemit_framebuffer_bindings_vgpu9()
Dsvga_pipe_blit.c331 if (util_format_is_depth_and_stencil(blit_info->src.format) && in can_blit_via_svga_copy_region()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_eglimage.c208 if (util_format_is_depth_and_stencil(format)) { in st_pipe_format_to_base_format()
Dst_cb_texture.c2670 util_format_is_depth_and_stencil(stImage->pt->format)) in fallback_copy_texsubimage()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_surface.c345 util_format_is_depth_and_stencil(format)) in lp_clear_depth_stencil_texture_msaa()
Dlp_setup.c234 util_format_is_depth_and_stencil(setup->fb.zsbuf->format)) in begin_binning()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_draw.c539 util_format_is_depth_and_stencil(vc4->framebuffer.zsbuf->format)) { in vc4_clear()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_cmd_buffer.c477 util_format_is_depth_and_stencil(cmdbuf->state.fb.info.zs.view.zs->format))) { in panvk_cmd_preload_fb_after_batch_split()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_blit.c730 if (util_format_is_depth_and_stencil(p_dst->format) && in iris_resource_copy_region()
Diris_resource.c657 assert(!util_format_is_depth_and_stencil(templ->format)); in iris_resource_configure_main()
1341 if (!(util_format_is_depth_and_stencil(format))) in iris_resource_from_memobj_wrapper()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_blit.c821 if (util_format_is_depth_and_stencil(p_dst->format) && in crocus_resource_copy_region()
/third_party/mesa3d/src/panfrost/lib/
Dpan_blitter.c1132 if (util_format_is_depth_and_stencil(fmt) && in pan_preload_emit_pre_frame_dcd()
1335 if (util_format_is_depth_and_stencil(sviews[0].format)) { in GENX()
/third_party/mesa3d/src/util/format/
Du_format.h573 util_format_is_depth_and_stencil(enum pipe_format format) in util_format_is_depth_and_stencil() function
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_job.c499 if (util_format_is_depth_and_stencil(zs->format)) { in panfrost_batch_to_fb_info()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3dx_draw.c1540 util_format_is_depth_and_stencil(job->zsbuf->texture->format)) { in v3d_tlb_clear()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_blit.c329 if (util_format_is_depth_and_stencil(dst->buffer.b.b.format)) in si_decompress_depth()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c1481 …(util_format_is_depth_and_stencil(imgv->surface->format) && att->stencil_load_op == VK_ATTACHMENT_… in render_subpass_clear()
1487 …(util_format_is_depth_and_stencil(imgv->surface->format) && att->load_op == VK_ATTACHMENT_LOAD_OP_… in render_subpass_clear()
1574 …(util_format_is_depth_and_stencil(imgv->surface->format) && att->stencil_load_op == VK_ATTACHMENT_… in render_subpass_clear_fast()
/third_party/mesa3d/src/gallium/frontends/nine/
Ddevice9.c2116 util_format_is_depth_and_stencil(zsbuf_surf->base.info.format)), in NineDevice9_Clear()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_soa.c2727 if (util_format_is_depth_and_stencil(format_desc->format)) { in lp_build_clamp_border_color()