Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_shader.cpp113 case SHADER_OPCODE_EXP2: in brw_math_function()
205 case SHADER_OPCODE_EXP2: in brw_instruction_name()
917 opcode == SHADER_OPCODE_EXP2 || in is_math()
1018 case SHADER_OPCODE_EXP2: in can_do_saturate()
Dbrw_ir_performance.cpp511 case SHADER_OPCODE_EXP2: in instruction_desc()
523 case SHADER_OPCODE_EXP2: in instruction_desc()
573 case SHADER_OPCODE_EXP2: in instruction_desc()
Dbrw_vec4_cse.cpp84 case SHADER_OPCODE_EXP2: in is_expression()
Dbrw_vec4_builder.h251 case SHADER_OPCODE_EXP2: in emit()
Dbrw_fs_cse.cpp101 case SHADER_OPCODE_EXP2: in is_expression()
Dbrw_schedule_instructions.cpp139 case SHADER_OPCODE_EXP2: in set_latency_gfx4()
217 case SHADER_OPCODE_EXP2: in set_latency_gfx7()
Dbrw_fs_builder.h282 case SHADER_OPCODE_EXP2: in emit()
Dbrw_eu_defines.h287 SHADER_OPCODE_EXP2, enumerator
Dbrw_vec4_generator.cpp1767 case SHADER_OPCODE_EXP2: in generate_code()
Dbrw_vec4.cpp336 case SHADER_OPCODE_EXP2: in implied_mrf_writes()
Dbrw_fs_generator.cpp2138 case SHADER_OPCODE_EXP2: in generate_code()
Dbrw_vec4_nir.cpp1260 inst = emit_math(SHADER_OPCODE_EXP2, dst, op[0]); in nir_emit_alu()
Dbrw_lower_logical_sends.cpp2699 case SHADER_OPCODE_EXP2: in lower_logical_sends()
Dbrw_fs.cpp1078 case SHADER_OPCODE_EXP2: in implied_mrf_writes()
4885 case SHADER_OPCODE_EXP2: in get_lowered_simd_width()
Dbrw_fs_nir.cpp1214 inst = bld.emit(SHADER_OPCODE_EXP2, result, op[0]); in nir_emit_alu()