Home
last modified time | relevance | path

Searched refs:uint32 (Results 1 – 21 of 21) sorted by relevance

/drivers/gpu/drm/vmwgfx/device_include/
Dsvga3d_cmd.h286 uint32 id;
287 uint32 size;
295 uint32 numMipLevels;
303 uint32 sid;
329 uint32 sid;
339 uint32 multisampleCount;
357 uint32 sid;
365 uint32 cid;
373 uint32 cid;
381 uint32 cid;
[all …]
Dsvga3d_dx.h46 typedef uint32 SVGA3dInputClassification;
57 typedef uint32 SVGA3dResourceType;
68 typedef uint32 SVGA3dFilter;
98 static const uint32 SVGA3dBlendObjectCountPerContext = 4096;
99 static const uint32 SVGA3dDepthStencilObjectCountPerContext = 4096;
101 typedef uint32 SVGA3dSurfaceId;
102 typedef uint32 SVGA3dShaderResourceViewId;
103 typedef uint32 SVGA3dRenderTargetViewId;
104 typedef uint32 SVGA3dDepthStencilViewId;
106 typedef uint32 SVGA3dShaderId;
[all …]
Dsvga_reg.h53 typedef uint32 SVGAMobId;
301 #define SVGA_GMR_NULL ((uint32) -1)
302 #define SVGA_GMR_FRAMEBUFFER ((uint32) -2) /* Guest Framebuffer (GFB) */
307 uint32 ppn;
308 uint32 numPages;
316 uint32 gmrId;
317 uint32 offset;
455 volatile uint32 errorOffset;
458 uint32 length;
463 uint32 mobOffset;
[all …]
Dsvga3d_types.h45 #define SVGA3D_INVALID_ID ((uint32)-1)
47 typedef uint32 SVGA3dBool; /* 32-bit Bool definition */
48 typedef uint32 SVGA3dColor; /* a, r, g, b */
53 uint32 x;
54 uint32 y;
55 uint32 w;
56 uint32 h;
57 uint32 srcx;
58 uint32 srcy;
66 uint32 x;
[all …]
Dsvga_overlay.h67 uint32 cmdType;
68 uint32 streamId;
73 uint32 registerId;
74 uint32 value;
80 uint32 cmdType;
81 uint32 streamId;
91 uint32 command;
92 uint32 overlay;
104 uint32 regId;
105 uint32 value;
[all …]
Dsvga3d_caps.h84 uint32 length;
102 uint32 data[1];
108 typedef uint32 SVGA3dCapPair[2];
Dsvga_escape.h82 uint32 command;
83 uint32 fullscreen;
Dvm_basic_types.h5 typedef u32 uint32; typedef
14 typedef uint32 PPN;
Dsvga_types.h29 typedef u32 uint32; typedef
38 typedef uint32 PPN;
Dsvga3d_devcaps.h72 SVGA3D_DEVCAP_INVALID = ((uint32)-1),
452 uint32 u;
Dsvga3d_limits.h65 #define SVGA3D_MAX_SHADER_MEMORY (8 * 1024 * 1024 / sizeof(uint32))
Dsvga3d_surfacedefs.h42 #define u32 uint32
/drivers/video/fbdev/
Dau1200fb.h36 #define uint32 unsigned int macro
39 volatile uint32 reserved0;
40 volatile uint32 screen;
41 volatile uint32 backcolor;
42 volatile uint32 horztiming;
43 volatile uint32 verttiming;
44 volatile uint32 clkcontrol;
45 volatile uint32 pwmdiv;
46 volatile uint32 pwmhi;
47 volatile uint32 reserved1;
[all …]
Dau1200fb.c188 uint32 mode_backcolor;
189 uint32 mode_colorkey;
190 uint32 mode_colorkeymsk;
196 uint32 mode_winctrl1; /* winctrl1[FRM,CCO,PO,PIPE] */
197 uint32 mode_winenable;
326 uint32 mode_screen;
327 uint32 mode_horztiming;
328 uint32 mode_verttiming;
329 uint32 mode_clkcontrol;
330 uint32 mode_pwmdiv;
[all …]
/drivers/gpu/drm/vmwgfx/
Dvmwgfx_binding.h85 uint32 texture_stage;
111 uint32 offset;
112 uint32 size;
113 uint32 slot;
126 uint32 slot;
139 uint32 offset;
140 uint32 size;
141 uint32 slot;
154 uint32 offset;
155 uint32 stride;
[all …]
Dvmwgfx_so.c101 uint32 view_id;
102 uint32 sid;
Dvmwgfx_binding.c769 view_id_size = cbs->bind_cmd_count*sizeof(uint32); in vmw_emit_set_sr()
808 view_id_size = cbs->bind_cmd_count*sizeof(uint32); in vmw_emit_set_rt()
1276 BUILD_BUG_ON(sizeof(uint32) != sizeof(u32)); in vmw_binding_build_asserts()
Dvmwgfx_scrn.c63 uint32 header;
68 uint32 header;
Dvmwgfx_execbuf.c849 uint32 shader_slot, in vmw_view_bindings_add()
850 uint32 view_ids[], u32 num_views, in vmw_view_bindings_add()
2672 uint32 defined_id; in vmw_cmd_dx_view_define()
2673 uint32 sid; in vmw_cmd_dx_view_define()
2780 uint32 defined_id; in vmw_cmd_dx_so_define()
Dvmwgfx_cmdbuf.c1096 uint32 id; in vmw_cmdbuf_startstop()
/drivers/staging/wlan-ng/
Dprism2mib.c431 u32 *uint32 = (u32 *) data; in prism2mib_uint32() local
437 *uint32 = *wordbuf; in prism2mib_uint32()
439 *wordbuf = *uint32; in prism2mib_uint32()
478 u32 *uint32 = (u32 *) data; in prism2mib_flag() local
487 *uint32 = (flags & mib->parm2) ? in prism2mib_flag()
490 if ((*uint32) == P80211ENUM_truth_true) in prism2mib_flag()
664 u32 *uint32 = (u32 *) data; in prism2mib_fragmentationthreshold() local
667 if ((*uint32) % 2) { in prism2mib_fragmentationthreshold()