Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h91 nir_op_fdot4, enumerator
Dnir_builder_opcodes.h326 return nir_build_alu(build, nir_op_fdot4, src0, src1, NULL, NULL); in nir_fdot4()
Dnir_opt_algebraic.c21034 nir_op_fdot4,
21766 case nir_op_fdot4: in nir_opt_algebraic_late_block()
Dnir_constant_expressions.c13460 case nir_op_fdot4: in nir_eval_const_opcode()
/external/mesa3d/src/intel/compiler/
Dbrw_fs_nir.cpp1110 case nir_op_fdot4: in nir_emit_alu()