| /xsrc/external/mit/MesaLib/dist/src/util/tests/fast_urem_by_const/ |
| H A D | fast_urem_by_const_test.cpp | 42 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 D | ac_nir.c | 65 progress |= nir_lower_indirect_derefs(shader, indirect_mask, UINT32_MAX);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/ |
| H A D | lvp_query.c | 156 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 D | nir_range_analysis.c | 1200 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 D | nir_dominance.c | 46 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 D | nir_opt_offsets.c | 60 if ((UINT32_MAX - ub0) < ub1)
|
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | xcmisc.c | 45 #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 D | fast_idiv_by_const.h | 156 assert(n != UINT32_MAX);
|
| /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/ |
| H A D | dxil_buffer.c | 48 uint32_t lower_bits = b->buf & UINT32_MAX;
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | fast_idiv_by_const.h | 156 assert(n != UINT32_MAX);
|
| /xsrc/external/mit/MesaLib/dist/src/util/tests/ |
| H A D | int_min_max.cpp | 66 EXPECT_EQ(UINT32_MAX, u_uintN_max(32));
|
| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-compiler.h | 53 #ifndef UINT32_MAX 54 # define UINT32_MAX (4294967295U) macro
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | XlibAsync.c | 43 (((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 D | crocus_fine_fence.c | 29 return UINT32_MAX;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_rt.h | 214 assert(size < UINT32_MAX);
|
| /xsrc/external/mit/xlsatoms/dist/ |
| H A D | xlsatoms.c | 181 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 D | algebraic_tests.cpp | 123 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 D | common_io.c | 152 return UINT32_MAX;
|
| /xsrc/external/mit/MesaLib.old/dist/src/vulkan/util/ |
| H A D | vk_util.h | 76 * 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 D | iris_resource.h | 274 #define INTEL_REMAINING_LAYERS UINT32_MAX 275 #define INTEL_REMAINING_LEVELS UINT32_MAX
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_resource.h | 362 #define INTEL_REMAINING_LAYERS UINT32_MAX 363 #define INTEL_REMAINING_LEVELS UINT32_MAX
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_optimizer_postRA.cpp | 42 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 D | glxcmdsswap.c | 279 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 D | HGSMIBase.c | 166 p->u32Value = UINT32_MAX;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | format_utils.h | 46 #define MAX_UINT(BITS) ((BITS) == 32 ? UINT32_MAX : ((1u << (BITS)) - 1))
|