Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h94 nir_op_fdot_replicated4, enumerator
Dnir_builder_opcodes.h341 return nir_build_alu(build, nir_op_fdot_replicated4, src0, src1, NULL, NULL); in nir_fdot_replicated4()
Dnir_constant_expressions.c13466 case nir_op_fdot_replicated4: in nir_eval_const_opcode()
Dnir_opt_algebraic.c21057 nir_op_fdot_replicated4,
/external/mesa3d/src/compiler/nir/
Dnir_lower_vec_to_movs.c111 alu->op == nir_op_fdot_replicated4 || in has_replicated_dest()
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_nir.cpp1949 case nir_op_fdot_replicated4: in nir_emit_alu()