Searched refs:BRW_OPCODE_MUL (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_vec4_copy_propagation.cpp | 98 case BRW_OPCODE_MUL: in try_constant_propagation() 107 if (inst->opcode == BRW_OPCODE_MUL && in try_constant_propagation()
|
D | brw_fs_cse.cpp | 60 case BRW_OPCODE_MUL: in is_expression()
|
D | brw_fs.cpp | 746 emit(BRW_OPCODE_MUL, attr, attr, this->pixel_w); in emit_general_interpolation() 1317 case BRW_OPCODE_MUL: in propagate_constants() 1327 if (scan_inst->opcode == BRW_OPCODE_MUL && in propagate_constants() 1435 case BRW_OPCODE_MUL: in opt_algebraic()
|
D | brw_fs_visitor.cpp | 376 emit(BRW_OPCODE_MUL, acc, op[0], op[1]); in visit() 380 emit(BRW_OPCODE_MUL, this->result, op[0], op[1]); in visit() 1230 emit(BRW_OPCODE_MUL, dst, src, scale_x); in emit_texcoord() 1233 emit(BRW_OPCODE_MUL, dst, src, scale_y); in emit_texcoord()
|
D | brw_vec4.cpp | 569 case BRW_OPCODE_MUL: in opt_algebraic()
|
D | brw_defines.h | 624 BRW_OPCODE_MUL = 65, enumerator
|
D | brw_optimize.c | 45 [BRW_OPCODE_MUL] = { .name = "mul", .nsrc = 2, .ndst = 1, .is_arith = 1 },
|
D | brw_fs_emit.cpp | 816 case BRW_OPCODE_MUL: in generate_code()
|
D | brw_vec4_emit.cpp | 895 case BRW_OPCODE_MUL: in generate_code()
|
D | brw_disasm.c | 49 [BRW_OPCODE_MUL] = { .name = "mul", .nsrc = 2, .ndst = 1 },
|
D | brw_vs_emit.c | 1752 case BRW_OPCODE_MUL: in accumulator_contains()
|
D | brw_eu_emit.c | 987 return brw_alu2(p, BRW_OPCODE_MUL, dest, src0, src1); in brw_MUL()
|