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

1 2 3 4 5 6

  /xsrc/external/mit/xf86-video-vmware/dist/src/
svga_struct.h 23 uint32 size; /* Size of the structure */
24 uint32 version; /* Version of this surface structure. */
25 uint32 bpp; /* Format of the surface */
26 uint32 width; /* Width of the surface */
27 uint32 height; /* Height of the surface */
28 uint32 pitch; /* Pitch of the surface */
29 volatile uint32 numQueued; /* Number of times this bitmap has been queued */
30 volatile uint32 numDequeued; /* Number of times this bitmap has been dequeued */
31 uint32 userData; /* Driver defined data */
32 uint32 dataOffset; /* Offset to the data *
    [all...]
bits2pixels.h 19 vmwareRaster_BitsToPixels(uint8 *bits, uint32 bits_increment,
20 uint8 *pix, uint32 pix_increment, int bytes_per_pixel,
21 uint32 width, uint32 height, uint32 fg, uint32 bg);
svga_overlay.h 34 uint32 cmdType;
35 uint32 streamId;
40 uint32 registerId;
41 uint32 value;
46 uint32 cmdType;
47 uint32 streamId;
svga_reg.h 194 #define SVGA_BITMAP_INCREMENT(w) ((( (w)+31 ) >> 5) * sizeof (uint32))
195 #define SVGA_PIXMAP_INCREMENT(w,bpp) ((( ((w)*(bpp))+31 ) >> 5) * sizeof (uint32))
290 #define SVGA_GMR_NULL ((uint32) -1)
291 #define SVGA_GMR_FRAMEBUFFER ((uint32) -2) /* Guest Framebuffer (GFB) */
295 uint32 ppn;
296 uint32 numPages;
301 uint32 gmrId;
302 uint32 offset;
331 uint32 bitsPerPixel : 8;
332 uint32 colorDepth : 8
    [all...]
vm_basic_types.h 63 typedef unsigned int uint32; typedef
88 typedef uint32 VA;
89 typedef uint32 VPN;
91 typedef uint32 PA;
92 typedef uint32 PPN;
94 typedef uint32 MA;
95 typedef uint32 MPN;
153 * with `"0x%08x", (uint32) void *'. Note that %p prints different things
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/include/
svga_reg.h 46 typedef uint32 SVGAMobId;
299 #define SVGA_GMR_NULL ((uint32) -1)
300 #define SVGA_GMR_FRAMEBUFFER ((uint32) -2) // Guest Framebuffer (GFB)
304 uint32 ppn;
305 uint32 numPages;
310 uint32 gmrId;
311 uint32 offset;
429 volatile uint32 errorOffset;
432 uint32 length;
436 uint32 mustBeZero[8]
    [all...]
svga3d_cmd.h 345 uint32 id;
346 uint32 size;
354 uint32 numMipLevels;
362 uint32 sid;
390 uint32 sid;
401 uint32 multisampleCount;
420 uint32 sid;
428 uint32 cid;
436 uint32 cid;
444 uint32 cid
    [all...]
svga_overlay.h 67 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...]
svga3d_shaderdefs.h 69 uint32 minor : 8;
70 uint32 major : 8;
71 uint32 type : 16;
74 uint32 value;
352 uint32 comment_op : 16;
353 uint32 comment_size : 16;
357 uint32 op : 16;
358 uint32 control : 3;
359 uint32 reserved2 : 5;
360 uint32 size : 4
    [all...]
svga3d_dx.h 47 typedef uint32 SVGA3dInputClassification;
59 typedef uint32 SVGA3dResourceType;
83 typedef uint32 SVGA3dFilter;
128 #define SVGA3D_DX_MAX_CONSTBUF_BINDING_SIZE (4096 * 4 * (uint32)sizeof(uint32))
130 typedef uint32 SVGA3dShaderResourceViewId;
131 typedef uint32 SVGA3dRenderTargetViewId;
132 typedef uint32 SVGA3dDepthStencilViewId;
134 typedef uint32 SVGA3dShaderId;
135 typedef uint32 SVGA3dElementLayoutId
    [all...]
svga3d_caps.h 85 uint32 length;
105 uint32 data[1];
111 typedef uint32 SVGA3dCapPair[2];
svga_escape.h 82 uint32 command;
83 uint32 fullscreen;
svga3d_surfacedefs.h 173 uint32 bytes_per_block;
174 uint32 pitch_bytes_per_block;
176 uint32 totalBitDepth;
912 static inline uint32 clamped_umul32(uint32 a, uint32 b)
915 return (tmp > (uint64_t) ((uint32) -1)) ? (uint32) -1 : tmp;
918 static inline uint32 clamped_uadd32(uint32 a, uint32 b
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/include/
svga_reg.h 46 typedef uint32 SVGAMobId;
299 #define SVGA_GMR_NULL ((uint32) -1)
300 #define SVGA_GMR_FRAMEBUFFER ((uint32) -2) // Guest Framebuffer (GFB)
304 uint32 ppn;
305 uint32 numPages;
310 uint32 gmrId;
311 uint32 offset;
429 volatile uint32 errorOffset;
432 uint32 length;
436 uint32 mustBeZero[8]
    [all...]
svga3d_dx.h 47 typedef uint32 SVGA3dInputClassification;
59 typedef uint32 SVGA3dResourceType;
83 typedef uint32 SVGA3dFilter;
128 #define SVGA3D_DX_MAX_CONSTBUF_BINDING_SIZE (4096 * 4 * (uint32)sizeof(uint32))
130 typedef uint32 SVGA3dShaderResourceViewId;
131 typedef uint32 SVGA3dRenderTargetViewId;
132 typedef uint32 SVGA3dDepthStencilViewId;
134 typedef uint32 SVGA3dShaderId;
135 typedef uint32 SVGA3dElementLayoutId
    [all...]
svga3d_cmd.h 311 uint32 id;
312 uint32 size;
320 uint32 numMipLevels;
328 uint32 sid;
356 uint32 sid;
367 uint32 multisampleCount;
386 uint32 sid;
394 uint32 cid;
402 uint32 cid;
410 uint32 cid
    [all...]
svga_overlay.h 67 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...]
svga3d_shaderdefs.h 69 uint32 minor : 8;
70 uint32 major : 8;
71 uint32 type : 16;
74 uint32 value;
352 uint32 comment_op : 16;
353 uint32 comment_size : 16;
357 uint32 op : 16;
358 uint32 control : 3;
359 uint32 reserved2 : 5;
360 uint32 size : 4
    [all...]
svga3d_caps.h 85 uint32 length;
105 uint32 data[1];
111 typedef uint32 SVGA3dCapPair[2];
svga_escape.h 82 uint32 command;
83 uint32 fullscreen;
svga3d_surfacedefs.h 173 uint32 bytes_per_block;
174 uint32 pitch_bytes_per_block;
176 uint32 totalBitDepth;
912 static inline uint32 clamped_umul32(uint32 a, uint32 b)
915 return (tmp > (uint64_t) ((uint32) -1)) ? (uint32) -1 : tmp;
918 static inline uint32 clamped_uadd32(uint32 a, uint32 b
    [all...]
  /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
svga3d_reg.h 67 typedef uint32 SVGA3dBool; /* 32-bit Bool definition */
156 typedef uint32 SVGA3dColor; /* a, r, g, b */
273 uint32 value;
275 uint32 texture : 1;
276 uint32 volumeTexture : 1;
277 uint32 cubeTexture : 1;
278 uint32 offscreenRenderTarget : 1;
279 uint32 sameFormatRenderTarget : 1;
280 uint32 unknown1 : 1;
281 uint32 zStencil : 1
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/hgl/
GLDispatcher.h 38 uint32 TableSize();
41 const char* operator[](uint32 offset);
44 uint32 OffsetOf(const char* functionName);
70 inline uint32
85 BGLDispatcher::operator[](uint32 offset)
98 inline uint32
101 return (uint32) _glapi_get_proc_offset(functionName);
  /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/svga/drm/
vmw_shader.h 71 const uint32 *bytecode,
72 uint32 bytecodeLen,
74 uint32 sgnLen);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
svga_cmd.h 59 SVGA3D_FIFOReserve(struct svga_winsys_context *swc, uint32 cmd, uint32 cmdSize, uint32 nr_relocs);
106 uint32 numMipSizes);
110 uint32 width,
111 uint32 height,
127 uint32 numBoxes,
135 uint32 size,
136 uint32 guest_offset,
137 uint32 host_offset
    [all...]

Completed in 216 milliseconds

1 2 3 4 5 6