Searched defs:qword (Results 1 - 9 of 9) sorted by relevance

/external/vulkan-validation-layers/libs/glm/gtx/
H A Draw_data.hpp66 //! Type for qword numbers.
68 typedef detail::uint64 qword; typedef in namespace:glm
/external/syslinux/gpxe/src/arch/i386/include/bits/
H A Dbyteswap.h30 uint64_t qword; member in union:__anon24440
34 u.qword = x;
40 return u.qword;
/external/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_encode.h54 uint64_t qword)
56 memcpy(state->buf + state->cdw, &qword, sizeof(uint64_t));
53 virgl_encoder_write_qword(struct virgl_cmd_buf *state, uint64_t qword) argument
H A Dvirgl_encode.c320 uint64_t qword; local
322 STATIC_ASSERT(sizeof(qword) == sizeof(depth));
323 memcpy(&qword, &depth, sizeof(qword));
329 virgl_encoder_write_qword(ctx->cbuf, qword);
/external/libdrm/radeon/
H A Dradeon_cs.h123 static inline void radeon_cs_write_qword(struct radeon_cs *cs, uint64_t qword) argument
125 memcpy(cs->packets + cs->cdw, &qword, sizeof(uint64_t));
/external/swiftshader/src/Common/
H A DTypes.hpp50 typedef ALIGN(8, uint64_t) qword; member in namespace:sw
/external/swiftshader/src/Renderer/
H A DSurface.hpp392 typedef uint64_t qword; typedef in class:sw::Surface
403 qword a;
420 qword alut; // Skip first 16 bit
438 qword ylut; // Skip first 16 bit
449 qword xlut; // Skip first 16 bit
463 qword rlut; // Skip first 16 bit
/external/syslinux/gpxe/src/drivers/net/
H A Detherfabric.h124 efab_qword_t qword[2]; member in union:efab_oword
143 #define EFAB_QWORD_VAL(qword) \
144 ( ( unsigned int ) le32_to_cpu ( (qword).u32[1] ) ), \
145 ( ( unsigned int ) le32_to_cpu ( (qword).u32[0] ) )
193 #define EFAB_EXTRACT_QWORD64( qword, low, high ) \
194 ( EFAB_EXTRACT64 ( (qword).u64[0], 0, 63, low, high ) )
202 #define EFAB_EXTRACT_QWORD32( qword, low, high ) \
203 ( EFAB_EXTRACT32 ( (qword).u32[0], 0, 31, low, high ) | \
204 EFAB_EXTRACT32 ( (qword).u32[1], 32, 63, low, high ) )
214 #define EFAB_QWORD_FIELD64( qword, fiel
[all...]
/external/google-breakpad/src/third_party/libdisasm/
H A Dlibdis.h12 #ifndef LIBDISASM_QWORD_H /* do not interfere with qword.h */
250 qword_t qword; member in union:__anon7650::__anon7651

Completed in 770 milliseconds