Searched refs:util_format_has_depth (Results 1 - 25 of 63) sorted by relevance

123

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_gen_mipmap.c68 util_format_has_depth(util_format_description(format));
H A Du_format.h535 util_format_has_depth(const struct util_format_description *desc) function in typeref:typename:boolean
558 return util_format_has_depth(desc) ||
572 return util_format_has_depth(desc) &&
649 if (util_format_has_depth(desc)) {
H A Du_blit.c417 is_depth = util_format_has_depth(src_desc);
H A Du_blitter.c1547 if (dst_has_stencil || util_format_has_depth(desc))
1833 has_depth = util_format_has_depth(src_desc) &&
1834 util_format_has_depth(dst_desc);
2063 assert(!util_format_has_stencil(desc) || util_format_has_depth(desc));
H A Du_surface.c645 if (util_format_has_depth(desc)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_gen_mipmap.c68 util_format_has_depth(util_format_description(format));
H A Du_inlines.h840 if (util_format_has_depth(format_desc))
H A Du_blitter.c1644 if (dst_has_stencil || util_format_has_depth(desc))
1935 bool src_has_depth = util_format_has_depth(src_desc);
1941 util_format_has_depth(dst_desc);
2195 assert(!util_format_has_stencil(desc) || util_format_has_depth(desc));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_format.c229 } else if (util_format_has_depth(format_desc)) {
298 if (util_format_has_stencil(desc) && !util_format_has_depth(desc))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.h255 return util_format_has_depth(desc);
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format.h545 util_format_has_depth(const struct util_format_description *desc) function in typeref:typename:boolean
568 return util_format_has_depth(desc) ||
582 return util_format_has_depth(desc) &&
659 if (util_format_has_depth(desc)) {
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_meta_blit.c69 if (util_format_has_depth(fdesc)) {
H A Dpanvk_cmd_buffer.c388 if (util_format_has_depth(fdesc)) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_clear.c315 if (util_format_has_depth(desc)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_clear.c309 if (util_format_has_depth(desc)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_resource.c179 const bool has_depth = util_format_has_depth(format_desc);
310 assert(util_format_has_depth(util_format_description(p_res->format)));
904 if (util_format_has_depth(util_format_description(templ->format)))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/osmesa/
H A Dosmesa.c334 if (util_format_has_depth(desc)) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_soa.c90 !util_format_has_depth(format_desc)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_surface.c421 if (util_format_has_depth(desc)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/osmesa/
H A Dosmesa.c383 if (util_format_has_depth(desc)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_resource.c131 if (util_format_has_depth(desc))
366 util_format_has_depth(util_format_description(templ->format)))
1703 assert(util_format_has_depth(util_format_description(pres->format)));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_shader.cpp113 !util_format_has_depth(desc))
131 !util_format_has_depth(desc))
H A Dswr_screen.cpp700 res->has_depth = util_format_has_depth(desc);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_resource.c214 assert(util_format_has_depth(util_format_description(p_res->format)));
564 const bool has_depth = util_format_has_depth(format_desc);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dbasetexture9.c84 util_format_has_depth(util_format_description(This->base.info.format));

Completed in 36 milliseconds

123