Home
last modified time | relevance | path

Searched refs:nir_op_urhadd (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h383 nir_op_urhadd, enumerator
Dnir_builder_opcodes.h1786 return nir_build_alu(build, nir_op_urhadd, src0, src1, NULL, NULL); in nir_urhadd()
Dnir_opt_algebraic.c32842 nir_op_urhadd,
33030 nir_op_urhadd,
374634 [nir_op_urhadd] = {
Dnir_constant_expressions.c47518 case nir_op_urhadd: in nir_eval_const_opcode()
/external/mesa3d/src/compiler/spirv/
Dvtn_alu.c314 case SpvOpUAverageRoundedINTEL: return nir_op_urhadd; in vtn_nir_alu_op_for_spirv_opcode()
Dvtn_opencl.c264 case OpenCLstd_URhadd: return nir_op_urhadd; in nir_alu_op_for_opencl_opcode()
/external/mesa3d/src/intel/compiler/
Dbrw_fs_nir.cpp1250 case nir_op_urhadd: in nir_emit_alu()