Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_pack.c549 uint64_t ec0) in bi_pack_t_ec()
552 return ec0; in bi_pack_t_ec()
561 uint64_t header, uint64_t ec0, in bi_pack_subwords_56()
570 return (ec0 >> 15) & ((1 << 30) - 1); in bi_pack_subwords_56()
580 uint64_t header, uint64_t ec0, unsigned m0, in bi_pack_subword()
590 (ec0 & ((1 << 15) - 1)) : in bi_pack_subword()
591 (ec0 >> (15 + 30)); in bi_pack_subword()
611 uint64_t header, uint64_t ec0, in bi_pack_format()
619 uint64_t s0_s3 = bi_pack_t_ec(format.s0_s3, tuples, tuple_count, ec0); in bi_pack_format()
621 uint16_t s4 = bi_pack_subword(format.s4, format.format, tuples, tuple_count, header, ec0, m in bi_pack_format()
546 bi_pack_t_ec(enum bi_clause_subword word, struct bi_packed_tuple *tuples, ASSERTED unsigned tuple_count, uint64_t ec0) bi_pack_t_ec() argument
558 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) bi_pack_subwords_56() argument
577 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) bi_pack_subword() argument
607 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) bi_pack_format() argument
669 uint64_t ec0 = (clause->constants[0] >> 4); bi_pack_clause() local
[all...]
H A Dcompiler.h1191 uint64_t header, uint64_t ec0,

Completed in 4 milliseconds