Home
last modified time | relevance | path

Searched refs:util_bswap64 (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/amd/common/
H A Dac_msgpack.c209 *((uint64_t*)&msgpack->mem[msgpack->offset + 1]) = util_bswap64(val); in ac_msgpack_add_uint()
250 *((int64_t*)&msgpack->mem[msgpack->offset + 1]) = util_bswap64(val); in ac_msgpack_add_int()
/third_party/mesa3d/src/util/
H A Du_math.h528 #define util_le64_to_cpu(x) util_bswap64(x)
561 util_bswap64(uint64_t n) in util_bswap64() function
/third_party/mesa3d/src/gallium/targets/osmesa/
H A Dtest-render.cpp86 expected = util_bswap64(expected); in TEST_P()

Completed in 3 milliseconds