Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs.cpp2474 fs_inst *tex_inst = (fs_inst *) fb_write->prev; in opt_sampler_eot() local
2481 if (tex_inst->opcode != SHADER_OPCODE_TEX_LOGICAL && in opt_sampler_eot()
2482 tex_inst->opcode != SHADER_OPCODE_TXD_LOGICAL && in opt_sampler_eot()
2483 tex_inst->opcode != SHADER_OPCODE_TXF_LOGICAL && in opt_sampler_eot()
2484 tex_inst->opcode != SHADER_OPCODE_TXL_LOGICAL && in opt_sampler_eot()
2485 tex_inst->opcode != FS_OPCODE_TXB_LOGICAL && in opt_sampler_eot()
2486 tex_inst->opcode != SHADER_OPCODE_TXF_CMS_LOGICAL && in opt_sampler_eot()
2487 tex_inst->opcode != SHADER_OPCODE_TXF_CMS_W_LOGICAL && in opt_sampler_eot()
2488 tex_inst->opcode != SHADER_OPCODE_TXF_UMS_LOGICAL) in opt_sampler_eot()
2492 if (tex_inst->prev->is_head_sentinel()) in opt_sampler_eot()
[all …]