Searched defs:dword (Results 1 – 17 of 17) sorted by relevance
39 typedef __int128_t dword; typedef41 typedef long long int dword; typedef
51 unsigned dword) in i915_winsys_batchbuffer_dword_unchecked()69 unsigned dword) in i915_winsys_batchbuffer_dword()
222 print_src_reg(struct debug_stream *stream, unsigned dword) in print_src_reg()232 print_dest_reg(struct debug_stream *stream, unsigned dword) in print_dest_reg()
38 #define OUT_BATCH(dword) \ argument
64 typedef detail::uint32 dword; typedef
207 print_src_reg(GLuint dword) in print_src_reg()217 print_dest_reg(GLuint dword) in print_dest_reg()
41 #define MSW(dword) (dword >> 16) argument42 #define LSW(dword) (dword & 0xFFFF) argument
32 #define PWL_GETLOWWORD(dword) ((FX_WORD)(dword)) argument33 #define PWL_GETHIGHWORD(dword) ((FX_WORD)(dword >> 16)) argument
115 static inline void radeon_cs_write_dword(struct radeon_cs *cs, uint32_t dword) in radeon_cs_write_dword()
89 intel_batchbuffer_emit_dword(struct intel_context *intel, GLuint dword) in intel_batchbuffer_emit_dword()
96 unsigned dword ) in svga_shader_emit_dword()
266 #define FXSYS_HIWORD(dword) ((FX_WORD)((dword) >> 16)) argument267 #define FXSYS_LOWORD(dword) ((FX_WORD)(dword)) argument
95 batch_dword(struct intel_info *info, uint32_t dword) in batch_dword()
1792 int width, height, pitch, dword; in decode_3d_1d() local2039 uint32_t dword; in decode_3d_1d() local
2981 long long dword; member3002 long long dword; member
249 uint32_t dword; member
152 unsigned long dword; member