Home
last modified time | relevance | path

Searched refs:BRW_OPCODE_LRP (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_vec4_builder.h296 case BRW_OPCODE_LRP: in emit()
508 return emit(BRW_OPCODE_LRP, dst, a, y, x); in LRP()
Dbrw_fs_builder.h330 case BRW_OPCODE_LRP: in emit()
547 return emit(BRW_OPCODE_LRP, dst, a, y, x); in LRP()
Dbrw_shader.cpp863 case BRW_OPCODE_LRP: in can_do_saturate()
912 case BRW_OPCODE_LRP: in can_do_cmod()
Dbrw_fs_combine_constants.cpp74 case BRW_OPCODE_LRP: in must_promote_imm()
Dbrw_vec4_cse.cpp74 case BRW_OPCODE_LRP: in is_expression()
Dbrw_fs_cse.cpp73 case BRW_OPCODE_LRP: in is_expression()
Dbrw_eu_defines.h275 BRW_OPCODE_LRP = 92, /**< Gen6+ */ enumerator
Dbrw_eu.c639 [BRW_OPCODE_LRP] = {
Dbrw_fs_copy_propagation.cpp741 case BRW_OPCODE_LRP: in try_constant_propagate()
Dbrw_schedule_instructions.cpp185 case BRW_OPCODE_LRP: in set_latency_gen7()
Dbrw_vec4_generator.cpp1641 case BRW_OPCODE_LRP: in generate_code()
Dbrw_fs_generator.cpp1749 case BRW_OPCODE_LRP: in generate_code()
Dbrw_fs.cpp2418 case BRW_OPCODE_LRP: in opt_algebraic()
4982 case BRW_OPCODE_LRP: in get_lowered_simd_width()