Home
last modified time | relevance | path

Searched refs:CL_CONTEXT_PLATFORM (Results 1 – 24 of 24) sorted by relevance

/external/OpenCL-CTS/test_conformance/api/
Dtest_platform.cpp244 …cl_context_properties properties[] = { CL_CONTEXT_PLATFORM, (cl_context_properties)platforms[p], 0… in test_get_platform_ids()
274 …if (properties[0] != (cl_context_properties)CL_CONTEXT_PLATFORM || properties[1] != (cl_context_pr… in test_get_platform_ids()
276 … (void*)CL_CONTEXT_PLATFORM, platforms[p], (void*)properties[0], (void*)properties[1]); in test_get_platform_ids()
Dtest_create_context_from_type.cpp57 (cl_context_properties)CL_CONTEXT_PLATFORM, in test_create_context_from_type()
/external/OpenCL-CTS/test_common/gl/
Dsetup_win32.cpp75 CL_CONTEXT_PLATFORM, (cl_context_properties) m_platform, in CreateCLContext()
/external/mesa3d/src/gallium/frontends/clover/api/
Dcontext.cpp42 if (prop.first == CL_CONTEXT_PLATFORM) in clCreateContext()
/external/OpenCL-CTS/test_conformance/gles/
Dsetup_egl.cpp106 CL_CONTEXT_PLATFORM, (cl_context_properties) _platform, in CreateCLContext()
/external/skqp/src/compute/skc/
Dmain.c141 CL_CONTEXT_PLATFORM, (cl_context_properties)platform_id_cl, in main()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_context.cc160 CL_CONTEXT_PLATFORM, in CreateCLGLContext()
/external/OpenCL-CTS/test_conformance/SVM/
Dmain.cpp241 …cl_context_properties context_properties[3] = {CL_CONTEXT_PLATFORM, (cl_context_properties)platfor… in create_cl_objects()
/external/angle/src/libANGLE/renderer/cl/
DCLPlatformCL.cpp387 CL_CONTEXT_PLATFORM, reinterpret_cast<cl_context_properties>(mNative), in createContext()
410 CL_CONTEXT_PLATFORM, reinterpret_cast<cl_context_properties>(mNative), in createContextFromType()
/external/angle/src/libANGLE/
DCLPlatform.cpp41 case CL_CONTEXT_PLATFORM: in ParseContextProperties()
DvalidationCL.cpp48 case CL_CONTEXT_PLATFORM: in ValidateContextProperties()
/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/
Dtest_create_context.cpp84 CL_CONTEXT_PLATFORM, in context_create()
Dtest_interop_sync.cpp88 CL_CONTEXT_PLATFORM, in interop_user_sync()
Dtest_functions_kernel.cpp133 CL_CONTEXT_PLATFORM, in kernel_functions()
Dtest_memory_access.cpp98 CL_CONTEXT_PLATFORM, in memory_access()
Dtest_functions_api.cpp105 CL_CONTEXT_PLATFORM, in api_functions()
Dtest_other_data_types.cpp80 CL_CONTEXT_PLATFORM, in other_data_types()
/external/skqp/src/compute/hs/cl/bench/
Dmain.c592 CL_CONTEXT_PLATFORM, (cl_context_properties)platform_id, in main()
/external/mesa3d/include/CL/
Dcl.h468 #define CL_CONTEXT_PLATFORM 0x1084 macro
Dcl2.hpp2751 CL_CONTEXT_PLATFORM, (cl_context_properties)defaultPlatform, 0 in makeDefault()
2873 cl_context_properties prop[4] = {CL_CONTEXT_PLATFORM, 0, 0, 0 }; in Context()
4044 if( props[i] == CL_CONTEXT_PLATFORM ) { in BufferD3D10()
Dcl.hpp2586 cl_context_properties prop[4] = {CL_CONTEXT_PLATFORM, 0, 0, 0 }; in Context()
3405 if( props[i] == CL_CONTEXT_PLATFORM ) { in BufferD3D10()
/external/angle/include/CL/
Dcl.h470 #define CL_CONTEXT_PLATFORM 0x1084 macro
/external/OpenCL-CTS/dependencies/ocl-headers/CL/
Dcl.h470 #define CL_CONTEXT_PLATFORM 0x1084 macro
/external/ImageMagick/MagickCore/
Dopencl.c2390 properties[0]=CL_CONTEXT_PLATFORM; in LoadOpenCLDevices()