Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_shader.cpp120 case SHADER_OPCODE_INT_REMAINDER: in brw_math_function()
198 case SHADER_OPCODE_INT_REMAINDER: in brw_instruction_name()
807 opcode == SHADER_OPCODE_INT_REMAINDER || in is_math()
Dbrw_vec4_cse.cpp88 case SHADER_OPCODE_INT_REMAINDER: in is_expression()
Dbrw_fs_cse.cpp105 case SHADER_OPCODE_INT_REMAINDER: in is_expression()
Dbrw_vec4_copy_propagation.cpp202 case SHADER_OPCODE_INT_REMAINDER: in try_constant_propagate()
Dbrw_vec4_builder.h274 case SHADER_OPCODE_INT_REMAINDER: in emit()
Dbrw_eu_defines.h307 SHADER_OPCODE_INT_REMAINDER, enumerator
Dbrw_fs_builder.h308 case SHADER_OPCODE_INT_REMAINDER: in emit()
Dbrw_fs_copy_propagation.cpp582 case SHADER_OPCODE_INT_REMAINDER: in try_constant_propagate()
Dbrw_vec4_nir.cpp1313 emit_math(SHADER_OPCODE_INT_REMAINDER, dst, op[0], op[1]); in nir_emit_alu()
1318 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_fs.cpp969 case SHADER_OPCODE_INT_REMAINDER: in implied_mrf_writes()
4709 case SHADER_OPCODE_INT_REMAINDER: in lower_logical_sends()
5035 case SHADER_OPCODE_INT_REMAINDER: in get_lowered_simd_width()
Dbrw_vec4_generator.cpp1750 case SHADER_OPCODE_INT_REMAINDER: in generate_code()
Dbrw_fs_generator.cpp1922 case SHADER_OPCODE_INT_REMAINDER: in generate_code()
Dbrw_fs_nir.cpp977 bld.emit(SHADER_OPCODE_INT_REMAINDER, result, op[0], op[1]); in nir_emit_alu()
982 bld.emit(SHADER_OPCODE_INT_REMAINDER, result, op[0], op[1]); in nir_emit_alu()
Dbrw_vec4.cpp331 case SHADER_OPCODE_INT_REMAINDER: in implied_mrf_writes()