Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_shader.cpp109 case SHADER_OPCODE_RSQ: in brw_math_function()
201 case SHADER_OPCODE_RSQ: in brw_instruction_name()
915 opcode == SHADER_OPCODE_RSQ || in is_math()
1022 case SHADER_OPCODE_RSQ: in can_do_saturate()
Dbrw_ir_performance.cpp509 case SHADER_OPCODE_RSQ: in instruction_desc()
521 case SHADER_OPCODE_RSQ: in instruction_desc()
562 case SHADER_OPCODE_RSQ: in instruction_desc()
Dbrw_vec4_cse.cpp82 case SHADER_OPCODE_RSQ: in is_expression()
Dbrw_vec4_builder.h249 case SHADER_OPCODE_RSQ: in emit()
Dbrw_fs_cse.cpp99 case SHADER_OPCODE_RSQ: in is_expression()
Dbrw_schedule_instructions.cpp129 case SHADER_OPCODE_RSQ: in set_latency_gfx4()
214 case SHADER_OPCODE_RSQ: in set_latency_gfx7()
Dbrw_eu_defines.h285 SHADER_OPCODE_RSQ, enumerator
Dbrw_fs_builder.h280 case SHADER_OPCODE_RSQ: in emit()
Dbrw_vec4_generator.cpp1765 case SHADER_OPCODE_RSQ: in generate_code()
Dbrw_vec4.cpp334 case SHADER_OPCODE_RSQ: in implied_mrf_writes()
Dbrw_fs_generator.cpp2136 case SHADER_OPCODE_RSQ: in generate_code()
Dbrw_vec4_nir.cpp1330 inst = emit_math(SHADER_OPCODE_RSQ, dst, op[0]); in nir_emit_alu()
Dbrw_lower_logical_sends.cpp2697 case SHADER_OPCODE_RSQ: in lower_logical_sends()
Dbrw_fs.cpp1076 case SHADER_OPCODE_RSQ: in implied_mrf_writes()
4883 case SHADER_OPCODE_RSQ: in get_lowered_simd_width()
Dbrw_fs_nir.cpp1583 inst = bld.emit(SHADER_OPCODE_RSQ, result, op[0]); in nir_emit_alu()