Lines Matching refs:cl_context_properties
1179 F(cl_context_info, CL_CONTEXT_PROPERTIES, cl::vector<cl_context_properties>) \
2606 cl_context_properties properties[3] = {
2607 CL_CONTEXT_PLATFORM, (cl_context_properties)defaultPlatform, 0
2610 cl_context_properties *properties = nullptr;
2656 cl_context_properties* properties = NULL,
2687 cl_context_properties* properties = NULL,
2717 cl_context_properties* properties = NULL,
2729 cl_context_properties prop[4] = {CL_CONTEXT_PLATFORM, 0, 0, 0 };
2744 cl_context_properties platform_id = 0;
2772 platform_id = (cl_context_properties)platforms[i]();
3897 vector<cl_context_properties> props = context.getInfo<CL_CONTEXT_PROPERTIES>();