Searched refs:UINT32_MAX (Results 1 - 25 of 176) sorted by relevance

12345678

/xsrc/external/mit/MesaLib/dist/src/util/tests/fast_urem_by_const/
H A Dfast_urem_by_const_test.cpp42 return UINT32_MAX - (rand() % 16);
91 test_case(0, UINT32_MAX);
92 test_case(UINT32_MAX, 1);
93 test_case(1, UINT32_MAX);
94 test_case(UINT32_MAX, UINT32_MAX);
95 test_case(UINT32_MAX, UINT32_MAX - 1);
96 test_case(UINT32_MAX - 1, UINT32_MAX
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_nir.c65 progress |= nir_lower_indirect_derefs(shader, indirect_mask, UINT32_MAX);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_query.c156 if (pstats[i] > UINT32_MAX)
157 *(uint32_t *)dptr = UINT32_MAX;
163 if (result.so_statistics.num_primitives_written > UINT32_MAX)
164 *(uint32_t *)dptr = UINT32_MAX;
168 if (result.so_statistics.primitives_storage_needed > UINT32_MAX)
169 *(uint32_t *)dptr = UINT32_MAX;
174 if (result.u64 > UINT32_MAX)
175 *(uint32_t *)dptr = UINT32_MAX;
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_range_analysis.c1200 return (uint64_t)UINT32_MAX + 1;
1263 UINT32_MAX, UINT32_MAX, UINT32_MAX, UINT32_MAX, UINT32_MAX, UINT32_MAX, UINT32_MAX, UINT32_MAX,
1264 UINT32_MAX, UINT32_MA
[all...]
H A Dnir_dominance.c46 block->dom_pre_index = UINT32_MAX;
154 /* UINT32_MAX has special meaning. See nir_block_dominates. */
155 assert(*index < UINT32_MAX - 2);
258 /* If a block is unreachable, then nir_block::dom_pre_index == UINT32_MAX
H A Dnir_opt_offsets.c60 if ((UINT32_MAX - ub0) < ub1)
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dxcmisc.c45 #elif !defined(UINT32_MAX)
46 #define UINT32_MAX 0xffffffffU macro
105 if (stuff->count > UINT32_MAX / sizeof(XID))
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dfast_idiv_by_const.h156 assert(n != UINT32_MAX);
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_buffer.c48 uint32_t lower_bits = b->buf & UINT32_MAX;
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dfast_idiv_by_const.h156 assert(n != UINT32_MAX);
/xsrc/external/mit/MesaLib/dist/src/util/tests/
H A Dint_min_max.cpp66 EXPECT_EQ(UINT32_MAX, u_uintN_max(32));
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-compiler.h53 #ifndef UINT32_MAX
54 # define UINT32_MAX (4294967295U) macro
/xsrc/external/mit/libX11/dist/src/
H A DXlibAsync.c43 (((a op b) && (b - a op (UINT32_MAX >> 1))) || \
44 ((b op a) && ((UINT32_MAX >> 1) op a - b))))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_fine_fence.c29 return UINT32_MAX;
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_rt.h214 assert(size < UINT32_MAX);
/xsrc/external/mit/xlsatoms/dist/
H A Dxlsatoms.c181 if (s == end || *end != '\0' || value < 0 || value > UINT32_MAX) {
289 high = UINT32_MAX;
295 if (high - low < UINT32_MAX && low == high - count + 1) {
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/tests/
H A Dalgebraic_tests.cpp123 test_2src_op(nir_op_umod, UINT32_MAX, 4);
154 for (uint32_t d : {16u, 17u, 0u, UINT32_MAX}) {
158 test_2src_op(nir_op_umod, UINT32_MAX - i, d);
/xsrc/external/mit/libpciaccess/dist/src/
H A Dcommon_io.c152 return UINT32_MAX;
/xsrc/external/mit/MesaLib.old/dist/src/vulkan/util/
H A Dvk_util.h76 * Capacity, in number of elements. Capacity is unlimited (UINT32_MAX) if
106 a->cap = UINT32_MAX;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_resource.h274 #define INTEL_REMAINING_LAYERS UINT32_MAX
275 #define INTEL_REMAINING_LEVELS UINT32_MAX
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_resource.h362 #define INTEL_REMAINING_LAYERS UINT32_MAX
363 #define INTEL_REMAINING_LEVELS UINT32_MAX
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_optimizer_postRA.cpp42 bool found() const { return block != UINT32_MAX; }
48 Idx not_written_in_block{UINT32_MAX, 0};
49 Idx clobbered{UINT32_MAX, 1};
50 Idx const_or_undef{UINT32_MAX, 2};
51 Idx written_by_multiple_instrs{UINT32_MAX, 3};
/xsrc/external/mit/xorg-server/dist/glx/
H A Dglxcmdsswap.c279 if (req->numAttribs > (UINT32_MAX >> 3)) {
367 if (req->numAttribs > (UINT32_MAX >> 3)) {
439 if (req->numAttribs > (UINT32_MAX >> 3)) {
468 if (req->numAttribs > (UINT32_MAX >> 3)) {
498 if (req->numAttribs > (UINT32_MAX >> 3)) {
/xsrc/external/mit/xf86-video-vboxvideo/dist/src/
H A DHGSMIBase.c166 p->u32Value = UINT32_MAX;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dformat_utils.h46 #define MAX_UINT(BITS) ((BITS) == 32 ? UINT32_MAX : ((1u << (BITS)) - 1))

Completed in 14 milliseconds

12345678