OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BI_CLAUSE_SUBWORD_TUPLE_0
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/test/
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/
bifrost.h
244
BI_CLAUSE_SUBWORD_TUPLE_0
= 8,
275
#define T(x) (
BI_CLAUSE_SUBWORD_TUPLE_0
+ x)
bi_pack.c
472
assert(idx >=
BI_CLAUSE_SUBWORD_TUPLE_0
);
475
unsigned val = (idx -
BI_CLAUSE_SUBWORD_TUPLE_0
);
Completed in 36 milliseconds
Indexes created Mon Aug 17 00:26:26 UTC 2026