Home
last modified time | relevance | path

Searched refs:nir_op_amul (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_lower_amul.c90 if (alu->op == nir_op_amul) { in lower_large_src()
311 if (alu->op != nir_op_amul) in nir_lower_amul()
Dnir_lower_int64.c800 case nir_op_amul: in nir_lower_int64_op_to_options_mask()
887 case nir_op_amul: in lower_int64_alu_instr()
1047 case nir_op_amul: in should_lower_int64_alu_instr()
/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h32 nir_op_amul, enumerator
Dnir_builder_opcodes.h31 return nir_build_alu(build, nir_op_amul, src0, src1, NULL, NULL); in nir_amul()
Dnir_opt_algebraic.c35812 nir_op_amul,
402879 [nir_op_amul] = {
Dnir_constant_expressions.c46465 case nir_op_amul: in nir_eval_const_opcode()