Searched refs:nir_iadd_sat (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| H A D | vtn_alu.c | 1042 : nir_iadd_sat(&b->nb, dest, src[2]); 1128 ? nir_iadd_sat(&b->nb, nir_i2i(&b->nb, dest, dest_size), src[2])
|
| /xsrc/external/mit/MesaLib.old/src/compiler/nir/ |
| H A D | nir_builder_opcodes.h | 819 nir_iadd_sat(nir_builder *build, nir_ssa_def *src0, nir_ssa_def *src1) function in typeref:typename:nir_ssa_def *
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | glsl_to_nir.cpp | 2111 result = type_is_signed(out_type) ? nir_iadd_sat(&b, srcs[0], srcs[1])
|
| /xsrc/external/mit/MesaLib/src/compiler/nir/ |
| H A D | nir_builder_opcodes.h | 1339 nir_iadd_sat(nir_builder *build, nir_ssa_def *src0, nir_ssa_def *src1) function in typeref:typename:nir_ssa_def *
|
Completed in 38 milliseconds