Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/bifrost/test/
Dbi_test_pack.c468 for (unsigned to_base = 0; to_base < 3; ++to_base) { in bit_convert_helper() local
470 if ((from_size == to_size) && (from_base == to_base)) in bit_convert_helper()
474 if (from_base && to_base) in bit_convert_helper()
478 if (from_size != to_size && from_base == 0 && to_base) in bit_convert_helper()
481 if (from_size != to_size && from_base && to_base == 0) in bit_convert_helper()
485 if (from_size > to_size && from_base == to_base && from_base) in bit_convert_helper()
488 ins.dest_type = Ts[to_base] | to_size; in bit_convert_helper()