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.c265 int dst_reg_index; in liveness_mark_written() local
267 dst_reg_index = dst_reg->Register.Index; in liveness_mark_written()
268 assert(dst_reg_index < TGSI_EXEC_NUM_TEMPS); in liveness_mark_written()
270 if (ctx->first_write[dst_reg_index] != -1) in liveness_mark_written()
271 ctx->first_write[dst_reg_index] = pos; in liveness_mark_written()
360 int dst_reg_index = dst_reg->Register.Index; in unused_from() local
361 assert(dst_reg_index < TGSI_EXEC_NUM_TEMPS); in unused_from()
362 return (from >= ctx->last_read[dst_reg_index]); in unused_from()