Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c268 int dst_reg_index; in liveness_mark_written() local
270 dst_reg_index = dst_reg->Register.Index; in liveness_mark_written()
271 assert(dst_reg_index < TGSI_EXEC_NUM_TEMPS); in liveness_mark_written()
273 if (ctx->first_write[dst_reg_index] != -1) in liveness_mark_written()
274 ctx->first_write[dst_reg_index] = pos; in liveness_mark_written()
363 int dst_reg_index = dst_reg->Register.Index; in unused_from() local
364 assert(dst_reg_index < TGSI_EXEC_NUM_TEMPS); in unused_from()
365 return (from >= ctx->last_read[dst_reg_index]); in unused_from()