Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h93 nir_op_fdot_replicated3, enumerator
Dnir_builder_opcodes.h336 return nir_build_alu(build, nir_op_fdot_replicated3, src0, src1, NULL, NULL); in nir_fdot_replicated3()
Dnir_constant_expressions.c13464 case nir_op_fdot_replicated3: in nir_eval_const_opcode()
Dnir_opt_algebraic.c21226 nir_op_fdot_replicated3,
/external/mesa3d/src/compiler/nir/
Dnir_lower_vec_to_movs.c110 alu->op == nir_op_fdot_replicated3 || in has_replicated_dest()
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_nir.cpp1944 case nir_op_fdot_replicated3: in nir_emit_alu()