Searched refs:ec0 (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbi_pack.c537 uint64_t ec0)
540 return ec0;
549 uint64_t header, uint64_t ec0,
558 return (ec0 >> 15) & ((1 << 30) - 1);
568 uint64_t header, uint64_t ec0, unsigned m0,
578 (ec0 & ((1 << 15) - 1)) :
579 (ec0 >> (15 + 30));
599 uint64_t header, uint64_t ec0,
607 uint64_t s0_s3 = bi_pack_t_ec(format.s0_s3, tuples, tuple_count, ec0);
609 uint16_t s4 = bi_pack_subword(format.s4, format.format, tuples, tuple_count, header, ec0, m
534 bi_pack_t_ec(enum bi_clause_subword word,struct bi_packed_tuple * tuples,ASSERTED unsigned tuple_count,uint64_t ec0) argument
546 bi_pack_subwords_56(enum bi_clause_subword t,struct bi_packed_tuple * tuples,ASSERTED unsigned tuple_count,uint64_t header,uint64_t ec0,unsigned tuple_subword) argument
565 bi_pack_subword(enum bi_clause_subword t,unsigned format,struct bi_packed_tuple * tuples,ASSERTED unsigned tuple_count,uint64_t header,uint64_t ec0,unsigned m0,unsigned tuple_subword) argument
595 bi_pack_format(struct util_dynarray * emission,unsigned index,struct bi_packed_tuple * tuples,ASSERTED unsigned tuple_count,uint64_t header,uint64_t ec0,unsigned m0,bool z) argument
647 uint64_t ec0 = (clause->constants[0] >> 4); local in function:bi_pack_clause
[all...]
H A Dcompiler.h1002 uint64_t header, uint64_t ec0,

Completed in 5 milliseconds