Searched refs:tex_inst (Results 1 – 1 of 1) sorted by relevance
2644 fs_inst *tex_inst = (fs_inst *) fb_write->prev; in opt_sampler_eot() local2651 if (tex_inst->opcode != SHADER_OPCODE_TEX_LOGICAL && in opt_sampler_eot()2652 tex_inst->opcode != SHADER_OPCODE_TXD_LOGICAL && in opt_sampler_eot()2653 tex_inst->opcode != SHADER_OPCODE_TXF_LOGICAL && in opt_sampler_eot()2654 tex_inst->opcode != SHADER_OPCODE_TXL_LOGICAL && in opt_sampler_eot()2655 tex_inst->opcode != FS_OPCODE_TXB_LOGICAL && in opt_sampler_eot()2656 tex_inst->opcode != SHADER_OPCODE_TXF_CMS_LOGICAL && in opt_sampler_eot()2657 tex_inst->opcode != SHADER_OPCODE_TXF_CMS_W_LOGICAL && in opt_sampler_eot()2658 tex_inst->opcode != SHADER_OPCODE_TXF_UMS_LOGICAL) in opt_sampler_eot()2662 if (tex_inst->prev->is_head_sentinel()) in opt_sampler_eot()[all …]