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

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/include/
svga_types.h 39 typedef uint16_t uint16; typedef
svga3d_dx.h 465 uint16 pad0;
651 uint16 flags;
652 uint16 stencil;
1097 uint16 pad1;
1116 uint16 pad1;
1190 uint16 pad0;
1200 uint16 pad0;
1218 uint16 pad0;
1315 uint16 lineStipplePattern;
1344 uint16 lineStipplePattern
    [all...]
svga3d_cmd.h 826 uint16 pad1;
840 uint16 streamOffset;
1290 uint16 mode;
1291 uint16 flags;
1462 uint16 streamOffset;
1475 uint16 stride;
1520 uint16 pShaderBValues;
1521 uint16 vShaderBValues;
svga_reg.h 1179 uint16 displayId;
1180 uint16 isPrimary;
svga3d_types.h 969 uint16 mode; /* SVGA3dFillModeType */
970 uint16 face; /* SVGA3dFace */
989 uint16 repeat;
990 uint16 pattern;
1772 uint16 function; /* SVGA3dFogFunction */
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/include/
svga_types.h 39 typedef uint16_t uint16; typedef
svga3d_dx.h 424 uint16 pad0;
610 uint16 flags;
611 uint16 stencil;
1056 uint16 pad1;
1075 uint16 pad1;
1149 uint16 pad0;
1159 uint16 pad0;
1177 uint16 pad0;
1274 uint16 lineStipplePattern;
1303 uint16 lineStipplePattern
    [all...]
svga3d_cmd.h 792 uint16 pad1;
806 uint16 streamOffset;
1256 uint16 mode;
1257 uint16 flags;
1428 uint16 streamOffset;
1441 uint16 stride;
1486 uint16 pShaderBValues;
1487 uint16 vShaderBValues;
svga_reg.h 1179 uint16 displayId;
1180 uint16 isPrimary;
svga3d_types.h 963 uint16 mode; /* SVGA3dFillModeType */
964 uint16 face; /* SVGA3dFace */
983 uint16 repeat;
984 uint16 pattern;
1733 uint16 function; /* SVGA3dFogFunction */
  /xsrc/external/mit/xf86-video-vmware/dist/src/
vm_basic_types.h 64 typedef unsigned short uint16; typedef
bits2pixels.c 378 uint16 *lpix;
384 lpix = (uint16 *)pix;
  /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
svga3d_reg.h 438 uint16 mode; /* SVGA3dFillModeType */
439 uint16 face; /* SVGA3dFace */
455 uint16 repeat;
456 uint16 pattern;
1040 uint16 function; // SVGA3dFogFunction
vmwgfx_drmi.c 42 #define uint16 uint16_t macro
vmwgfx_overlay.c 56 typedef uint16_t uint16; typedef
vmwgfx_driver.c 84 typedef uint16_t uint16; typedef
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
svga_cmd.h 479 uint16 flags, uint16 stencil, float depth);
579 uint16 lineStipplePattern,
svga_pipe_rasterizer.c 119 const uint16 line_pattern = rast->templ.line_stipple_enable ?
svga_cmd_vgpu10.c 694 uint16 flags,
695 uint16 stencil,
985 uint16 lineStipplePattern,
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
svga_cmd.h 479 uint16 flags, uint16 stencil, float depth);
579 uint16 lineStipplePattern,
svga_pipe_rasterizer.c 119 const uint16 line_pattern = rast->templ.line_stipple_enable ?
svga_cmd_vgpu10.c 694 uint16 flags,
695 uint16 stencil,
985 uint16 lineStipplePattern,
  /xsrc/external/mit/MesaLib/dist/src/imgui/
imgui_memory_editor.h 538 const char* descs[] = { "Int8", "Uint8", "Int16", "Uint16", "Int32", "Uint32", "Int64", "Uint64", "Float", "Double" };
670 uint16_t uint16 = 0;
671 EndianessCopy(&uint16, buf, size);
672 if (data_format == DataFormat_Dec) { ImSnprintf(out_buf, out_buf_size, "%hu", uint16); return; }
673 if (data_format == DataFormat_Hex) { ImSnprintf(out_buf, out_buf_size, "0x%04x", uint16 & 0xFFFF); return; }
  /xsrc/external/mit/MesaLib.old/dist/src/imgui/
imgui_memory_editor.h 536 const char* descs[] = { "Int8", "Uint8", "Int16", "Uint16", "Int32", "Uint32", "Int64", "Uint64", "Float", "Double" };
665 uint16_t uint16 = 0;
666 EndianessCopy(&uint16, buf, size);
667 if (data_format == DataFormat_Dec) { snprintf(out_buf, out_buf_size, "%hu", uint16); return; }
668 if (data_format == DataFormat_Hex) { snprintf(out_buf, out_buf_size, "0x%04x", uint16 & 0xFFFF); return; }
  /xsrc/external/mit/xf86-video-tdfx/dist/src/
tdfx_priv.h 7 typedef unsigned short uint16; typedef

Completed in 40 milliseconds