OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IR3_REG_RELATIV
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
ir3.h
72
IR3_REG_RELATIV
= 0x010,
642
if (dst->flags & (
IR3_REG_RELATIV
| IR3_REG_ARRAY))
1083
ir3_reg_create(mov, 0, IR3_REG_CONST |
IR3_REG_RELATIV
)->array.offset = n;
1114
debug_assert(!(src->regs[0]->flags &
IR3_REG_RELATIV
));
1410
unsigned num = (reg->flags &
IR3_REG_RELATIV
) ? reg->array.offset : reg->num;
1430
if (reg->flags &
IR3_REG_RELATIV
) {
1456
if (reg->flags &
IR3_REG_RELATIV
) {
1474
if (reg->flags &
IR3_REG_RELATIV
) {
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3.h
110
IR3_REG_RELATIV
= 0x010,
837
if (dst->flags & (
IR3_REG_RELATIV
| IR3_REG_ARRAY))
1775
ir3_src_create(mov, 0, IR3_REG_CONST |
IR3_REG_RELATIV
)->array.offset = n;
1795
debug_assert(!(src->dsts[0]->flags &
IR3_REG_RELATIV
));
2322
if (reg->flags &
IR3_REG_RELATIV
) {
2336
if (reg->flags &
IR3_REG_RELATIV
) {
Completed in 7 milliseconds
Indexes created Sat Jul 04 00:25:45 UTC 2026