Searched refs:live_regs (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/ |
| H A D | ir2_private.h | 171 struct ir2_reg* live_regs[64]; member in struct:ir2_context 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++)
|
| H A D | ir2_ra.c | 184 ctx->live_regs[reg->idx] = reg; 224 ctx->live_regs[reg->idx] = NULL;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/ |
| H A D | ir2_private.h | 171 struct ir2_reg *live_regs[64]; member in struct:ir2_context 247 for (struct ir2_reg **__ptr = (ctx)->live_regs, *it; ({ \ 248 while (__ptr != &(ctx)->live_regs[64] && *__ptr == NULL) \ 250 __ptr != &(ctx)->live_regs[64] ? (it = *__ptr) : NULL; \
|
| H A D | ir2_ra.c | 192 ctx->live_regs[reg->idx] = reg; 234 ctx->live_regs[reg->idx] = NULL;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | i915_program.h | 115 GLuint live_regs,
|
| H A D | i915_program.c | 207 GLuint live_regs) 209 int bit = ffs(~live_regs); 218 GLuint live_regs, 229 GLuint swizCoord = get_free_rreg(p, live_regs); 258 GLuint tmpCoord = get_free_rreg(p, live_regs); 206 get_free_rreg(struct i915_fragment_program * p,GLuint live_regs) argument 217 i915_emit_texld(struct i915_fragment_program * p,GLuint live_regs,GLuint dest,GLuint destmask,GLuint sampler,GLuint coord,GLuint op) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | i915_program.h | 115 GLuint live_regs,
|
| H A D | i915_program.c | 207 GLuint live_regs) 209 int bit = ffs(~live_regs); 218 GLuint live_regs, 229 GLuint swizCoord = get_free_rreg(p, live_regs); 258 GLuint tmpCoord = get_free_rreg(p, live_regs); 206 get_free_rreg(struct i915_fragment_program * p,GLuint live_regs) argument 217 i915_emit_texld(struct i915_fragment_program * p,GLuint live_regs,GLuint dest,GLuint destmask,GLuint sampler,GLuint coord,GLuint op) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/ |
| H A D | regalloc.c | 173 BITSET_WORD *live_regs) 171 add_all_interferences(struct regalloc_ctx * ctx,unsigned i,BITSET_WORD * live_regs) argument
|
Completed in 13 milliseconds