Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_shader.cpp251 case SHADER_OPCODE_TXF_CMS: in brw_instruction_name()
883 opcode == SHADER_OPCODE_TXF_CMS || in is_tex()
Dbrw_ir_vec4.h348 case SHADER_OPCODE_TXF_CMS: in reads_g0_implicitly()
Dbrw_eu_defines.h352 SHADER_OPCODE_TXF_CMS, enumerator
Dbrw_fs.cpp275 case SHADER_OPCODE_TXF_CMS: in is_control_source()
1162 case SHADER_OPCODE_TXF_CMS: in implied_mrf_writes()
4838 case SHADER_OPCODE_TXF_CMS: in lower_sampler_logical_send_gen5()
4905 case SHADER_OPCODE_TXF_CMS: in sampler_msg_type()
5131 case SHADER_OPCODE_TXF_CMS: in lower_sampler_logical_send_gen7()
5136 op == SHADER_OPCODE_TXF_CMS || in lower_sampler_logical_send_gen7()
5142 if (op == SHADER_OPCODE_TXF_CMS || op == SHADER_OPCODE_TXF_CMS_W) { in lower_sampler_logical_send_gen7()
6087 lower_sampler_logical_send(ibld, inst, SHADER_OPCODE_TXF_CMS); in lower_logical_sends()
Dbrw_vec4_generator.cpp142 case SHADER_OPCODE_TXF_CMS: in generate_tex()
1752 case SHADER_OPCODE_TXF_CMS: in generate_code()
Dbrw_fs_generator.cpp1143 case SHADER_OPCODE_TXF_CMS: in generate_tex()
2288 case SHADER_OPCODE_TXF_CMS: in generate_code()
Dbrw_ir_performance.cpp895 case SHADER_OPCODE_TXF_CMS: in instruction_desc()
Dbrw_vec4_visitor.cpp849 case ir_txf_ms: opcode = SHADER_OPCODE_TXF_CMS; break; in emit_texture()
Dbrw_vec4.cpp370 case SHADER_OPCODE_TXF_CMS: in implied_mrf_writes()