Searched refs:bi_pack_format (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/panfrost/bifrost/test/ |
D | test-pack-formats.c | 41 bi_pack_format(result, 1, tuples, 1, header, 0, 0, true); in bi_test_pack_format_1() 58 bi_pack_format(result, 0, tuples, 2, 0x52800011800, 0, 0, false); in bi_test_pack_format_2() 59 bi_pack_format(result, 2, tuples, 2, 0x52800011800, 0, 0, false); in bi_test_pack_format_2() 79 bi_pack_format(result, 0, tuples, 3, 0x3100000000, 0, 0, true); in bi_test_pack_format_3() 80 bi_pack_format(result, 3, tuples, 3, 0x3100000000, 0, 0, true); in bi_test_pack_format_3() 81 bi_pack_format(result, 4, tuples, 3, 0x3100000000, 0, 0, true); in bi_test_pack_format_3() 106 bi_pack_format(result, 0, tuples, 4, 0x3100000000, EC0, 0, false); in bi_test_pack_format_4() 107 bi_pack_format(result, 3, tuples, 4, 0x3100000000, EC0, 0, false); in bi_test_pack_format_4() 108 bi_pack_format(result, 6, tuples, 4, 0x3100000000, EC0, 0, false); in bi_test_pack_format_4() 134 bi_pack_format(result, 0, tuples, 5, 0x3100000000, EC0, 0, true); in bi_test_pack_format_5() [all …]
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bi_pack.c | 595 bi_pack_format(struct util_dynarray *emission, in bi_pack_format() function 676 bi_pack_format(emission, indices[clause->tuple_count - 1][pos], in bi_pack_clause()
|
D | compiler.h | 983 bi_pack_format(struct util_dynarray *emission,
|