Home
last modified time | relevance | path

Searched defs:const1_i (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_optimizer.cpp2856 int32_t const1_i = in combine_clamp() local
2864 int16_t const1_i = const1 & 0x8000u ? -32768 + (int16_t)(const1 & 0x7fffu) : const1; in combine_clamp() local