| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | property.c | 208 int sizeInBytes, totalSize, err; in ProcChangeProperty() local 228 sizeInBytes = format >> 3; in ProcChangeProperty() 229 totalSize = len * sizeInBytes; in ProcChangeProperty() 260 int sizeInBytes, totalSize, rc; in dixChangeWindowProperty() local 264 sizeInBytes = format >> 3; in dixChangeWindowProperty() 265 totalSize = len * sizeInBytes; in dixChangeWindowProperty() 327 data = xallocarray(pProp->size + len, sizeInBytes); in dixChangeWindowProperty() 330 memcpy(data, pProp->data, pProp->size * sizeInBytes); in dixChangeWindowProperty() 331 memcpy(data + pProp->size * sizeInBytes, value, totalSize); in dixChangeWindowProperty() 336 data = xallocarray(len + pProp->size, sizeInBytes); in dixChangeWindowProperty() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/vfb/ |
| H A D | InitOutput.c | 86 int sizeInBytes; member 490 (size_t) vfbScreens[i].sizeInBytes, MS_ASYNC)) in vfbBlockHandler() 494 (size_t) vfbScreens[i].sizeInBytes)) in vfbBlockHandler() 527 currentFileSize < pvfb->sizeInBytes; in vfbAllocateMmappedFramebuffer() 530 pvfb->sizeInBytes - currentFileSize); in vfbAllocateMmappedFramebuffer() 540 pvfb->pXWDHeader = (XWDFileHeader *) mmap((caddr_t) NULL, pvfb->sizeInBytes, in vfbAllocateMmappedFramebuffer() 564 pvfb->shmid = shmget(IPC_PRIVATE, pvfb->sizeInBytes, IPC_CREAT | 0777); in vfbAllocateSharedMemoryFramebuffer() 567 ErrorF("shmget %d bytes failed, %s", pvfb->sizeInBytes, in vfbAllocateSharedMemoryFramebuffer() 592 pvfb->sizeInBytes = pvfb->paddedBytesWidth * pvfb->height; in vfbAllocateFramebufferMemory() 613 pvfb->sizeInBytes += SIZEOF(XWDheader) + XWD_WINDOW_NAME_LEN + in vfbAllocateFramebufferMemory() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/device_include/ |
| H A D | svga3d_cmd.h | 1400 uint32 sizeInBytes; member 1444 uint32 sizeInBytes; member 1602 uint32 sizeInBytes; member 1614 uint32 sizeInBytes; member 1633 uint32 sizeInBytes; member 1658 uint32 sizeInBytes; member 1686 uint32 sizeInBytes; member 1701 uint32 sizeInBytes; member 2046 uint32 sizeInBytes; member
|
| H A D | svga3d_dx.h | 237 uint32 sizeInBytes; member 628 uint32 sizeInBytes; member 1710 uint32 sizeInBytes; /* Number of bytes of shader text. */ member 1719 uint32 sizeInBytes; member 1843 uint32 sizeInBytes; member 1951 uint32 sizeInBytes; member
|
| H A D | svga_reg.h | 1829 uint32 sizeInBytes; member
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/ |
| H A D | qt_image.cpp | 58 auto img = std::make_unique<uint8_t[]>(image.sizeInBytes()); in decodeImage() 59 memcpy(img.get(), image.constBits(), image.sizeInBytes()); in decodeImage()
|
| H A D | qmapboxgl.cpp | 141 auto img = std::make_unique<uint8_t[]>(swapped.sizeInBytes()); in toStyleImage() 142 memcpy(img.get(), swapped.constBits(), swapped.sizeInBytes()); in toStyleImage()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_mob.c | 162 cmd->body.sizeInBytes = otable->size; in vmw_setup_otable_base() 215 cmd->body.sizeInBytes = 0; in vmw_takedown_otable_base() 637 cmd->body.sizeInBytes = num_data_pages * PAGE_SIZE; in vmw_mob_bind()
|
| H A D | vmwgfx_streamoutput.c | 111 cmd->body.sizeInBytes = so->size; in vmw_dx_streamoutput_unscrub() 184 cmd->body.sizeInBytes = so->size; in vmw_dx_streamoutput_scrub()
|
| H A D | vmwgfx_binding.c | 699 cmd->body.sizeInBytes = binding->size; in vmw_binding_scrub_cb() 703 cmd->body.sizeInBytes = 0; in vmw_binding_scrub_cb() 903 so_buffer->sizeInBytes = biso->size; in vmw_collect_so_targets() 907 so_buffer->sizeInBytes = 0; in vmw_collect_so_targets()
|
| H A D | vmwgfx_shader.c | 235 cmd->body.sizeInBytes = shader->size; in vmw_gb_shader_create()
|
| H A D | vmwgfx_execbuf.c | 2146 binding.size = cmd->body.sizeInBytes; in vmw_cmd_dx_set_single_constant_buffer() 2514 binding.size = cmd->targets[i].sizeInBytes; in vmw_cmd_dx_set_so_targets() 3056 vmw_dx_streamoutput_set_size(res, cmd->body.sizeInBytes); in vmw_cmd_dx_bind_streamoutput()
|
| /OK3568_Linux_fs/external/xserver/randr/ |
| H A D | rrproviderproperty.c | 500 int sizeInBytes; in ProcRRChangeProviderProperty() local 520 sizeInBytes = format >> 3; in ProcRRChangeProviderProperty() 521 totalSize = len * sizeInBytes; in ProcRRChangeProviderProperty()
|
| H A D | rrproperty.c | 532 int sizeInBytes; in ProcRRChangeOutputProperty() local 552 sizeInBytes = format >> 3; in ProcRRChangeOutputProperty() 553 totalSize = len * sizeInBytes; in ProcRRChangeOutputProperty()
|