Searched refs:ptr_value (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/util/ | ||
| H A D | pointer.hpp | 36 uintptr_t ptr_value = reinterpret_cast<uintptr_t>(ptr); local in function:clover::ptr_is_aligned 37 return (ptr_value & (a - 1)) == 0; |
Completed in 2 milliseconds