Searched refs:src_fb (Results 1 – 5 of 5) sorted by relevance
/external/libkmsxx/utils/ |
D | omap-wbm2m.cpp | 186 DumbFramebuffer* src_fb = out->dequeue(); in main() local 189 read_frame(src_fb, src_frame_num++); in main() 190 out->queue(src_fb); in main()
|
/external/igt-gpu-tools/tests/ |
D | kms_big_fb.c | 75 struct igt_fb *src_fb, int sx, int sy, in copy_pattern() argument 80 init_buf(data, &src, src_fb, "big fb src"); in copy_pattern() 85 gem_set_domain(data->drm_fd, src_fb->gem_handle, in copy_pattern() 96 w = min(w, src_fb->width - sx); in copy_pattern() 99 h = min(h, src_fb->height - sy); in copy_pattern()
|
/external/igt-gpu-tools/lib/ |
D | igt_fb.c | 1979 const struct igt_fb *src_fb) in rendercopy() argument 1988 igt_assert_eq(src_fb->offsets[0], 0); in rendercopy() 1990 init_buf(blit, &src, src_fb, "cairo rendercopy src"); in rendercopy() 2002 const struct igt_fb *src_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() 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() 2010 igt_assert_eq(dst_fb->plane_height[i], src_fb->plane_height[i]); in blitcopy() 2013 src_fb->gem_handle, in blitcopy() [all …]
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 2055 char src_fb[PIPE_MAX_COLOR_BUFS][64]; in emit_fragment_logicop() local 2065 snprintf(src_fb[i], ARRAY_SIZE(src_fb[i]), in emit_fragment_logicop() 2078 snprintf(src_fb[i], ARRAY_SIZE(src_fb[i]), in emit_fragment_logicop() 2116 "~%s", src_fb[i]); in emit_fragment_logicop() 2120 "%s & %s", src[i], src_fb[i]); in emit_fragment_logicop() 2124 "~( %s & %s )", src[i], src_fb[i]); in emit_fragment_logicop() 2128 "~( %s | %s )", src[i], src_fb[i]); in emit_fragment_logicop() 2132 "~%s & %s", src[i], src_fb[i]); in emit_fragment_logicop() 2136 "%s & ~%s", src[i], src_fb[i]); in emit_fragment_logicop() 2140 "%s ^%s", src[i], src_fb[i]); in emit_fragment_logicop() [all …]
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | serialization.cc | 793 for (auto src_fb : *fb_def->src_tensors()) { in Decode() 795 Decode(src_fb, &desc); in Decode()
|