Home
last modified time | relevance | path

Searched refs:BRW_OPCODE_MAD (Results 1 – 25 of 26) sorted by relevance

12

/external/mesa3d/src/intel/compiler/
Dbrw_vec4_cse.cpp73 case BRW_OPCODE_MAD: in is_expression()
103 if (a->opcode == BRW_OPCODE_MAD) { in operands_match()
Dbrw_fs_saturate_propagation.cpp93 } else if (scan_inst->opcode == BRW_OPCODE_MAD) { in opt_saturate_propagation_local()
Dbrw_fs_cse.cpp72 case BRW_OPCODE_MAD: in is_expression()
122 if (a->opcode == BRW_OPCODE_MAD) { in operands_match()
Dbrw_fs_combine_constants.cpp81 case BRW_OPCODE_MAD: in must_promote_imm()
382 inst->opcode == BRW_OPCODE_MAD && in opt_combine_constants()
Dbrw_shader.cpp969 case BRW_OPCODE_MAD: in can_do_saturate()
1020 case BRW_OPCODE_MAD: in can_do_cmod()
Dbrw_ir_performance.cpp147 if ((inst->opcode == BRW_OPCODE_MUL || inst->opcode == BRW_OPCODE_MAD) && in instruction_info()
170 if ((inst->opcode == BRW_OPCODE_MUL || inst->opcode == BRW_OPCODE_MAD) && in instruction_info()
430 case BRW_OPCODE_MAD: in instruction_desc()
Dbrw_vec4_builder.h295 case BRW_OPCODE_MAD: in emit()
Dbrw_fs_lower_regioning.cpp144 inst->opcode == BRW_OPCODE_MAD && in has_invalid_src_region()
Dtest_vec4_cmod_propagation.cpp700 EXPECT_EQ(BRW_OPCODE_MAD, instruction(block0, 0)->opcode); in TEST_F()
741 EXPECT_EQ(BRW_OPCODE_MAD, instruction(block0, 0)->opcode); in TEST_F()
Dtest_fs_saturate_propagation.cpp387 EXPECT_EQ(BRW_OPCODE_MAD, instruction(block0, 0)->opcode); in TEST_F()
433 EXPECT_EQ(BRW_OPCODE_MAD, instruction(block0, 0)->opcode); in TEST_F()
Dbrw_ir_fs.h563 (inst->opcode == BRW_OPCODE_MAD && in has_dst_aligned_region_restriction()
Dbrw_eu_defines.h278 BRW_OPCODE_MAD, /**< Gen6+ */ enumerator
Dbrw_fs_builder.h326 case BRW_OPCODE_MAD: in emit()
Dbrw_eu.cpp692 { BRW_OPCODE_MAD, 91, "mad", 3, 1, GEN_GE(GEN6) },
Dbrw_fs_copy_propagation.cpp891 case BRW_OPCODE_MAD: in try_constant_propagate()
Dbrw_schedule_instructions.cpp159 case BRW_OPCODE_MAD: in set_latency_gen7()
Dbrw_fs.cpp448 opcode == BRW_OPCODE_MAD)) { in can_do_source_mods()
450 const unsigned min_type_sz = opcode == BRW_OPCODE_MAD ? in can_do_source_mods()
2833 case BRW_OPCODE_MAD: in opt_algebraic()
6543 case BRW_OPCODE_MAD: in get_lowered_simd_width()
Dbrw_vec4_generator.cpp1554 case BRW_OPCODE_MAD: in generate_code()
Dbrw_vec4.cpp2518 if (inst->opcode != BRW_OPCODE_MAD) in lower_64bit_mad_to_mul_add()
Dbrw_fs_generator.cpp2038 case BRW_OPCODE_MAD: in generate_code()
/external/igt-gpu-tools/assembler/
Dlex.l102 "mad" { yylval.integer = BRW_OPCODE_MAD; return MAD; }
Dbrw_defines.h703 BRW_OPCODE_MAD = 91, enumerator
Dbrw_disasm.c49 [BRW_OPCODE_MAD] = { .name = "mad", .nsrc = 3, .ndst = 1 },
/external/mesa3d/src/intel/tools/
Di965_lex.l97 mad { yylval.integer = BRW_OPCODE_MAD; return MAD; }
Di965_gram.y257 case BRW_OPCODE_MAD: in i965_asm_ternary_instruction()

12