Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/blorp/
Dblorp_blit.c2618 get_copy_format_for_bpb(const struct isl_device *isl_dev, unsigned bpb) in get_copy_format_for_bpb() function
2940 get_copy_format_for_bpb(isl_dev, src_fmtl->bpb); in blorp_copy()
2949 get_copy_format_for_bpb(isl_dev, dst_fmtl->bpb); in blorp_copy()
2952 params.dst.view.format = get_copy_format_for_bpb(isl_dev, dst_fmtl->bpb); in blorp_copy()
2953 params.src.view.format = get_copy_format_for_bpb(isl_dev, src_fmtl->bpb); in blorp_copy()