Searched refs:bi_pack_sync (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/test/ |
| H A D | test-packing.c | 93 BIT_ASSERT(bi_pack_sync(L(3), L(1), L(7), tuples, 8, false) == 0xCF); 94 BIT_ASSERT(bi_pack_sync(L(3), L(1), U(7), tuples, 8, false) == 0xCC); 95 BIT_ASSERT(bi_pack_sync(L(3), U(1), U(7), tuples, 8, false) == 0xEC); 96 BIT_ASSERT(bi_pack_sync(Z, U(1), U(7), tuples, 8, false) == 0x2C); 97 BIT_ASSERT(bi_pack_sync(Z, U(1), U(7), tuples, 8, true) == 0x6C);
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/ |
| H A D | bi_pack.c | 514 bi_pack_sync(enum bi_clause_subword t1, function in typeref:typename:uint8_t 604 uint8_t sync = bi_pack_sync(format.tag_1, format.tag_2, format.tag_3,
|
| H A D | compiler.h | 990 bi_pack_sync(enum bi_clause_subword t1,
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.1.0.rst | 436 - pan/bi: Add bi_pack_sync
|
Completed in 12 milliseconds