Searched refs:uint32 (Results 1 – 22 of 22) sorted by relevance
/drivers/gpu/drm/vmwgfx/device_include/ |
D | svga3d_dx.h | 46 typedef uint32 SVGA3dInputClassification; 66 typedef uint32 SVGA3dFilter; 105 #define SVGA3D_DX_MAX_CONSTBUF_BINDING_SIZE (4096 * 4 * (uint32)sizeof(uint32)) 107 typedef uint32 SVGA3dShaderResourceViewId; 108 typedef uint32 SVGA3dRenderTargetViewId; 109 typedef uint32 SVGA3dDepthStencilViewId; 110 typedef uint32 SVGA3dUAViewId; 112 typedef uint32 SVGA3dShaderId; 113 typedef uint32 SVGA3dElementLayoutId; 114 typedef uint32 SVGA3dSamplerId; [all …]
|
D | svga_reg.h | 46 typedef uint32 SVGAMobId; 237 #define SVGA_GMR_NULL ((uint32)-1) 238 #define SVGA_GMR_FRAMEBUFFER ((uint32)-2) 242 uint32 ppn; 243 uint32 numPages; 249 uint32 gmrId; 250 uint32 offset; 297 volatile uint32 errorOffset; 300 uint32 length; 305 uint32 mobOffset; [all …]
|
D | svga3d_cmd.h | 337 uint32 id; 338 uint32 size; 344 uint32 numMipLevels; 350 uint32 sid; 361 uint32 sid; 366 uint32 multisampleCount; 374 uint32 sid; 380 uint32 cid; 386 uint32 cid; 392 uint32 cid; [all …]
|
D | svga3d_types.h | 40 #define SVGA3D_INVALID_ID ((uint32)-1) 51 typedef uint32 SVGA3dResourceType; 54 typedef uint32 SVGA3dBool; 55 typedef uint32 SVGA3dColor; 57 typedef uint32 SVGA3dSurfaceId; 61 uint32 numerator; 62 uint32 denominator; 68 uint32 x; 69 uint32 y; 70 uint32 w; [all …]
|
D | svga_overlay.h | 65 uint32 cmdType; 66 uint32 streamId; 70 uint32 registerId; 71 uint32 value; 76 uint32 cmdType; 77 uint32 streamId; 82 uint32 command; 83 uint32 overlay; 97 uint32 regId; 98 uint32 value; [all …]
|
D | vm_basic_types.h | 33 typedef u32 uint32; typedef 42 typedef uint32 PPN; 43 typedef uint32 PPN32;
|
D | svga_escape.h | 48 uint32 command; 49 uint32 fullscreen;
|
D | svga3d_devcaps.h | 55 typedef uint32 SVGA3dDevCapIndex; 57 #define SVGA3D_DEVCAP_INVALID ((uint32)-1) 366 uint32 u;
|
D | svga3d_limits.h | 62 (SVGA3D_MAX_SHADER_MEMORY_BYTES / sizeof(uint32))
|
D | svga3d_surfacedefs.h | 316 uint32 bytesPerBlock; 317 uint32 pitchBytesPerBlock;
|
/drivers/video/fbdev/ |
D | au1200fb.h | 36 #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 …]
|
D | au1200fb.c | 190 uint32 mode_backcolor; 191 uint32 mode_colorkey; 192 uint32 mode_colorkeymsk; 198 uint32 mode_winctrl1; /* winctrl1[FRM,CCO,PO,PIPE] */ 199 uint32 mode_winenable; 328 uint32 mode_screen; 329 uint32 mode_horztiming; 330 uint32 mode_verttiming; 331 uint32 mode_clkcontrol; 332 uint32 mode_pwmdiv; [all …]
|
/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_binding.h | 91 uint32 texture_stage; 117 uint32 offset; 118 uint32 size; 119 uint32 slot; 132 uint32 slot; 145 uint32 offset; 146 uint32 size; 147 uint32 slot; 160 uint32 offset; 161 uint32 stride; [all …]
|
D | vmwgfx_binding.c | 362 void vmw_binding_add_uav_index(struct vmw_ctx_binding_state *cbs, uint32 slot, in vmw_binding_add_uav_index() 363 uint32 index) in vmw_binding_add_uav_index() 812 view_id_size = cbs->bind_cmd_count*sizeof(uint32); in vmw_emit_set_sr() 848 view_id_size = cbs->bind_cmd_count*sizeof(uint32); in vmw_emit_set_rt() 1074 view_id_size = cbs->bind_cmd_count*sizeof(uint32); in vmw_emit_set_uav() 1104 view_id_size = cbs->bind_cmd_count*sizeof(uint32); in vmw_emit_set_cs_uav() 1444 BUILD_BUG_ON(sizeof(uint32) != sizeof(u32)); in vmw_binding_build_asserts()
|
D | vmwgfx_so.c | 102 uint32 view_id; 103 uint32 sid;
|
D | vmwgfx_devcaps.c | 109 uint32 vmw_devcaps_size(const struct vmw_private *vmw, in vmw_devcaps_size()
|
D | vmwgfx_drv.h | 631 uint32 *devcaps; 1623 static inline u32 vmw_fifo_mem_read(struct vmw_private *vmw, uint32 fifo_reg) in vmw_fifo_mem_read() 1672 uint32 status) in vmw_irq_status_write()
|
D | vmwgfx_cmdbuf.c | 1172 uint32 id; in vmw_cmdbuf_preempt() 1198 uint32 id; in vmw_cmdbuf_startstop()
|
D | vmwgfx_scrn.c | 68 uint32 header; 73 uint32 header;
|
D | vmwgfx_execbuf.c | 793 uint32 shader_slot, in vmw_view_bindings_add() 794 uint32 view_ids[], u32 num_views, in vmw_view_bindings_add() 2435 uint32 defined_id; in vmw_cmd_dx_view_define() 2436 uint32 sid; in vmw_cmd_dx_view_define() 2533 uint32 defined_id; in vmw_cmd_dx_so_define()
|
D | vmwgfx_drv.c | 290 uint32 value;
|
/drivers/staging/wlan-ng/ |
D | prism2mib.c | 425 u32 *uint32 = data; in prism2mib_uint32() local 431 *uint32 = *wordbuf; in prism2mib_uint32() 433 *wordbuf = *uint32; in prism2mib_uint32() 472 u32 *uint32 = data; in prism2mib_flag() local 481 *uint32 = (flags & mib->parm2) ? in prism2mib_flag() 484 if ((*uint32) == P80211ENUM_truth_true) in prism2mib_flag() 622 u32 *uint32 = data; in prism2mib_fragmentationthreshold() local 625 if ((*uint32) % 2) { in prism2mib_fragmentationthreshold()
|