Home
last modified time | relevance | path

Searched refs:overflow_mask (Results 1 – 3 of 3) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/util/
Dparse_number.h126 uint64_t overflow_mask = ~magnitude_mask; in CheckRangeAndIfHexThenSignExtend() local
137 failed = ((value & overflow_mask) != overflow_mask) || in CheckRangeAndIfHexThenSignExtend()
144 failed = (value & overflow_mask) != 0; in CheckRangeAndIfHexThenSignExtend()
158 *updated_value_for_hex = (value | overflow_mask); in CheckRangeAndIfHexThenSignExtend()
/external/swiftshader/third_party/SPIRV-Tools/source/util/
Dparse_number.h126 uint64_t overflow_mask = ~magnitude_mask; in CheckRangeAndIfHexThenSignExtend() local
137 failed = ((value & overflow_mask) != overflow_mask) || in CheckRangeAndIfHexThenSignExtend()
144 failed = (value & overflow_mask) != 0; in CheckRangeAndIfHexThenSignExtend()
158 *updated_value_for_hex = (value | overflow_mask); in CheckRangeAndIfHexThenSignExtend()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c917 LLVMValueRef overflow_mask, in build_gather() argument
940 if (overflow_mask) { in build_gather()
950 indexes = lp_build_select(uint_bld, overflow_mask, uint_bld->zero, indexes); in build_gather()
952 indexes2 = lp_build_select(uint_bld, overflow_mask, uint_bld->zero, indexes2); in build_gather()
983 if (overflow_mask) { in build_gather()
986 overflow_mask = LLVMBuildSExt(builder, overflow_mask, in build_gather()
988 res = lp_build_select(&bld_base->dbl_bld, overflow_mask, in build_gather()
991 res = lp_build_select(bld, overflow_mask, bld->zero, res); in build_gather()
1209 LLVMValueRef overflow_mask; in emit_fetch_constant() local
1223 overflow_mask = lp_build_compare(gallivm, uint_bld->type, PIPE_FUNC_GEQUAL, in emit_fetch_constant()
[all …]