Searched defs:IR3_REG_RELATIV (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3.h61 IR3_REG_RELATIV= 0x008, enumerator in enum:ir3_register::__anon16171
557 if (dst->flags & (IR3_REG_RELATIV | IR3_REG_ARRAY))
946 debug_assert(!(src->regs[0]->flags & IR3_REG_RELATIV));
1151 unsigned num = (reg->flags & IR3_REG_RELATIV) ? reg->array.offset : reg->num;
1166 if (reg->flags & IR3_REG_RELATIV) {
1192 if (reg->flags & IR3_REG_RELATIV) {
1210 if (reg->flags & IR3_REG_RELATIV) {

Completed in 208 milliseconds