Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_shader.cpp124 case SHADER_OPCODE_INT_REMAINDER: in brw_math_function()
210 case SHADER_OPCODE_INT_REMAINDER: in brw_instruction_name()
925 opcode == SHADER_OPCODE_INT_REMAINDER || in is_math()
980 case SHADER_OPCODE_INT_REMAINDER: in can_do_source_mods()
Dbrw_ir_performance.cpp514 case SHADER_OPCODE_INT_REMAINDER: in instruction_desc()
546 case SHADER_OPCODE_INT_REMAINDER: in instruction_desc()
569 case SHADER_OPCODE_INT_REMAINDER: in instruction_desc()
Dbrw_vec4_cse.cpp88 case SHADER_OPCODE_INT_REMAINDER: in is_expression()
Dbrw_fs_cse.cpp104 case SHADER_OPCODE_INT_REMAINDER: in is_expression()
Dbrw_vec4_copy_propagation.cpp188 case SHADER_OPCODE_INT_REMAINDER: in try_constant_propagate()
Dbrw_vec4_builder.h274 case SHADER_OPCODE_INT_REMAINDER: in emit()
Dbrw_eu_defines.h314 SHADER_OPCODE_INT_REMAINDER, enumerator
Dbrw_fs_builder.h304 case SHADER_OPCODE_INT_REMAINDER: in emit()
Dbrw_fs_copy_propagation.cpp782 case SHADER_OPCODE_INT_REMAINDER: in try_constant_propagate()
Dbrw_vec4_nir.cpp1300 emit_math(SHADER_OPCODE_INT_REMAINDER, dst, op[0], op[1]); in nir_emit_alu()
1305 inst = emit_math(SHADER_OPCODE_INT_REMAINDER, dst, op[0], op[1]); in nir_emit_alu()
Dbrw_schedule_instructions.cpp138 case SHADER_OPCODE_INT_REMAINDER: in set_latency_gfx4()
Dbrw_vec4_generator.cpp1790 case SHADER_OPCODE_INT_REMAINDER: in generate_code()
Dbrw_vec4.cpp344 case SHADER_OPCODE_INT_REMAINDER: in implied_mrf_writes()
Dbrw_fs_generator.cpp2297 case SHADER_OPCODE_INT_REMAINDER: in generate_code()
Dbrw_fs.cpp1166 case SHADER_OPCODE_INT_REMAINDER: in implied_mrf_writes()
6967 case SHADER_OPCODE_INT_REMAINDER: in lower_logical_sends()
7426 case SHADER_OPCODE_INT_REMAINDER: in get_lowered_simd_width()
Dbrw_fs_nir.cpp1384 bld.emit(SHADER_OPCODE_INT_REMAINDER, result, op[0], op[1]); in nir_emit_alu()
1389 bld.emit(SHADER_OPCODE_INT_REMAINDER, result, op[0], op[1]); in nir_emit_alu()