Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_builder.h296 case BRW_OPCODE_LRP: in emit()
532 return emit(BRW_OPCODE_LRP, dst, a, y, x); in LRP()
Dbrw_fs_builder.h327 case BRW_OPCODE_LRP: in emit()
748 return emit(BRW_OPCODE_LRP, dst, a, y, x); in LRP()
Dbrw_vec4_cse.cpp74 case BRW_OPCODE_LRP: in is_expression()
Dbrw_shader.cpp1001 case BRW_OPCODE_LRP: in can_do_saturate()
1051 case BRW_OPCODE_LRP: in can_do_cmod()
Dbrw_fs_cse.cpp73 case BRW_OPCODE_LRP: in is_expression()
Dbrw_fs_combine_constants.cpp83 case BRW_OPCODE_LRP: in must_promote_imm()
Dbrw_eu_defines.h259 BRW_OPCODE_LRP, /**< Gfx6+ */ enumerator
Dbrw_eu.c701 { BRW_OPCODE_LRP, 92, "lrp", 3, 1, GFX_GE(GFX6) & GFX_LE(GFX10) },
Dbrw_fs_copy_propagation.cpp980 case BRW_OPCODE_LRP: in try_constant_propagate()
Dbrw_ir_performance.cpp627 case BRW_OPCODE_LRP: in instruction_desc()
Dbrw_schedule_instructions.cpp187 case BRW_OPCODE_LRP: in set_latency_gfx7()
Dbrw_vec4_generator.cpp1675 case BRW_OPCODE_LRP: in generate_code()
Dbrw_fs_generator.cpp1953 case BRW_OPCODE_LRP: in generate_code()
Dbrw_fs.cpp4845 case BRW_OPCODE_LRP: in get_lowered_simd_width()
/third_party/mesa3d/src/intel/tools/
Di965_lex.l94 lrp { yylval.integer = BRW_OPCODE_LRP; return LRP; }
Di965_gram.y273 case BRW_OPCODE_LRP: in i965_asm_ternary_instruction()