Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4_builder.h297 case BRW_OPCODE_LRP: in emit()
509 return emit(BRW_OPCODE_LRP, dst, a, y, x); in LRP()
Dbrw_fs_builder.h331 case BRW_OPCODE_LRP: in emit()
548 return emit(BRW_OPCODE_LRP, dst, a, y, x); in LRP()
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_shader.cpp860 case BRW_OPCODE_LRP: in can_do_saturate()
909 case BRW_OPCODE_LRP: in can_do_cmod()
Dbrw_fs_cse.cpp73 case BRW_OPCODE_LRP: in is_expression()
Dbrw_eu.c667 [BRW_OPCODE_LRP] = {
Dbrw_fs_copy_propagation.cpp708 case BRW_OPCODE_LRP: in try_constant_propagate()
Dbrw_schedule_instructions.cpp187 case BRW_OPCODE_LRP: in set_latency_gen7()
Dbrw_defines.h933 BRW_OPCODE_LRP = 92, /**< Gen6+ */ enumerator
Dbrw_fs_generator.cpp1645 case BRW_OPCODE_LRP: in generate_code()
Dbrw_vec4_generator.cpp1627 case BRW_OPCODE_LRP: in generate_code()
Dbrw_fs.cpp2257 case BRW_OPCODE_LRP: in opt_algebraic()
4709 case BRW_OPCODE_LRP: in get_lowered_simd_width()