Searched refs:add_sat (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_draw.c44 add_sat(uint32_t a, int32_t b) function in typeref:typename:uint32_t
70 OUT_RING(ring, add_sat(info->min_index, info->index_bias)); /* VFD_INDEX_MIN */
71 OUT_RING(ring, add_sat(info->max_index, info->index_bias)); /* VFD_INDEX_MAX */
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_draw.c44 add_sat(uint32_t a, int32_t b) function in typeref:typename:uint32_t
71 ? add_sat(info->min_index,
75 ? add_sat(info->max_index,
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.2.2.rst167 - nir/lower_bit_size: Support add_sat and sub_sat
H A D20.0.0.rst860 - llvmpipe: lower hadd/add_sat
H A D20.1.0.rst2715 - intel/compiler: Put back saturate on [iu]add_sat opcodes
H A D21.3.0.rst1809 - nir/lower_bit_size: Support add_sat and sub_sat
/xsrc/external/mit/MesaLib/dist/src/microsoft/clc/
H A Dclc_compiler_test.cpp1060 TEST_F(ComputeTest, add_sat)
1065 inout[get_global_id(0)] = add_sat(inout[get_global_id(0)], 2u);\n\

Completed in 21 milliseconds