Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_shader.cpp123 case SHADER_OPCODE_INT_REMAINDER: in brw_math_function()
192 case SHADER_OPCODE_INT_REMAINDER: in brw_instruction_name()
806 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_builder.h275 case SHADER_OPCODE_INT_REMAINDER: in emit()
Dbrw_vec4_copy_propagation.cpp195 case SHADER_OPCODE_INT_REMAINDER: in try_constant_propagate()
Dbrw_fs_builder.h309 case SHADER_OPCODE_INT_REMAINDER: in emit()
Dbrw_fs_copy_propagation.cpp553 case SHADER_OPCODE_INT_REMAINDER: in try_constant_propagate()
Dbrw_vec4_nir.cpp1426 emit_math(SHADER_OPCODE_INT_REMAINDER, dst, op[0], op[1]); in nir_emit_alu()
1431 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_gen4()
Dbrw_defines.h965 SHADER_OPCODE_INT_REMAINDER, enumerator
Dbrw_fs.cpp924 case SHADER_OPCODE_INT_REMAINDER: in implied_mrf_writes()
4446 case SHADER_OPCODE_INT_REMAINDER: in lower_logical_sends()
4762 case SHADER_OPCODE_INT_REMAINDER: in get_lowered_simd_width()
Dbrw_fs_generator.cpp1817 case SHADER_OPCODE_INT_REMAINDER: in generate_code()
Dbrw_vec4_generator.cpp1738 case SHADER_OPCODE_INT_REMAINDER: in generate_code()
Dbrw_vec4.cpp327 case SHADER_OPCODE_INT_REMAINDER: in implied_mrf_writes()
Dbrw_fs_nir.cpp883 bld.emit(SHADER_OPCODE_INT_REMAINDER, result, op[0], op[1]); in nir_emit_alu()
888 bld.emit(SHADER_OPCODE_INT_REMAINDER, result, op[0], op[1]); in nir_emit_alu()