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_CONST
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
ir3.h
63
IR3_REG_CONST
= 0x001,
793
if (r->flags & (
IR3_REG_CONST
| IR3_REG_IMMED))
1068
ir3_reg_create(mov, n,
IR3_REG_CONST
);
1083
ir3_reg_create(mov, 0,
IR3_REG_CONST
| IR3_REG_RELATIV)->array.offset = n;
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3.h
102
IR3_REG_CONST
= 0x001,
852
if (!(instr->srcs[0]->flags &
IR3_REG_CONST
))
1180
if (r->flags & (
IR3_REG_CONST
| IR3_REG_IMMED))
1754
ir3_src_create(mov, n,
IR3_REG_CONST
| flags);
1775
ir3_src_create(mov, 0,
IR3_REG_CONST
| IR3_REG_RELATIV)->array.offset = n;
Completed in 6 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026