/external/OpenCL-ICD-Loader/loader/windows/ |
D | OpenCL-mingw-i686.def | 32 clCreateContextFromType@24 == clCreateContextFromType
|
D | OpenCL.def | 36 clCreateContextFromType
|
/external/OpenCL-ICD-Loader/scripts/ |
D | icd_dispatch_generated.c.mako | 10 'clCreateContextFromType', 108 ## clCreateContextFromType is a special case, since it calls 110 % elif api.Name == "clCreateContextFromType": 140 %elif api.Name == "clCreateContextFromType":
|
/external/OpenCL-CTS/test_conformance/vulkan/ |
D | test_vulkan_api_consistency.cpp | 52 context = clCreateContextFromType(contextProperties, CL_DEVICE_TYPE_GPU, in test_consistency_external_buffer() 204 context = clCreateContextFromType(contextProperties, CL_DEVICE_TYPE_GPU, in test_consistency_external_image() 390 context = clCreateContextFromType(contextProperties, CL_DEVICE_TYPE_GPU, in test_consistency_external_semaphore()
|
/external/mesa3d/src/gallium/targets/opencl/ |
D | OpenCL.def.in | 6 clCreateContextFromType@24
|
/external/ComputeLibrary/arm_compute/core/CL/ |
D | OpenCL.h | 94 DECLARE_FUNCTION_PTR(clCreateContextFromType);
|
/external/mesa3d/src/gallium/frontends/clover/api/ |
D | dispatch.cpp | 33 clCreateContextFromType,
|
D | context.cpp | 62 clCreateContextFromType(const cl_context_properties *d_props, in clCreateContextFromType() function
|
/external/OpenCL-CTS/test_conformance/api/ |
D | test_create_context_from_type.cpp | 62 context_to_test = clCreateContextFromType(properties, type, notify_callback, NULL, &error); in test_create_context_from_type()
|
/external/angle/src/libOpenCL/ |
D | libOpenCL_autogen.map | 18 clCreateContextFromType;
|
/external/OpenCL-ICD-Loader/test/driver_stub/ |
D | rename_api.h | 12 #define clCreateContextFromType ___clCreateContextFromType macro
|
D | icd.c | 53 ICD_DISPATCH_TABLE_ENTRY ( clCreateContextFromType ); in cliIcdDispatchTableCreate()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | opencl_wrapper.cc | 128 LoadFunction(clCreateContextFromType); in LoadOpenCLFunctions() 257 PFN_clCreateContextFromType clCreateContextFromType; in LoadOpenCLFunctions() variable
|
/external/OpenCL-ICD-Loader/loader/linux/ |
D | icd_exports.map | 25 clCreateContextFromType;
|
/external/angle/src/libGLESv2/ |
D | cl_dispatch_table.cpp | 23 cl::clCreateContextFromType,
|
D | proc_table_cl_autogen.cpp | 34 {"clCreateContextFromType", P(::cl::clCreateContextFromType)}, in GetProcTable()
|
/external/mesa3d/include/CL/ |
D | cl_icd.h | 45 clCreateContextFromType_t *clCreateContextFromType; member
|
/external/OpenCL-Headers/CL/ |
D | cl_icd.h | 45 clCreateContextFromType_t *clCreateContextFromType; member
|
/external/angle/include/CL/ |
D | cl_icd.h | 45 clCreateContextFromType_t *clCreateContextFromType; member
|
/external/angle/src/libANGLE/renderer/cl/ |
D | CLPlatformCL.cpp | 60 mNative->getDispatch().clCreateContextFromType == nullptr || in createInfo() 413 cl_context nativeContext = mNative->getDispatch().clCreateContextFromType( in createContextFromType()
|
/external/mesa3d/src/gallium/frontends/rusticl/api/ |
D | context.rs | 203 #[cl_entrypoint(clCreateContextFromType)]
|
D | icd.rs | 30 clCreateContextFromType: Some(clCreateContextFromType),
|
/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/ |
D | test_create_context.cpp | 99 ctx = clCreateContextFromType(&contextProperties[0], in context_create()
|
D | test_interop_sync.cpp | 106 ctx = clCreateContextFromType(&contextProperties[0], in interop_user_sync()
|
/external/ComputeLibrary/src/core/CL/ |
D | OpenCL.cpp | 126 LOAD_FUNCTION_PTR(clCreateContextFromType, handle); in load() 368 cl_context clCreateContextFromType(const cl_context_properties *properties, in clCreateContextFromType() function
|