Searched refs:nir_op_umul24 (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/prebuilt-intermediates/nir/ |
D | nir_opcodes.h | 359 nir_op_umul24, enumerator
|
D | nir_builder_opcodes.h | 1666 return nir_build_alu(build, nir_op_umul24, src0, src1, NULL, NULL); in nir_umul24()
|
D | nir_opt_algebraic.c | 35829 nir_op_umul24, 404365 [nir_op_umul24] = {
|
D | nir_constant_expressions.c | 47446 case nir_op_umul24: in nir_eval_const_opcode()
|
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_nir_lower_tess_io.cpp | 87 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()
|
D | sfn_emitaluinstruction.cpp | 198 case nir_op_umul24: return emit_alu_op2(instr, op2_mul_uint24); in do_emit()
|