/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_format.h | 329 util_format_has_depth(const struct util_format_description *desc) in util_format_has_depth() function 352 return util_format_has_depth(desc) || in util_format_is_depth_or_stencil() 366 return util_format_has_depth(desc) && in util_format_is_depth_and_stencil() 410 if (util_format_has_depth(desc)) { in util_format_get_mask()
|
/external/mesa3d/src/freedreno/vulkan/ |
D | vk_format.h | 76 return util_format_has_depth(desc) || util_format_has_stencil(desc); in vk_format_is_depth_or_stencil()
|
D | tu_image.c | 672 if (util_format_has_depth(desc) && !(device->instance->debug_flags & TU_DEBUG_NOLRZ)) in tu_CreateImage()
|
/external/mesa3d/src/util/format/ |
D | u_format.h | 506 util_format_has_depth(const struct util_format_description *desc) in util_format_has_depth() function 529 return util_format_has_depth(desc) || in util_format_is_depth_or_stencil() 543 return util_format_has_depth(desc) && in util_format_is_depth_and_stencil() 620 if (util_format_has_depth(desc)) { in util_format_get_mask()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_gen_mipmap.c | 68 util_format_has_depth(util_format_description(format)); in util_gen_mipmap()
|
D | u_blitter.c | 1636 if (dst_has_stencil || util_format_has_depth(desc)) in is_blit_generic_supported() 1927 bool src_has_depth = util_format_has_depth(src_desc); in util_blitter_blit_generic() 1933 util_format_has_depth(dst_desc); in util_blitter_blit_generic() 2187 assert(!util_format_has_stencil(desc) || util_format_has_depth(desc)); in util_blitter_generate_mipmap()
|
D | u_surface.c | 602 if (util_format_has_depth(desc)) { in util_clear_texture()
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_resource.h | 189 return util_format_has_depth(desc); in has_depth()
|
/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_resource.c | 82 if (util_format_has_depth(desc)) in aspect_from_format() 714 assert(util_format_has_depth(util_format_description(pres->format))); in zink_resource_set_separate_stencil()
|
D | zink_screen.c | 567 if (util_format_has_depth(desc)) { in zink_is_format_supported()
|
D | zink_context.c | 274 if (util_format_has_depth(desc)) in sampler_aspect_from_format()
|
/external/virglrenderer/src/ |
D | vrend_blitter.c | 802 bool blit_depth = util_format_has_depth(src_desc) && in vrend_renderer_blit_gl() 803 util_format_has_depth(dst_desc) && in vrend_renderer_blit_gl()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_clear.c | 309 if (util_format_has_depth(desc)) { in svga_clear_texture()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_surface.c | 421 if (util_format_has_depth(desc)) { in llvmpipe_clear_texture()
|
/external/mesa3d/src/gallium/frontends/osmesa/ |
D | osmesa.c | 339 if (util_format_has_depth(desc)) { in osmesa_st_framebuffer_flush_front()
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | basetexture9.c | 84 util_format_has_depth(util_format_description(This->base.info.format)); in NineBaseTexture9_ctor()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_screen.cpp | 649 res->has_depth = util_format_has_depth(desc); in swr_texture_layout()
|
D | swr_state.cpp | 882 !util_format_has_depth(util_format_description(view->format))) { in swr_update_texture_state() 1227 if (fb->zsbuf && util_format_has_depth(desc)) in swr_update_derived()
|
/external/mesa3d/src/gallium/drivers/lima/ |
D | lima_resource.c | 527 if (util_format_has_depth(util_format_description(psurf->format))) in lima_surface_create()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format_soa.c | 92 !util_format_has_depth(format_desc)) { in lp_build_format_swizzle_soa()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_texture.c | 213 is_depth = util_format_has_depth(desc); in r600_init_surface() 924 rtex->is_depth = util_format_has_depth(util_format_description(rtex->resource.b.b.format)); in r600_texture_create_object()
|
D | r600_blit.c | 147 rctx->db_misc_state.copy_depth = util_format_has_depth(desc); in r600_blit_decompress_depth()
|
/external/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_job.c | 786 if (!util_format_has_depth(util_format_description(format))) in panfrost_load_surface()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_texture.c | 227 is_depth = util_format_has_depth(desc); in si_init_surface() 1000 tex->is_depth = util_format_has_depth(util_format_description(tex->buffer.b.b.format)); in si_texture_create_object()
|
/external/mesa3d/src/gallium/drivers/v3d/ |
D | v3dx_state.c | 1037 !util_format_has_depth(desc)) { in v3d_create_sampler_view()
|