Searched defs:dword (Results 1 – 16 of 16) 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
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
25 #define PWL_GETLOWWORD(dword) ((FX_WORD)(dword)) argument26 #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()
295 #define FXSYS_HIWORD(dword) ((FX_WORD)((dword) >> 16)) argument296 #define FXSYS_LOWORD(dword) ((FX_WORD)(dword)) argument
95 batch_dword(struct intel_info *info, uint32_t dword) in batch_dword()
1789 int width, height, pitch, dword; in decode_3d_1d() local2036 uint32_t dword; in decode_3d_1d() local
2452 long long dword; member2473 long long dword; member
249 uint32_t dword; member
152 unsigned long dword; member