Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h359 nir_op_umul24, enumerator
Dnir_builder_opcodes.h1666 return nir_build_alu(build, nir_op_umul24, src0, src1, NULL, NULL); in nir_umul24()
Dnir_opt_algebraic.c35829 nir_op_umul24,
404365 [nir_op_umul24] = {
Dnir_constant_expressions.c47446 case nir_op_umul24: in nir_eval_const_opcode()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir_lower_tess_io.cpp87 nir_ssa_def *addr = nir_build_alu(b, nir_op_umul24, in emil_lsd_in_addr()
263 nir_build_alu(b, nir_op_umul24, in r600_lower_tess_io_impl()
Dsfn_emitaluinstruction.cpp198 case nir_op_umul24: return emit_alu_op2(instr, op2_mul_uint24); in do_emit()