/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_meta_blit_resolve.c | 500 struct vk_image *dst_image, in do_blit() argument 616 .image = vk_image_to_handle(dst_image), in do_blit() 617 .viewType = vk_image_sampled_view_type(dst_image), in do_blit() 714 struct vk_image *dst_image, in vk_meta_blit_image() argument 783 dst_image, dst_format, dst_image_layout, in vk_meta_blit_image() 795 VK_FROM_HANDLE(vk_image, dst_image, blit->dstImage); in vk_meta_blit_image2() 799 dst_image, dst_image->format, blit->dstImageLayout, in vk_meta_blit_image2() 809 struct vk_image *dst_image, in vk_meta_resolve_image() argument 843 dst_image, dst_format, dst_image_layout, in vk_meta_resolve_image() 856 VK_FROM_HANDLE(vk_image, dst_image, resolve->dstImage); in vk_meta_resolve_image2() [all …]
|
D | vk_meta.h | 263 struct vk_image *dst_image, 279 struct vk_image *dst_image,
|
/hardware/qcom/display/msm8960/libcopybit/ |
D | copybit_c2d.cpp | 1139 copybit_image_t dst_image; in stretch_copybit_internal() local 1140 dst_image.w = dst->w; in stretch_copybit_internal() 1141 dst_image.h = dst->h; in stretch_copybit_internal() 1142 dst_image.format = dst->format; in stretch_copybit_internal() 1143 dst_image.handle = dst->handle; in stretch_copybit_internal() 1172 dst_image.handle = dst_hnd; in stretch_copybit_internal() 1175 status = set_image(ctx, ctx->dst[ctx->dst_surface_type], &dst_image, in stretch_copybit_internal()
|
/hardware/qcom/display/msm8996/libcopybit/ |
D | copybit_c2d.cpp | 1165 copybit_image_t dst_image; in stretch_copybit_internal() local 1166 dst_image.w = dst->w; in stretch_copybit_internal() 1167 dst_image.h = dst->h; in stretch_copybit_internal() 1168 dst_image.format = dst->format; in stretch_copybit_internal() 1169 dst_image.handle = dst->handle; in stretch_copybit_internal() 1198 dst_image.handle = dst_hnd; in stretch_copybit_internal() 1202 status = set_image(ctx, ctx->dst[ctx->dst_surface_type], &dst_image, in stretch_copybit_internal()
|
/hardware/qcom/display/msm8909/libcopybit/ |
D | copybit_c2d.cpp | 1165 copybit_image_t dst_image; in stretch_copybit_internal() local 1166 dst_image.w = dst->w; in stretch_copybit_internal() 1167 dst_image.h = dst->h; in stretch_copybit_internal() 1168 dst_image.format = dst->format; in stretch_copybit_internal() 1169 dst_image.handle = dst->handle; in stretch_copybit_internal() 1198 dst_image.handle = dst_hnd; in stretch_copybit_internal() 1202 status = set_image(ctx, ctx->dst[ctx->dst_surface_type], &dst_image, in stretch_copybit_internal()
|
/hardware/qcom/display/msm8226/libcopybit/ |
D | copybit_c2d.cpp | 1164 copybit_image_t dst_image; in stretch_copybit_internal() local 1165 dst_image.w = dst->w; in stretch_copybit_internal() 1166 dst_image.h = dst->h; in stretch_copybit_internal() 1167 dst_image.format = dst->format; in stretch_copybit_internal() 1168 dst_image.handle = dst->handle; in stretch_copybit_internal() 1197 dst_image.handle = dst_hnd; in stretch_copybit_internal() 1201 status = set_image(ctx, ctx->dst[ctx->dst_surface_type], &dst_image, in stretch_copybit_internal()
|
/hardware/qcom/sm7250/display/libcopybit/ |
D | copybit_c2d.cpp | 1165 copybit_image_t dst_image; in stretch_copybit_internal() local 1166 dst_image.w = dst->w; in stretch_copybit_internal() 1167 dst_image.h = dst->h; in stretch_copybit_internal() 1168 dst_image.format = dst->format; in stretch_copybit_internal() 1169 dst_image.handle = dst->handle; in stretch_copybit_internal() 1198 dst_image.handle = dst_hnd; in stretch_copybit_internal() 1202 status = set_image(ctx, ctx->dst[ctx->dst_surface_type], &dst_image, in stretch_copybit_internal()
|
/hardware/qcom/sm8150/display/libcopybit/ |
D | copybit_c2d.cpp | 1165 copybit_image_t dst_image; in stretch_copybit_internal() local 1166 dst_image.w = dst->w; in stretch_copybit_internal() 1167 dst_image.h = dst->h; in stretch_copybit_internal() 1168 dst_image.format = dst->format; in stretch_copybit_internal() 1169 dst_image.handle = dst->handle; in stretch_copybit_internal() 1198 dst_image.handle = dst_hnd; in stretch_copybit_internal() 1202 status = set_image(ctx, ctx->dst[ctx->dst_surface_type], &dst_image, in stretch_copybit_internal()
|
/hardware/qcom/display/msm8909w_3100/libcopybit/ |
D | copybit_c2d.cpp | 1165 copybit_image_t dst_image; in stretch_copybit_internal() local 1166 dst_image.w = dst->w; in stretch_copybit_internal() 1167 dst_image.h = dst->h; in stretch_copybit_internal() 1168 dst_image.format = dst->format; in stretch_copybit_internal() 1169 dst_image.handle = dst->handle; in stretch_copybit_internal() 1198 dst_image.handle = dst_hnd; in stretch_copybit_internal() 1202 status = set_image(ctx, ctx->dst[ctx->dst_surface_type], &dst_image, in stretch_copybit_internal()
|
/hardware/qcom/display/msm8084/libcopybit/ |
D | copybit_c2d.cpp | 1158 copybit_image_t dst_image; in stretch_copybit_internal() local 1159 dst_image.w = dst->w; in stretch_copybit_internal() 1160 dst_image.h = dst->h; in stretch_copybit_internal() 1161 dst_image.format = dst->format; in stretch_copybit_internal() 1162 dst_image.handle = dst->handle; in stretch_copybit_internal() 1191 dst_image.handle = dst_hnd; in stretch_copybit_internal() 1195 status = set_image(ctx, ctx->dst[ctx->dst_surface_type], &dst_image, in stretch_copybit_internal()
|
/hardware/qcom/display/msm8998/libcopybit/ |
D | copybit_c2d.cpp | 1163 copybit_image_t dst_image; in stretch_copybit_internal() local 1164 dst_image.w = dst->w; in stretch_copybit_internal() 1165 dst_image.h = dst->h; in stretch_copybit_internal() 1166 dst_image.format = dst->format; in stretch_copybit_internal() 1167 dst_image.handle = dst->handle; in stretch_copybit_internal() 1196 dst_image.handle = dst_hnd; in stretch_copybit_internal() 1200 status = set_image(ctx, ctx->dst[ctx->dst_surface_type], &dst_image, in stretch_copybit_internal()
|
/hardware/qcom/display/msm8994/libcopybit/ |
D | copybit_c2d.cpp | 1167 copybit_image_t dst_image; in stretch_copybit_internal() local 1168 dst_image.w = dst->w; in stretch_copybit_internal() 1169 dst_image.h = dst->h; in stretch_copybit_internal() 1170 dst_image.format = dst->format; in stretch_copybit_internal() 1171 dst_image.handle = dst->handle; in stretch_copybit_internal() 1200 dst_image.handle = dst_hnd; in stretch_copybit_internal() 1204 status = set_image(ctx, ctx->dst[ctx->dst_surface_type], &dst_image, in stretch_copybit_internal()
|
/hardware/google/gfxstream/guest/mesa/include/CL/ |
D | cl_ext.h | 158 cl_mem dst_image, 172 cl_mem dst_image, 321 cl_mem dst_image, 335 cl_mem dst_image, 1008 cl_mem dst_image,
|
D | cl_icd.h | 558 cl_command_queue command_queue, cl_mem src_image, cl_mem dst_image, 570 cl_command_queue command_queue, cl_mem src_buffer, cl_mem dst_image,
|
D | cl.h | 1653 cl_mem dst_image, 1675 cl_mem dst_image,
|