Searched refs:clCreateImageWithProperties (Results 1 – 18 of 18) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
D | memory.cpp | 169 clCreateImageWithProperties(cl_context d_ctx, in clCreateImageWithProperties() function 288 return clCreateImageWithProperties(d_ctx, NULL, d_flags, format, desc, host_ptr, r_errcode); in clCreateImage() 300 return clCreateImageWithProperties(d_ctx, NULL, d_flags, format, &desc, host_ptr, r_errcode); in clCreateImage2D() 312 return clCreateImageWithProperties(d_ctx, NULL, d_flags, format, &desc, host_ptr, r_errcode); in clCreateImage3D()
|
D | dispatch.cpp | 201 clCreateImageWithProperties,
|
/third_party/mesa3d/src/gallium/targets/opencl/ |
D | OpenCL.def | 123 clCreateImageWithProperties
|
/third_party/skia/third_party/externals/angle2/src/libOpenCL/ |
D | libOpenCL_autogen.map | 152 clCreateImageWithProperties;
|
D | libOpenCL_autogen.cpp | 1141 cl_mem CL_API_CALL clCreateImageWithProperties(cl_context context, in clCreateImageWithProperties() function 1149 return cl::GetDispatch().clCreateImageWithProperties(context, properties, flags, image_format, in clCreateImageWithProperties()
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | cl_dispatch_table.cpp | 193 cl::clCreateImageWithProperties,
|
D | proc_table_cl_autogen.cpp | 143 {"clCreateImageWithProperties", P(::cl::clCreateImageWithProperties)}, in GetProcTable()
|
D | entry_points_cl_autogen.h | 604 cl_mem CL_API_CALL clCreateImageWithProperties(cl_context context,
|
D | entry_points_cl_autogen.cpp | 2374 cl_mem CL_API_CALL clCreateImageWithProperties(cl_context context, in clCreateImageWithProperties() function
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
D | CLContextCL.cpp | 155 nativeImage = mNative->getDispatch().clCreateImageWithProperties( in createImage()
|
D | CLPlatformCL.cpp | 304 mNative->getDispatch().clCreateImageWithProperties == nullptr || in createInfo()
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
D | cl_icd.h | 1285 cl_api_clCreateImageWithProperties clCreateImageWithProperties; member
|
D | cl.h | 1132 clCreateImageWithProperties(cl_context context,
|
/third_party/mesa3d/include/CL/ |
D | cl.h | 1130 clCreateImageWithProperties(cl_context context,
|
D | cl_icd.h | 1285 cl_api_clCreateImageWithProperties clCreateImageWithProperties; member
|
/third_party/opencl-headers/CL/ |
D | cl.h | 1132 clCreateImageWithProperties(cl_context context,
|
D | cl_icd.h | 1285 cl_api_clCreateImageWithProperties clCreateImageWithProperties; member
|
/third_party/mesa3d/docs/ |
D | features.txt | 661 clCreateImageWithProperties DONE
|