Searched refs:clCreateSamplerWithProperties (Results 1 – 19 of 19) sorted by relevance
/external/angle/src/libOpenCL/ |
D | libOpenCL_autogen.map | 121 clCreateSamplerWithProperties;
|
D | libOpenCL_autogen.cpp | 951 clCreateSamplerWithProperties(cl_context context, in clCreateSamplerWithProperties() function 955 return cl::GetDispatch().clCreateSamplerWithProperties(context, sampler_properties, in clCreateSamplerWithProperties()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | opencl_wrapper.cc | 149 LoadFunction(clCreateSamplerWithProperties); in LoadOpenCLFunctions() 267 PFN_clCreateSamplerWithProperties clCreateSamplerWithProperties; in LoadOpenCLFunctions() variable
|
D | opencl_wrapper.h | 554 extern PFN_clCreateSamplerWithProperties clCreateSamplerWithProperties;
|
/external/angle/src/libGLESv2/ |
D | cl_dispatch_table.cpp | 171 cl::clCreateSamplerWithProperties,
|
D | proc_table_cl_autogen.cpp | 124 {"clCreateSamplerWithProperties", P(::cl::clCreateSamplerWithProperties)}, in GetProcTable()
|
D | entry_points_cl_autogen.h | 502 clCreateSamplerWithProperties(cl_context context,
|
D | entry_points_cl_autogen.cpp | 1983 clCreateSamplerWithProperties(cl_context context, in clCreateSamplerWithProperties() function
|
/external/angle/src/libANGLE/renderer/cl/ |
D | CLContextCL.cpp | 232 nativeSampler = mNative->getDispatch().clCreateSamplerWithProperties( in createSampler() 245 mNative->getDispatch().clCreateSamplerWithProperties(mNative, propArray, &errorCode); in createSampler()
|
D | CLPlatformCL.cpp | 275 mNative->getDispatch().clCreateSamplerWithProperties == nullptr || in createInfo()
|
/external/OpenCL-CTS/test_conformance/api/ |
D | test_clone_kernel.cpp | 155 sampler = clCreateSamplerWithProperties(context, properties, &error); in test_image_arg_shallow_clone()
|
D | test_queries.cpp | 192 sampler = clCreateSamplerWithProperties(context, properties, &error); in test_sampler_params()
|
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/ |
D | test_common.cpp | 29 sampler = clCreateSamplerWithProperties(context, properties, error); in create_sampler()
|
/external/mesa3d/include/CL/ |
D | cl.h | 1210 clCreateSamplerWithProperties(cl_context context,
|
D | cl_icd.h | 1263 cl_api_clCreateSamplerWithProperties clCreateSamplerWithProperties; member
|
D | cl2.hpp | 884 … __CREATE_SAMPLER_WITH_PROPERTIES_ERR CL_HPP_ERR_STR_(clCreateSamplerWithProperties) 5584 object_ = ::clCreateSamplerWithProperties( in Sampler()
|
/external/angle/include/CL/ |
D | cl_icd.h | 1263 cl_api_clCreateSamplerWithProperties clCreateSamplerWithProperties; member
|
D | cl.h | 1212 clCreateSamplerWithProperties(cl_context context,
|
/external/OpenCL-CTS/dependencies/ocl-headers/CL/ |
D | cl.h | 1212 clCreateSamplerWithProperties(cl_context context,
|