Home
last modified time | relevance | path

Searched refs:cl_mem (Results 76 - 83 of 83) sorted by relevance

1234

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLContextCL.cpp114 cl_mem nativeBuffer = nullptr; in createBuffer()
137 cl_mem nativeImage = nullptr; in createImage()
142 const cl_mem nativeParent = in createImage()
/third_party/ffmpeg/libavfilter/
H A Dopencl.c268 cl_mem image; in ff_opencl_filter_work_size_from_image()
279 image = (cl_mem)frame->data[plane]; in ff_opencl_filter_work_size_from_image()
/third_party/ffmpeg/libavutil/
H A Dhwcontext_opencl.c1635 cl_mem image; in opencl_pool_alloc()
1708 av_buffer_pool_init2(sizeof(cl_mem), hwfc, in opencl_frames_init()
1847 (cl_mem)src->data[p], in opencl_transfer_data_from()
1902 (cl_mem)dst->data[p], in opencl_transfer_data_to()
1941 (cl_mem)hwmap->source->data[p], in opencl_unmap_frame()
2005 (cl_mem)src->data[p], in opencl_map_frame()
2041 (cl_mem)src->data[p], in opencl_map_frame()
2665 cl_mem object_buffers[AV_DRM_MAX_PLANES];
2667 cl_mem plane_images[AV_DRM_MAX_PLANES];
2741 cl_mem plane_buffe in opencl_map_from_drm_arm()
[all...]
/third_party/skia/third_party/externals/angle2/include/
H A Dangle_cl.h33 using MemoryCB = void(CL_CALLBACK *)(cl_mem memobj, void *user_data);
/third_party/mesa3d/include/CL/
H A Dcl_ext_intel.h694 extern CL_API_ENTRY cl_mem CL_API_CALL
703 typedef CL_API_ENTRY cl_mem (CL_API_CALL *
/third_party/mesa3d/src/gallium/frontends/clover/spirv/
H A Dinvocation.cpp401 sizeof(cl_mem), in create_binary_from_spirv()
419 sizeof(cl_mem), sizeof(cl_mem), sizeof(cl_mem), in create_binary_from_spirv()
/third_party/mesa3d/src/gallium/frontends/clover/nir/
H A Dinvocation.cpp87 /* Clover expects each image variable to take up a cl_mem worth of space in in clover_nir_add_image_uniforms()
93 uniform->type = glsl_uintN_t_type(sizeof(cl_mem) * 8); in clover_nir_add_image_uniforms()
356 args.emplace_back(binary::argument::global, sizeof(cl_mem),
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Dkernel.cpp369 cl_uint num_mems, const cl_mem *d_mems, in clEnqueueNativeKernel()

Completed in 9 milliseconds

1234