Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/blorp/
Dblorp_blit.c875 const struct isl_format_layout *src_fmtl = in bit_cast_color() local
881 assert(src_fmtl->bpb == dst_fmtl->bpb); in bit_cast_color()
883 if (src_fmtl->bpb <= 32) { in bit_cast_color()
884 assert(src_fmtl->channels.r.type == ISL_UINT || in bit_cast_color()
885 src_fmtl->channels.r.type == ISL_UNORM); in bit_cast_color()
891 if (src_fmtl->channels_array[c].bits == 0) in bit_cast_color()
894 const unsigned chan_start_bit = src_fmtl->channels_array[c].start_bit; in bit_cast_color()
895 const unsigned chan_bits = src_fmtl->channels_array[c].bits; in bit_cast_color()
898 if (src_fmtl->channels_array[c].type == ISL_UNORM) in bit_cast_color()
922 assert(src_fmtl->channels.r.type == ISL_UINT); in bit_cast_color()
[all …]
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_blt.c242 const struct isl_format_layout *src_fmtl = isl_format_get_layout(src->surf.format); in crocus_emit_blt() local
243 unsigned src_cpp = src_fmtl->bpb / 8; in crocus_emit_blt()