Home
last modified time | relevance | path

Searched refs:isl_format_get_depth_format (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/intel/blorp/
Dblorp_clear.c725 isl_format_get_depth_format(depth->surf->format, false); in blorp_clear_depth_stencil()
927 isl_format_get_depth_format(depth->surf->format, false); in blorp_hiz_clear_depth_stencil()
1020 params.depth_format = isl_format_get_depth_format(depth_format, false); in blorp_clear_attachments()
Dblorp.c380 isl_format_get_depth_format(surf->surf->format, false); in blorp_hiz_op()
/external/mesa3d/src/intel/isl/
Disl.h1605 uint32_t isl_format_get_depth_format(enum isl_format fmt, bool has_stencil);
Disl_format.c1040 isl_format_get_depth_format(enum isl_format fmt, bool has_stencil) in isl_format_get_depth_format() function
/external/mesa3d/src/intel/vulkan/
DgenX_pipeline.c719 isl_format_get_depth_format(isl_format, false); in emit_rs_state()