Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/bifrost/test/
Dbi_test_pack.c467 for (unsigned from_base = 0; from_base < 3; ++from_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()
489 ins.src_types[0] = Ts[from_base] | from_size; in bit_convert_helper()