Searched refs:uint16 (Results 1 - 25 of 42) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/include/
H A Dsvga_types.h39 typedef uint16_t uint16; typedef in typeref:typename:uint16_t
H A Dsvga3d_dx.h424 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 lineStipplePatter
[all...]
H A Dsvga3d_cmd.h792 uint16 pad1;
806 uint16 streamOffset;
1256 uint16 mode;
1257 uint16 flags;
1428 uint16 streamOffset;
1441 uint16 stride;
1486 uint16 pShaderBValues;
1487 uint16 vShaderBValues;
H A Dsvga_reg.h1179 uint16 displayId;
1180 uint16 isPrimary;
H A Dsvga3d_types.h963 uint16 mode; /* SVGA3dFillModeType */
964 uint16 face; /* SVGA3dFace */
983 uint16 repeat;
984 uint16 pattern;
1733 uint16 function; /* SVGA3dFogFunction */
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/include/
H A Dsvga_types.h39 typedef uint16_t uint16; typedef in typeref:typename:uint16_t
H A Dsvga3d_dx.h465 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 lineStipplePatter
[all...]
H A Dsvga3d_cmd.h826 uint16 pad1;
840 uint16 streamOffset;
1290 uint16 mode;
1291 uint16 flags;
1462 uint16 streamOffset;
1475 uint16 stride;
1520 uint16 pShaderBValues;
1521 uint16 vShaderBValues;
H A Dsvga_reg.h1179 uint16 displayId;
1180 uint16 isPrimary;
H A Dsvga3d_types.h969 uint16 mode; /* SVGA3dFillModeType */
970 uint16 face; /* SVGA3dFace */
989 uint16 repeat;
990 uint16 pattern;
1772 uint16 function; /* SVGA3dFogFunction */
/xsrc/external/mit/xf86-video-vmware/dist/src/
H A Dvm_basic_types.h64 typedef unsigned short uint16; typedef in typeref:typename:unsigned short
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dsvga3d_reg.h438 uint16 mode; /* SVGA3dFillModeType */
439 uint16 face; /* SVGA3dFace */
455 uint16 repeat;
456 uint16 pattern;
1040 uint16 function; // SVGA3dFogFunction
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/
H A Dsimdlib_256_avx512_core.inl94 SIMD_IWRAPPER_2_8(packus_epi16); // uint16 --> uint8 See documentation for _mm256_packus_epi16 and
96 SIMD_IWRAPPER_2_16(packus_epi32); // uint32 --> uint16 See documentation for _mm256_packus_epi32 and
H A Dsimdlib_128_avx512_core.inl144 SIMD_IWRAPPER_2_8(packus_epi16); // uint16 --> uint8 See documentation for _mm256_packus_epi16 and
146 SIMD_IWRAPPER_2_16(packus_epi32); // uint32 --> uint16 See documentation for _mm256_packus_epi32 and
H A Dsimdlib_256_avx2.inl145 SIMD_IWRAPPER_1L(cvtepu16_epi32); // return (int32)a (uint16 --> int32)
146 SIMD_IWRAPPER_1L(cvtepu16_epi64); // return (int64)a (uint16 --> int64)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/
H A Dsimdlib_256_avx512_core.inl94 SIMD_IWRAPPER_2_8(packus_epi16); // uint16 --> uint8 See documentation for _mm256_packus_epi16 and
96 SIMD_IWRAPPER_2_16(packus_epi32); // uint32 --> uint16 See documentation for _mm256_packus_epi32 and
H A Dsimdlib_128_avx512_core.inl144 SIMD_IWRAPPER_2_8(packus_epi16); // uint16 --> uint8 See documentation for _mm256_packus_epi16 and
146 SIMD_IWRAPPER_2_16(packus_epi32); // uint32 --> uint16 See documentation for _mm256_packus_epi32 and
H A Dsimdlib_256_avx2.inl153 SIMD_IWRAPPER_1L(cvtepu16_epi32); // return (int32)a (uint16 --> int32)
154 SIMD_IWRAPPER_1L(cvtepu16_epi64); // return (int64)a (uint16 --> int64)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_cmd.h479 uint16 flags, uint16 stencil, float depth);
579 uint16 lineStipplePattern,
H A Dsvga_pipe_rasterizer.c119 const uint16 line_pattern = rast->templ.line_stipple_enable ?
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_cmd.h479 uint16 flags, uint16 stencil, float depth);
579 uint16 lineStipplePattern,
H A Dsvga_pipe_rasterizer.c119 const uint16 line_pattern = rast->templ.line_stipple_enable ?
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_memory_editor.h665 uint16_t uint16 = 0; local in function:MemoryEditor::DisplayPreviewData
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/MesaLib/dist/src/imgui/
H A Dimgui_memory_editor.h670 uint16_t uint16 = 0; local in function:MemoryEditor::DisplayPreviewData
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/dist/docs/relnotes/
H A D9.1.6.rst104 - nv50,nvc0: s/uint16/uint32 for constant buffer offset

Completed in 49 milliseconds

12