Home
last modified time | relevance | path

Searched refs:nir_op_fdot2 (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h89 nir_op_fdot2, enumerator
Dnir_builder_opcodes.h316 return nir_build_alu(build, nir_op_fdot2, src0, src1, NULL, NULL); in nir_fdot2()
Dnir_opt_algebraic.c21153 nir_op_fdot2,
21788 case nir_op_fdot2: in nir_opt_algebraic_late_block()
Dnir_constant_expressions.c13456 case nir_op_fdot2: in nir_eval_const_opcode()
/external/mesa3d/src/intel/compiler/
Dbrw_fs_nir.cpp1108 case nir_op_fdot2: in nir_emit_alu()