HomeSort by: relevance | last modified time | path
    Searched refs:uint32 (Results 1 - 25 of 52) sorted by relevancy

1 2 3

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
svga3d_dx.h 49 typedef uint32 SVGA3dInputClassification;
60 typedef uint32 SVGA3dResourceType;
81 typedef uint32 SVGA3dFilter;
124 #define SVGA3D_DX_MAX_CONSTBUF_BINDING_SIZE (4096 * 4 * (uint32)sizeof(uint32))
126 typedef uint32 SVGA3dShaderResourceViewId;
127 typedef uint32 SVGA3dRenderTargetViewId;
128 typedef uint32 SVGA3dDepthStencilViewId;
130 typedef uint32 SVGA3dShaderId;
131 typedef uint32 SVGA3dElementLayoutId
    [all...]
svga3d_cmd.h 319 uint32 id;
320 uint32 size;
328 uint32 numMipLevels;
336 uint32 sid;
362 uint32 sid;
372 uint32 multisampleCount;
390 uint32 sid;
398 uint32 cid;
406 uint32 cid;
414 uint32 cid
    [all...]
svga_overlay.h 70 uint32 cmdType;
71 uint32 streamId;
76 uint32 registerId;
77 uint32 value;
83 uint32 cmdType;
84 uint32 streamId;
94 uint32 command;
95 uint32 overlay;
107 uint32 regId;
108 uint32 value
    [all...]
svga_reg.h 56 typedef uint32 SVGAMobId;
327 #define SVGA_GMR_NULL ((uint32) -1)
328 #define SVGA_GMR_FRAMEBUFFER ((uint32) -2) /* Guest Framebuffer (GFB) */
333 uint32 ppn;
334 uint32 numPages;
342 uint32 gmrId;
343 uint32 offset;
503 volatile uint32 errorOffset; /* Modified by device. */
506 uint32 length;
511 uint32 mobOffset
    [all...]
svga3d_caps.h 87 uint32 length;
105 uint32 data[1];
111 typedef uint32 SVGA3dCapPair[2];
svga3d_types.h 48 #define SVGA3D_INVALID_ID ((uint32)-1)
51 typedef uint32 SVGA3dBool; /* 32-bit Bool definition */
52 typedef uint32 SVGA3dColor; /* a, r, g, b */
54 typedef uint32 SVGA3dSurfaceId;
59 uint32 numerator;
60 uint32 denominator;
68 uint32 x;
69 uint32 y;
70 uint32 w;
71 uint32 h
    [all...]
svga_escape.h 85 uint32 command;
86 uint32 fullscreen;
vm_basic_types.h 8 typedef u32 uint32; typedef
17 typedef uint32 PPN;
svga_types.h 32 typedef u32 uint32; typedef
41 typedef uint32 PPN;
svga3d_limits.h 70 sizeof(uint32))
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_binding.h 88 uint32 texture_stage;
114 uint32 offset;
115 uint32 size;
116 uint32 slot;
129 uint32 slot;
142 uint32 offset;
143 uint32 size;
144 uint32 slot;
157 uint32 offset;
158 uint32 stride
    [all...]
  /src/lib/libc/arch/aarch64/softfloat/
aarch64-gcc.h 39 typedef unsigned int uint32; typedef
softfloat.h 128 float32 uint32_to_float32( uint32 );
130 float64 uint32_to_float64( uint32 );
133 floatx80 uint32_to_floatx80( uint32 );
137 float128 uint32_to_float128( uint32 );
  /src/lib/libc/arch/m68k/softfloat/
m68k-gcc.h 39 typedef unsigned int uint32; typedef
softfloat.h 126 float32 uint32_to_float32( uint32 );
128 float64 uint32_to_float64( uint32 );
131 floatx80 uint32_to_floatx80( uint32 );
135 float128 uint32_to_float128( uint32 );
  /src/lib/libc/arch/mips/softfloat/
mips-gcc.h 37 typedef unsigned int uint32; typedef
  /src/lib/libc/arch/or1k/softfloat/
or1k-gcc.h 39 typedef unsigned int uint32; typedef
  /src/lib/libc/arch/powerpc/softfloat/
powerpc-gcc.h 39 typedef unsigned int uint32; typedef
  /src/lib/libc/arch/sh3/softfloat/
sh3-gcc.h 39 typedef unsigned int uint32; typedef
  /src/lib/libc/arch/sparc64/softfloat/
sparc64-gcc.h 39 typedef unsigned int uint32; typedef
  /src/lib/libc/arch/arm/softfloat/
arm-gcc.h 37 typedef unsigned int uint32; typedef
softfloat.h 122 float32 uint32_to_float32( uint32 );
124 float64 uint32_to_float64( uint32 );
127 floatx80 uint32_to_floatx80( uint32 );
131 float128 uint32_to_float128( uint32 );
  /src/regress/lib/libc/ieeefp/testfloat/include/
milieu.h 99 typedef unsigned int uint32; typedef
testCases.h 80 extern uint32 testCases_total;
  /src/sys/lib/libkern/
milieu.h 97 typedef unsigned int uint32; typedef

Completed in 36 milliseconds

1 2 3