Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h90 nir_op_fdot3, enumerator
Dnir_builder_opcodes.h321 return nir_build_alu(build, nir_op_fdot3, src0, src1, NULL, NULL); in nir_fdot3()
Dnir_opt_algebraic.c21203 nir_op_fdot3,
21799 case nir_op_fdot3: in nir_opt_algebraic_late_block()
Dnir_constant_expressions.c13458 case nir_op_fdot3: in nir_eval_const_opcode()
/external/mesa3d/src/intel/compiler/
Dbrw_fs_nir.cpp1109 case nir_op_fdot3: in nir_emit_alu()