Searched refs:bi_pack_tuple_bits (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/test/ |
| H A D | test-packing.c | 70 BIT_ASSERT(bi_pack_tuple_bits(BI_CLAUSE_SUBWORD_TUPLE_0 + 0, tuples, 8, 0, 30) == 0x01234567); 71 BIT_ASSERT(bi_pack_tuple_bits(BI_CLAUSE_SUBWORD_TUPLE_0 + 1, tuples, 8, 10, 30) == 0xca66666); 72 BIT_ASSERT(bi_pack_tuple_bits(BI_CLAUSE_SUBWORD_TUPLE_0 + 2, tuples, 8, 40, 15) == 0x4def);
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/ |
| H A D | bi_pack.c | 467 bi_pack_tuple_bits(enum bi_clause_subword idx, function in typeref:typename:uint64_t 542 return bi_pack_tuple_bits(word, tuples, tuple_count, 0, 60); 560 return bi_pack_tuple_bits(t, tuples, tuple_count, tuple_subword * 15, 30); 589 return bi_pack_tuple_bits(t, tuples, tuple_count, tuple_subword * 15, 15);
|
| H A D | compiler.h | 984 bi_pack_tuple_bits(enum bi_clause_subword idx,
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.1.0.rst | 435 - pan/bi: Add bi_pack_tuple_bits
|
Completed in 12 milliseconds