Searched refs:clCreateSampler (Results 1 - 17 of 17) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
H A D | sampler.cpp | 29 clCreateSampler(cl_context d_ctx, cl_bool norm_mode, in clCreateSampler() function
|
H A D | dispatch.cpp | 50 clCreateSampler,
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | cl_dispatch_table.cpp | 40 cl::clCreateSampler,
|
H A D | proc_table_cl_autogen.cpp | 93 {"clCreateSampler", P(::cl::clCreateSampler)}, in GetProcTable()
|
H A D | entry_points_cl_autogen.h | 327 cl_sampler CL_API_CALL clCreateSampler(cl_context context,
|
H A D | entry_points_cl_autogen.cpp | 1303 cl_sampler CL_API_CALL clCreateSampler(cl_context context, in clCreateSampler() function
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
H A D | CLPlatformCL.cpp | 74 mNative->getDispatch().clCreateSampler == nullptr || in createInfo()
|
H A D | CLContextCL.cpp | 226 nativeSampler = mNative->getDispatch().clCreateSampler( in createSampler()
|
/third_party/skia/third_party/externals/angle2/src/libOpenCL/ |
H A D | libOpenCL_autogen.cpp | 628 cl_sampler CL_API_CALL clCreateSampler(cl_context context, in clCreateSampler() function 634 return cl::GetDispatch().clCreateSampler(context, normalized_coords, addressing_mode, in clCreateSampler()
|
/third_party/opencl-headers/CL/ |
H A D | cl_icd.h | 1128 cl_api_clCreateSampler clCreateSampler; member
|
H A D | cl.h | 1919 clCreateSampler(cl_context context,
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
H A D | cl_icd.h | 1128 cl_api_clCreateSampler clCreateSampler; member
|
H A D | cl.h | 1912 clCreateSampler(cl_context context,
|
/third_party/mesa3d/include/CL/ |
H A D | cl_icd.h | 1128 cl_api_clCreateSampler clCreateSampler; member
|
H A D | cl.h | 1910 clCreateSampler(cl_context context,
|
H A D | cl2.hpp | 966 #define __CREATE_SAMPLER_ERR CL_HPP_ERR_STR_(clCreateSampler) 5567 * Wraps clCreateSampler(). 5594 object_ = ::clCreateSampler( in Sampler()
|
H A D | cl.hpp | 409 #define __CREATE_SAMPLER_ERR __ERR_STR(clCreateSampler) 4666 * Wraps clCreateSampler(). 4676 object_ = ::clCreateSampler( in Sampler()
|
Completed in 52 milliseconds