Searched refs:fb_write (Results 1 – 1 of 1) sorted by relevance
2636 fs_inst *fb_write = (fs_inst *)block->end(); in opt_sampler_eot() local2637 assert(fb_write->eot); in opt_sampler_eot()2638 assert(fb_write->opcode == FS_OPCODE_FB_WRITE_LOGICAL); in opt_sampler_eot()2641 if (unlikely(fb_write->prev->is_head_sentinel())) in opt_sampler_eot()2644 fs_inst *tex_inst = (fs_inst *) fb_write->prev; in opt_sampler_eot()2670 if (!fb_write->src[i].equals(tex_inst->dst) || in opt_sampler_eot()2671 fb_write->size_read(i) != tex_inst->size_written) in opt_sampler_eot()2674 if (fb_write->src[i].file != BAD_FILE) in opt_sampler_eot()2684 tex_inst->offset |= fb_write->target << 24; in opt_sampler_eot()2688 fb_write->remove(cfg->blocks[cfg->num_blocks - 1]); in opt_sampler_eot()