Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h214 nir_op_umul_unorm_4x8, enumerator
Dnir_builder_opcodes.h941 return nir_build_alu(build, nir_op_umul_unorm_4x8, src0, src1, NULL, NULL); in nir_umul_unorm_4x8()
Dnir_opt_algebraic.c10787 nir_op_umul_unorm_4x8,
10812 nir_op_umul_unorm_4x8,
19502 case nir_op_umul_unorm_4x8: in nir_opt_algebraic_block()
Dnir_constant_expressions.c13706 case nir_op_umul_unorm_4x8: in nir_eval_const_opcode()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c1314 case nir_op_umul_unorm_4x8: in ntq_emit_alu()