Lines Matching refs:cl_version
526 const cl_version version = platform->cast<Platform>().getVersion(); in ValidateGetPlatformInfo()
590 const cl_version version = dev.getVersion(); in ValidateGetDeviceInfo()
803 const cl_version version = queue.getDevice().getVersion(); in ValidateGetCommandQueueInfo()
919 const cl_version version = memobj->cast<Memory>().getContext().getPlatform().getVersion(); in ValidateGetMemObjectInfo()
955 const cl_version version = image->cast<Image>().getContext().getPlatform().getVersion(); in ValidateGetImageInfo()
999 const cl_version version = sampler->cast<Sampler>().getContext().getPlatform().getVersion(); in ValidateGetSamplerInfo()
1160 const cl_version version = prog.getContext().getPlatform().getVersion(); in ValidateGetProgramInfo()
1205 const cl_version version = prog.getContext().getPlatform().getVersion(); in ValidateGetProgramBuildInfo()
1379 const cl_version version = in ValidateGetKernelInfo()
1437 const cl_version version = krnl.getProgram().getContext().getPlatform().getInfo().version; in ValidateGetKernelWorkGroupInfo()
1504 const cl_version version = event->cast<Event>().getContext().getPlatform().getVersion(); in ValidateGetEventInfo()
1557 const cl_version version = evt.getContext().getPlatform().getVersion(); in ValidateGetEventProfilingInfo()