Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h197 nir_op_u2u16, enumerator
Dnir_opcodes.c69 return nir_op_u2u16; in nir_type_conversion_op()
Dnir_builder_opcodes.h856 return nir_build_alu(build, nir_op_u2u16, src0, NULL, NULL, NULL); in nir_u2u16()
Dnir_constant_expressions.c13672 case nir_op_u2u16: in nir_eval_const_opcode()
/external/mesa3d/src/intel/compiler/
Dbrw_fs_nir.cpp757 case nir_op_u2u16: { in nir_emit_alu()