Home
last modified time | relevance | path

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

/external/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()
907 opcode == SHADER_OPCODE_INT_REMAINDER || in is_math()
Dbrw_vec4_cse.cpp88 case SHADER_OPCODE_INT_REMAINDER: in is_expression()
Dbrw_ir_performance.cpp503 case SHADER_OPCODE_INT_REMAINDER: in instruction_desc()
535 case SHADER_OPCODE_INT_REMAINDER: in instruction_desc()
558 case SHADER_OPCODE_INT_REMAINDER: in instruction_desc()
Dbrw_vec4_copy_propagation.cpp188 case SHADER_OPCODE_INT_REMAINDER: in try_constant_propagate()
Dbrw_fs_cse.cpp104 case SHADER_OPCODE_INT_REMAINDER: in is_expression()
Dbrw_vec4_builder.h274 case SHADER_OPCODE_INT_REMAINDER: in emit()
Dbrw_eu_defines.h311 SHADER_OPCODE_INT_REMAINDER, enumerator
Dbrw_fs_builder.h304 case SHADER_OPCODE_INT_REMAINDER: in emit()
Dbrw_fs_copy_propagation.cpp743 case SHADER_OPCODE_INT_REMAINDER: in try_constant_propagate()
Dbrw_vec4_nir.cpp1269 emit_math(SHADER_OPCODE_INT_REMAINDER, dst, op[0], op[1]); in nir_emit_alu()
1274 inst = emit_math(SHADER_OPCODE_INT_REMAINDER, dst, op[0], op[1]); in nir_emit_alu()
Dbrw_schedule_instructions.cpp136 case SHADER_OPCODE_INT_REMAINDER: in set_latency_gen4()
Dbrw_vec4_generator.cpp1737 case SHADER_OPCODE_INT_REMAINDER: in generate_code()
Dbrw_vec4.cpp344 case SHADER_OPCODE_INT_REMAINDER: in implied_mrf_writes()
Dbrw_fs_generator.cpp2235 case SHADER_OPCODE_INT_REMAINDER: in generate_code()
Dbrw_fs.cpp1156 case SHADER_OPCODE_INT_REMAINDER: in implied_mrf_writes()
6164 case SHADER_OPCODE_INT_REMAINDER: in lower_logical_sends()
6613 case SHADER_OPCODE_INT_REMAINDER: in get_lowered_simd_width()
Dbrw_fs_nir.cpp1359 bld.emit(SHADER_OPCODE_INT_REMAINDER, result, op[0], op[1]); in nir_emit_alu()
1364 bld.emit(SHADER_OPCODE_INT_REMAINDER, result, op[0], op[1]); in nir_emit_alu()
/external/igt-gpu-tools/assembler/
Dbrw_defines.h718 SHADER_OPCODE_INT_REMAINDER, enumerator