Home
last modified time | relevance | path

Searched refs:sizeInBytes (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/external/xserver/dix/
H A Dproperty.c208 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 DInitOutput.c86 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 Dsvga3d_cmd.h1400 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 Dsvga3d_dx.h237 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 Dsvga_reg.h1829 uint32 sizeInBytes; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqt_image.cpp58 auto img = std::make_unique<uint8_t[]>(image.sizeInBytes()); in decodeImage()
59 memcpy(img.get(), image.constBits(), image.sizeInBytes()); in decodeImage()
H A Dqmapboxgl.cpp141 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 Dvmwgfx_mob.c162 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 Dvmwgfx_streamoutput.c111 cmd->body.sizeInBytes = so->size; in vmw_dx_streamoutput_unscrub()
184 cmd->body.sizeInBytes = so->size; in vmw_dx_streamoutput_scrub()
H A Dvmwgfx_binding.c699 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 Dvmwgfx_shader.c235 cmd->body.sizeInBytes = shader->size; in vmw_gb_shader_create()
H A Dvmwgfx_execbuf.c2146 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 Drrproviderproperty.c500 int sizeInBytes; in ProcRRChangeProviderProperty() local
520 sizeInBytes = format >> 3; in ProcRRChangeProviderProperty()
521 totalSize = len * sizeInBytes; in ProcRRChangeProviderProperty()
H A Drrproperty.c532 int sizeInBytes; in ProcRRChangeOutputProperty() local
552 sizeInBytes = format >> 3; in ProcRRChangeOutputProperty()
553 totalSize = len * sizeInBytes; in ProcRRChangeOutputProperty()