Home
last modified time | relevance | path

Searched refs:dst_fmtl (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/intel/blorp/
H A Dblorp_blit.c877 const struct isl_format_layout *dst_fmtl = in bit_cast_color() local
881 assert(src_fmtl->bpb == dst_fmtl->bpb); in bit_cast_color()
886 assert(dst_fmtl->channels.r.type == ISL_UINT || in bit_cast_color()
887 dst_fmtl->channels.r.type == ISL_UNORM); in bit_cast_color()
906 if (dst_fmtl->channels_array[c].bits == 0) { in bit_cast_color()
911 const unsigned chan_start_bit = dst_fmtl->channels_array[c].start_bit; in bit_cast_color()
912 const unsigned chan_bits = dst_fmtl->channels_array[c].bits; in bit_cast_color()
916 if (dst_fmtl->channels_array[c].type == ISL_UNORM) in bit_cast_color()
923 assert(dst_fmtl->channels.r.type == ISL_UINT); in bit_cast_color()
926 const unsigned dst_bpc = dst_fmtl in bit_cast_color()
2905 const struct isl_format_layout *dst_fmtl = blorp_copy() local
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_blt.c244 const struct isl_format_layout *dst_fmtl = isl_format_get_layout(dst->surf.format); in crocus_emit_blt() local
245 const unsigned dst_cpp = dst_fmtl->bpb / 8; in crocus_emit_blt()

Completed in 4 milliseconds