Home
last modified time | relevance | path

Searched refs:live_regs (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_private.h171 struct ir2_reg* live_regs[64]; member
246 for (struct ir2_reg **__ptr = (ctx)->live_regs, *it; ({ \
247 while (__ptr != &(ctx)->live_regs[64] && *__ptr == NULL) __ptr++; \
248 __ptr != &(ctx)->live_regs[64] ? (it=*__ptr) : NULL; }); it++)
Dir2_ra.c184 ctx->live_regs[reg->idx] = reg; in ra_reg()
224 ctx->live_regs[reg->idx] = NULL; in ra_block_free()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_program.c207 GLuint live_regs) in get_free_rreg() argument
209 int bit = ffs(~live_regs); in get_free_rreg()
218 GLuint live_regs, in i915_emit_texld() argument
229 GLuint swizCoord = get_free_rreg(p, live_regs); in i915_emit_texld()
258 GLuint tmpCoord = get_free_rreg(p, live_regs); in i915_emit_texld()
Di915_program.h115 GLuint live_regs,
/external/mesa3d/src/gallium/drivers/lima/ir/gp/
Dregalloc.c191 BITSET_WORD *live_regs) in add_all_interferences() argument