HomeSort by relevance Sort by last modified time
    Searched refs:util_format_has_depth (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/auxiliary/util/
u_format.h 478 util_format_has_depth(const struct util_format_description *desc) function
501 return util_format_has_depth(desc) ||
515 return util_format_has_depth(desc) &&
u_blitter.c     [all...]
u_blit.c 470 is_depth = util_format_has_depth(src_desc);
  /external/mesa3d/src/gallium/drivers/r600/
r600_texture.c 78 is_depth = util_format_has_depth(desc);
403 rtex->is_depth = util_format_has_depth(util_format_description(rtex->resource.b.b.format));
    [all...]
r600_blit.c 166 rctx->db_misc_state.copy_depth = util_format_has_depth(desc);

Completed in 67 milliseconds