| /xsrc/external/mit/xf86-video-vmware/dist/src/ |
| bits2pixels.h | 19 vmwareRaster_BitsToPixels(uint8 *bits, uint32 bits_increment, 20 uint8 *pix, uint32 pix_increment, int bytes_per_pixel,
|
| bits2pixels.c | 29 static void RasterBitsToPixels8(uint8 *bits, uint32 bits_increment, 30 uint8 *pix, uint32 pix_increment, 33 static void RasterBitsToPixels16(uint8 *bits, uint32 bits_increment, 34 uint8 *pix, uint32 pix_increment, 37 static void RasterBitsToPixels24(uint8 *bits, uint32 bits_increment, 38 uint8 *pix, uint32 pix_increment, 41 static void RasterBitsToPixels32(uint8 *bits, uint32 bits_increment, 42 uint8 *pix, uint32 pix_increment, 64 vmwareRaster_BitsToPixels(uint8 *bits, uint32 bits_increment, 65 uint8 *pix, uint32 pix_increment, int bytes_per_pixel [all...] |
| vm_basic_types.h | 65 typedef unsigned char uint8; typedef
|
| vmwarecurs.c | 57 vmwareRaster_BitsToPixels((uint8 *) pVMWARE->hwcur.mask, 59 (uint8 *) pVMWARE->hwcur.maskPixmap, 70 vmwareRaster_BitsToPixels((uint8 *) pVMWARE->hwcur.source, 72 (uint8 *) pVMWARE->hwcur.sourcePixmap,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/include/ |
| svga3d_dx.h | 70 typedef uint8 SVGA3dColorWriteEnable; 75 typedef uint8 SVGA3dDepthWriteMask; 92 typedef uint8 SVGA3dCullMode; 106 typedef uint8 SVGA3dComparisonFunc; 118 typedef uint8 SVGA3dMultisampleEnable; 411 #define SVGADX_QDSTATE_INVALID ((uint8)-1) /* Query has no state */ 418 typedef uint8 SVGADXQueryDeviceState; 1043 typedef uint8 SVGA3DCreateDSViewFlags; 1055 uint8 pad0; 1074 uint8 pad0 [all...] |
| svga_types.h | 42 typedef uint8_t uint8; typedef
|
| svga3d_surfacedefs.h | 142 uint8 blue; 143 uint8 u; 144 uint8 uv_video; 145 uint8 u_video; 148 uint8 green; 149 uint8 v; 150 uint8 stencil; 151 uint8 v_video; 154 uint8 red; 155 uint8 w [all...] |
| svga3d_cmd.h | 767 uint8 primitiveType; // SVGA3dPrimitiveType 768 uint8 padding[3]; 778 uint8 primitiveType; // SVGA3dPrimitiveType 785 uint8 indexBufferStride; // Allowable values = 1, 2, or 4 807 uint8 stream; 808 uint8 type; // SVGA3dDeclType 809 uint8 method; // SVGA3dDeclMethod 810 uint8 usage; // SVGA3dDeclUsage 811 uint8 usageIndex; 812 uint8 padding [all...] |
| svga3d_types.h | 82 typedef uint8 SVGABool8; /* 8-bit Bool definition */ 1562 SVGA3D_QUERYTYPE_INVALID = ((uint8)-1), 1584 typedef uint8 SVGA3dQueryTypeUint8; 1734 uint8 type; /* SVGA3dFogType */ 1735 uint8 base; /* SVGA3dFogBase */
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/include/ |
| svga3d_dx.h | 70 typedef uint8 SVGA3dColorWriteEnable; 75 typedef uint8 SVGA3dDepthWriteMask; 92 typedef uint8 SVGA3dCullMode; 106 typedef uint8 SVGA3dComparisonFunc; 118 typedef uint8 SVGA3dMultisampleEnable; 452 #define SVGADX_QDSTATE_INVALID ((uint8)-1) /* Query has no state */ 459 typedef uint8 SVGADXQueryDeviceState; 1084 typedef uint8 SVGA3DCreateDSViewFlags; 1096 uint8 pad0; 1115 uint8 pad0 [all...] |
| svga_types.h | 42 typedef uint8_t uint8; typedef
|
| svga3d_surfacedefs.h | 142 uint8 blue; 143 uint8 u; 144 uint8 uv_video; 145 uint8 u_video; 148 uint8 green; 149 uint8 v; 150 uint8 stencil; 151 uint8 v_video; 154 uint8 red; 155 uint8 w [all...] |
| svga3d_cmd.h | 801 uint8 primitiveType; // SVGA3dPrimitiveType 802 uint8 padding[3]; 812 uint8 primitiveType; // SVGA3dPrimitiveType 819 uint8 indexBufferStride; // Allowable values = 1, 2, or 4 841 uint8 stream; 842 uint8 type; // SVGA3dDeclType 843 uint8 method; // SVGA3dDeclMethod 844 uint8 usage; // SVGA3dDeclUsage 845 uint8 usageIndex; 846 uint8 padding [all...] |
| svga3d_types.h | 82 typedef uint8 SVGABool8; /* 8-bit Bool definition */ 1601 SVGA3D_QUERYTYPE_INVALID = ((uint8)-1), 1623 typedef uint8 SVGA3dQueryTypeUint8; 1773 uint8 type; /* SVGA3dFogType */ 1774 uint8 base; /* SVGA3dFogBase */
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| svga_cmd.h | 531 uint8 alphaToCoverageEnable, 532 uint8 independentBlendEnable, 542 uint8 depthEnable, 545 uint8 stencilEnable, 546 uint8 frontEnable, 547 uint8 backEnable, 548 uint8 stencilReadMask, 549 uint8 stencilWriteMask, 550 uint8 frontStencilFailOp, 551 uint8 frontStencilDepthFailOp [all...] |
| svga_cmd_vgpu10.c | 892 uint8 alphaToCoverageEnable, 893 uint8 independentBlendEnable, 923 uint8 depthEnable, 926 uint8 stencilEnable, 927 uint8 frontEnable, 928 uint8 backEnable, 929 uint8 stencilReadMask, 930 uint8 stencilWriteMask, 931 uint8 frontStencilFailOp, 932 uint8 frontStencilDepthFailOp [all...] |
| svga_pipe_rasterizer.c | 117 const uint8 line_factor = rast->templ.line_stipple_enable ? 121 const uint8 pv_last = !rast->templ.flatshade_first &&
|
| svga_pipe_sampler.c | 102 static uint8 166 uint8 compare_func;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| svga_cmd.h | 531 uint8 alphaToCoverageEnable, 532 uint8 independentBlendEnable, 542 uint8 depthEnable, 545 uint8 stencilEnable, 546 uint8 frontEnable, 547 uint8 backEnable, 548 uint8 stencilReadMask, 549 uint8 stencilWriteMask, 550 uint8 frontStencilFailOp, 551 uint8 frontStencilDepthFailOp [all...] |
| svga_cmd_vgpu10.c | 892 uint8 alphaToCoverageEnable, 893 uint8 independentBlendEnable, 923 uint8 depthEnable, 926 uint8 stencilEnable, 927 uint8 frontEnable, 928 uint8 backEnable, 929 uint8 stencilReadMask, 930 uint8 stencilWriteMask, 931 uint8 frontStencilFailOp, 932 uint8 frontStencilDepthFailOp [all...] |
| svga_pipe_rasterizer.c | 117 const uint8 line_factor = rast->templ.line_stipple_enable ? 134 const uint8 pv_last = !rast->templ.flatshade_first &&
|
| svga_pipe_sampler.c | 102 static uint8 166 uint8 compare_func;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/haiku-softpipe/ |
| SoftwareRenderer.cpp | 177 uint8 bytesPerPixel = bytesPerRow / fBitmap->Bounds().IntegerWidth(); 185 uint8 *p = (uint8 *)fInfo->bits + clip->top 187 uint8 *b = (uint8 *)fBitmap->Bits() 236 uint8 *ps = (uint8 *) fBitmap->Bits(); 237 uint8 *pd = (uint8 *) bitmap->Bits(); 276 uint8 *ps = (uint8 *) bitmap->Bits() [all...] |
| /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" }; 654 uint8_t uint8 = 0; 655 EndianessCopy(&uint8, buf, size); 656 if (data_format == DataFormat_Dec) { ImSnprintf(out_buf, out_buf_size, "%hhu", uint8); return; } 657 if (data_format == DataFormat_Hex) { ImSnprintf(out_buf, out_buf_size, "0x%02x", uint8 & 0XFF); 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" }; 649 uint8_t uint8 = 0; 650 EndianessCopy(&uint8, buf, size); 651 if (data_format == DataFormat_Dec) { snprintf(out_buf, out_buf_size, "%hhu", uint8); return; } 652 if (data_format == DataFormat_Hex) { snprintf(out_buf, out_buf_size, "0x%02x", uint8 & 0XFF); return; }
|