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 D | fd3_draw.c | 44 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 D | fd3_draw.c | 44 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 D | 21.2.2.rst | 167 - nir/lower_bit_size: Support add_sat and sub_sat
|
| H A D | 20.0.0.rst | 860 - llvmpipe: lower hadd/add_sat
|
| H A D | 20.1.0.rst | 2715 - intel/compiler: Put back saturate on [iu]add_sat opcodes
|
| H A D | 21.3.0.rst | 1809 - nir/lower_bit_size: Support add_sat and sub_sat
|
| /xsrc/external/mit/MesaLib/dist/src/microsoft/clc/ |
| H A D | clc_compiler_test.cpp | 1060 TEST_F(ComputeTest, add_sat) 1065 inout[get_global_id(0)] = add_sat(inout[get_global_id(0)], 2u);\n\
|
Completed in 21 milliseconds