/external/OpenCL-CTS/test_conformance/api/ |
D | test_platform.cpp | 244 …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()
|
D | test_create_context_from_type.cpp | 57 (cl_context_properties)CL_CONTEXT_PLATFORM, in test_create_context_from_type()
|
/external/OpenCL-CTS/test_common/gl/ |
D | setup_win32.cpp | 75 CL_CONTEXT_PLATFORM, (cl_context_properties) m_platform, in CreateCLContext()
|
/external/mesa3d/src/gallium/frontends/clover/api/ |
D | context.cpp | 42 if (prop.first == CL_CONTEXT_PLATFORM) in clCreateContext()
|
/external/OpenCL-CTS/test_conformance/gles/ |
D | setup_egl.cpp | 106 CL_CONTEXT_PLATFORM, (cl_context_properties) _platform, in CreateCLContext()
|
/external/skqp/src/compute/skc/ |
D | main.c | 141 CL_CONTEXT_PLATFORM, (cl_context_properties)platform_id_cl, in main()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | cl_context.cc | 160 CL_CONTEXT_PLATFORM, in CreateCLGLContext()
|
/external/OpenCL-CTS/test_conformance/SVM/ |
D | main.cpp | 241 …cl_context_properties context_properties[3] = {CL_CONTEXT_PLATFORM, (cl_context_properties)platfor… in create_cl_objects()
|
/external/angle/src/libANGLE/renderer/cl/ |
D | CLPlatformCL.cpp | 387 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/ |
D | CLPlatform.cpp | 41 case CL_CONTEXT_PLATFORM: in ParseContextProperties()
|
D | validationCL.cpp | 48 case CL_CONTEXT_PLATFORM: in ValidateContextProperties()
|
/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/ |
D | test_create_context.cpp | 84 CL_CONTEXT_PLATFORM, in context_create()
|
D | test_interop_sync.cpp | 88 CL_CONTEXT_PLATFORM, in interop_user_sync()
|
D | test_functions_kernel.cpp | 133 CL_CONTEXT_PLATFORM, in kernel_functions()
|
D | test_memory_access.cpp | 98 CL_CONTEXT_PLATFORM, in memory_access()
|
D | test_functions_api.cpp | 105 CL_CONTEXT_PLATFORM, in api_functions()
|
D | test_other_data_types.cpp | 80 CL_CONTEXT_PLATFORM, in other_data_types()
|
/external/skqp/src/compute/hs/cl/bench/ |
D | main.c | 592 CL_CONTEXT_PLATFORM, (cl_context_properties)platform_id, in main()
|
/external/mesa3d/include/CL/ |
D | cl.h | 468 #define CL_CONTEXT_PLATFORM 0x1084 macro
|
D | cl2.hpp | 2751 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()
|
D | cl.hpp | 2586 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/ |
D | cl.h | 470 #define CL_CONTEXT_PLATFORM 0x1084 macro
|
/external/OpenCL-CTS/dependencies/ocl-headers/CL/ |
D | cl.h | 470 #define CL_CONTEXT_PLATFORM 0x1084 macro
|
/external/ImageMagick/MagickCore/ |
D | opencl.c | 2390 properties[0]=CL_CONTEXT_PLATFORM; in LoadOpenCLDevices()
|