Searched refs:is_depth_stencil (Results 1 – 7 of 7) sorted by relevance
95 def is_depth_stencil(angle_format): function138 if not is_depth_stencil(angle_format):146 if is_depth_stencil(angle_format) or channel_struct == None or "BLOCK" in angle_format["id"]:167 if is_depth_stencil(angle_format):179 if is_depth_stencil(angle_format):
99 def is_depth_stencil(angle_format): function147 if not is_depth_stencil(angle_format):155 if is_depth_stencil(angle_format) or channel_struct == None \177 if is_depth_stencil(angle_format):189 if is_depth_stencil(angle_format):
374 bool is_depth_stencil = buf == BUFFER_DEPTH || buf == BUFFER_STENCIL; in intelClearWithBlit() local414 if (is_depth_stencil) { in intelClearWithBlit()426 if (is_depth_stencil) { in intelClearWithBlit()
792 int r, is_depth_stencil = (surf->flags & zs_flags) == zs_flags; in eg_surface_init_1d_miptrees() local802 if (is_depth_stencil) { in eg_surface_init_1d_miptrees()814 int r, is_depth_stencil = (surf->flags & zs_flags) == zs_flags; in eg_surface_init_2d_miptrees() local825 if (is_depth_stencil) { in eg_surface_init_2d_miptrees()
1034 bool is_depth_stencil = util_format_is_depth_or_stencil(templ->format) && in r600_choose_tiling() local1056 !is_depth_stencil && in r600_choose_tiling()
1142 bool is_depth_stencil = util_format_is_depth_or_stencil(templ->format) && in si_choose_tiling() local1162 if (!force_tiling && !is_depth_stencil && !util_format_is_compressed(templ->format)) { in si_choose_tiling()
401 bool is_depth_stencil = in make_surface() local403 if (!is_depth_stencil) { in make_surface()