Home
last modified time | relevance | path

Searched refs:dst_fb (Results 1 – 4 of 4) sorted by relevance

/external/libkmsxx/utils/
Domap-wbm2m.cpp168 DumbFramebuffer* dst_fb = in->dequeue(); in main() local
170 for (unsigned i = 0; i < dst_fb->num_planes(); ++i) in main()
171 os.write((char*)dst_fb->map(i), dst_fb->size(i)); in main()
172 in->queue(dst_fb); in main()
/external/igt-gpu-tools/tests/
Dkms_big_fb.c74 struct igt_fb *dst_fb, int dx, int dy, in copy_pattern() argument
81 init_buf(data, &dst, dst_fb, "big fb dst"); in copy_pattern()
83 gem_set_domain(data->drm_fd, dst_fb->gem_handle, in copy_pattern()
97 w = min(w, dst_fb->width - dx); in copy_pattern()
100 h = min(h, dst_fb->height - dy); in copy_pattern()
/external/igt-gpu-tools/lib/
Digt_fb.c1978 const struct igt_fb *dst_fb, in rendercopy() argument
1987 igt_assert_eq(dst_fb->offsets[0], 0); in rendercopy()
1991 init_buf(blit, &dst, dst_fb, "cairo rendercopy dst"); in rendercopy()
1994 &src, 0, 0, dst_fb->plane_width[0], dst_fb->plane_height[0], in rendercopy()
2001 static void blitcopy(const struct igt_fb *dst_fb, in blitcopy() argument
2004 igt_assert_eq(dst_fb->fd, src_fb->fd); in blitcopy()
2005 igt_assert_eq(dst_fb->num_planes, src_fb->num_planes); in blitcopy()
2007 for (int i = 0; i < dst_fb->num_planes; i++) { in blitcopy()
2008 igt_assert_eq(dst_fb->plane_bpp[i], src_fb->plane_bpp[i]); in blitcopy()
2009 igt_assert_eq(dst_fb->plane_width[i], src_fb->plane_width[i]); in blitcopy()
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dserialization.cc798 for (auto dst_fb : *fb_def->dst_tensors()) { in Decode()
800 Decode(dst_fb, &desc); in Decode()