HomeSort by: relevance | last modified time | path
    Searched defs:ir2_reg (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
ir2_private.h 65 struct ir2_reg { struct
101 struct ir2_reg ssa;
102 struct ir2_reg *reg;
171 struct ir2_reg *live_regs[64];
175 struct ir2_reg input[16 + 1]; /* 16 + param */
178 struct ir2_reg reg[64];
194 void ra_reg(struct ir2_context *ctx, struct ir2_reg *reg, int force_idx,
247 for (struct ir2_reg **__ptr = (ctx)->live_regs, *it; ({ \
337 static inline struct ir2_reg *
343 static inline struct ir2_reg *
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
ir2_private.h 65 struct ir2_reg { struct
101 struct ir2_reg ssa;
102 struct ir2_reg *reg;
171 struct ir2_reg* live_regs[64];
175 struct ir2_reg input[16 + 1]; /* 16 + param */
178 struct ir2_reg reg[64];
194 void ra_reg(struct ir2_context *ctx, struct ir2_reg *reg, int force_idx,
246 for (struct ir2_reg **__ptr = (ctx)->live_regs, *it; ({ \
324 static inline struct ir2_reg * get_reg(struct ir2_instr *instr)
329 static inline struct ir2_reg *
    [all...]

Completed in 40 milliseconds