/Linux-v4.19/drivers/gpu/drm/vmwgfx/device_include/ |
D | svga3d_dx.h | 47 typedef uint32 SVGA3dInputClassification; 58 typedef uint32 SVGA3dResourceType; 79 typedef uint32 SVGA3dFilter; 122 #define SVGA3D_DX_MAX_CONSTBUF_BINDING_SIZE (4096 * 4 * (uint32)sizeof(uint32)) 124 typedef uint32 SVGA3dShaderResourceViewId; 125 typedef uint32 SVGA3dRenderTargetViewId; 126 typedef uint32 SVGA3dDepthStencilViewId; 128 typedef uint32 SVGA3dShaderId; 129 typedef uint32 SVGA3dElementLayoutId; 130 typedef uint32 SVGA3dSamplerId; [all …]
|
D | svga3d_cmd.h | 317 uint32 id; 318 uint32 size; 326 uint32 numMipLevels; 334 uint32 sid; 360 uint32 sid; 370 uint32 multisampleCount; 388 uint32 sid; 396 uint32 cid; 404 uint32 cid; 412 uint32 cid; [all …]
|
D | svga_reg.h | 54 typedef uint32 SVGAMobId; 325 #define SVGA_GMR_NULL ((uint32) -1) 326 #define SVGA_GMR_FRAMEBUFFER ((uint32) -2) /* Guest Framebuffer (GFB) */ 331 uint32 ppn; 332 uint32 numPages; 340 uint32 gmrId; 341 uint32 offset; 501 volatile uint32 errorOffset; /* Modified by device. */ 504 uint32 length; 509 uint32 mobOffset; [all …]
|
D | svga3d_types.h | 46 #define SVGA3D_INVALID_ID ((uint32)-1) 49 typedef uint32 SVGA3dBool; /* 32-bit Bool definition */ 50 typedef uint32 SVGA3dColor; /* a, r, g, b */ 52 typedef uint32 SVGA3dSurfaceId; 57 uint32 numerator; 58 uint32 denominator; 66 uint32 x; 67 uint32 y; 68 uint32 w; 69 uint32 h; [all …]
|
D | svga_overlay.h | 68 uint32 cmdType; 69 uint32 streamId; 74 uint32 registerId; 75 uint32 value; 81 uint32 cmdType; 82 uint32 streamId; 92 uint32 command; 93 uint32 overlay; 105 uint32 regId; 106 uint32 value; [all …]
|
D | svga3d_caps.h | 85 uint32 length; 103 uint32 data[1]; 109 typedef uint32 SVGA3dCapPair[2];
|
D | svga_escape.h | 83 uint32 command; 84 uint32 fullscreen;
|
D | vm_basic_types.h | 6 typedef u32 uint32; typedef 15 typedef uint32 PPN;
|
D | svga_types.h | 30 typedef u32 uint32; typedef 39 typedef uint32 PPN;
|
D | svga3d_limits.h | 68 sizeof(uint32))
|
D | svga3d_devcaps.h | 73 SVGA3D_DEVCAP_INVALID = ((uint32)-1), 476 uint32 u;
|
/Linux-v4.19/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 | 189 uint32 mode_backcolor; 190 uint32 mode_colorkey; 191 uint32 mode_colorkeymsk; 197 uint32 mode_winctrl1; /* winctrl1[FRM,CCO,PO,PIPE] */ 198 uint32 mode_winenable; 327 uint32 mode_screen; 328 uint32 mode_horztiming; 329 uint32 mode_verttiming; 330 uint32 mode_clkcontrol; 331 uint32 mode_pwmdiv; [all …]
|
/Linux-v4.19/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_binding.h | 85 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 …]
|
D | vmwgfx_so.c | 101 uint32 view_id; 102 uint32 sid;
|
D | vmwgfx_binding.c | 769 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() 1280 BUILD_BUG_ON(sizeof(uint32) != sizeof(u32)); in vmw_binding_build_asserts()
|
D | vmwgfx_cmdbuf.c | 1169 uint32 id; in vmw_cmdbuf_preempt() 1194 uint32 id; in vmw_cmdbuf_startstop()
|
D | vmwgfx_scrn.c | 65 uint32 header; 70 uint32 header;
|
D | vmwgfx_execbuf.c | 902 uint32 shader_slot, in vmw_view_bindings_add() 903 uint32 view_ids[], u32 num_views, in vmw_view_bindings_add() 2722 uint32 defined_id; in vmw_cmd_dx_view_define() 2723 uint32 sid; in vmw_cmd_dx_view_define() 2826 uint32 defined_id; in vmw_cmd_dx_so_define()
|
/Linux-v4.19/drivers/staging/wlan-ng/ |
D | prism2mib.c | 431 u32 *uint32 = data; in prism2mib_uint32() local 437 *uint32 = *wordbuf; in prism2mib_uint32() 439 *wordbuf = *uint32; in prism2mib_uint32() 478 u32 *uint32 = data; in prism2mib_flag() local 487 *uint32 = (flags & mib->parm2) ? in prism2mib_flag() 490 if ((*uint32) == P80211ENUM_truth_true) in prism2mib_flag() 662 u32 *uint32 = data; in prism2mib_fragmentationthreshold() local 665 if ((*uint32) % 2) { in prism2mib_fragmentationthreshold()
|
/Linux-v4.19/arch/arm/nwfpe/ |
D | ARM-gcc.h | 25 typedef unsigned int uint32; typedef
|
/Linux-v4.19/arch/mips/include/asm/octeon/ |
D | cvmx.h | 244 CVMX_BUILD_WRITE64(uint32, "sw"); 260 CVMX_BUILD_READ64(uint32, "lw");
|
/Linux-v4.19/Documentation/devicetree/bindings/input/rmi4/ |
D | rmi_spi.txt | 13 consist of only on uint32 value.
|
D | rmi_i2c.txt | 13 consist of only on uint32 value.
|
/Linux-v4.19/arch/sh/kernel/cpu/sh4/ |
D | softfloat.c | 49 typedef unsigned int uint32; typedef
|