Home
last modified time | relevance | path

Searched refs:cl_version (Results 1 - 25 of 25) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/spirv/
H A Dinvocation.hpp46 const cl_version opencl_version,
64 const cl_version opencl_version);
74 cl_version to_opencl_version_encoding(uint32_t version);
77 uint32_t to_spirv_version_encoding(cl_version version);
H A Dinvocation.cpp730 convert_opencl_version_to_target_env(const cl_version opencl_version) { in convert_opencl_version_to_target_env()
857 const cl_version opencl_version = dev.device_version(); in link_program()
889 const cl_version opencl_version, in is_valid_spirv()
912 const cl_version opencl_version) { in print_module()
946 cl_version
953 clover::spirv::to_spirv_version_encoding(cl_version version) { in to_spirv_version_encoding()
967 const cl_version opencl_version,
995 const cl_version opencl_version) {
1009 cl_version
1015 clover::spirv::to_spirv_version_encoding(cl_version versio
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Ddevice.hpp97 cl_version device_version() const;
98 cl_version device_clc_version(bool api = false) const;
121 cl_version version;
122 cl_version clc_version;
H A Dplatform.hpp47 cl_version platform_version() const;
50 cl_version version;
H A Ddevice.cpp49 cl_version
56 cl_version version = CL_MAKE_VERSION(0, 0, 0); in get_highest_supported_version()
526 cl_version
531 cl_version
H A Dplatform.cpp80 cl_version
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
H A Dinvocation.cpp78 static const cl_version ANY_VERSION = CL_MAKE_VERSION(9, 9, 9);
79 const cl_version cl_versions[] = {
89 cl_version version_number; // CLC Version
156 const cl_version
157 get_cl_version(cl_version requested, in get_cl_version()
158 cl_version max = ANY_VERSION) { in get_cl_version()
169 get_lang_standard_from_version(const cl_version input_version, in get_lang_standard_from_version()
175 const cl_version version = in get_lang_standard_from_version()
186 const cl_version device_version) { in get_language_version()
248 const cl_version device_clc_versio in create_compiler_instance()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DCLPlatformVk.h38 static constexpr cl_version GetVersion();
45 constexpr cl_version CLPlatformVk::GetVersion() in GetVersion()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLDevice.h42 cl_version getVersion() const;
91 inline cl_version Device::getVersion() const in getVersion()
H A DCLPlatform.h62 cl_version getVersion() const;
110 inline cl_version Platform::getVersion() const in getVersion()
H A DvalidationCL.cpp526 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 versio in ValidateGetKernelWorkGroupInfo()
[all...]
H A DCLDevice.cpp24 std::is_same<cl_uint, cl_version>::value && in getInfo()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DCLExtensions.h30 cl_version version = 0u;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A Dcl_util.h21 cl_version ExtractCLVersion(const std::string &version);
H A Dcl_util.cpp17 cl_version ExtractCLVersion(const std::string &version) in ExtractCLVersion()
H A DCLPlatformCL.cpp156 const cl_version version = ExtractCLVersion(info.versionStr); in createInfo()
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Dprogram.cpp80 const cl_version opencl_version, in identify_and_validate_il()
193 cl_version min_opencl_version = std::numeric_limits<uint32_t>::max(); in CreateProgramWithILKHR()
195 const cl_version opencl_version = dev.device_version(); in CreateProgramWithILKHR()
H A Dplatform.cpp93 buf.as_scalar<cl_version>() = platform.platform_version(); in GetPlatformInfo()
H A Ddevice.cpp428 buf.as_scalar<cl_version>() = dev.device_version(); in clGetDeviceInfo()
432 buf.as_scalar<cl_version>() = dev.device_clc_version(true); in clGetDeviceInfo()
/third_party/mesa3d/include/CL/
H A Dcl.h20 #include <CL/cl_version.h>
116 typedef cl_uint cl_version; typedef
178 cl_version version;
916 /* cl_version */
H A Dcl_platform.h20 #include <CL/cl_version.h>
/third_party/opencl-headers/CL/
H A Dcl.h20 #include <CL/cl_version.h>
116 typedef cl_uint cl_version; typedef
187 cl_version version;
925 /* cl_version */
H A Dcl_platform.h20 #include <CL/cl_version.h>
/third_party/skia/third_party/externals/angle2/include/CL/
H A Dcl.h20 #include <CL/cl_version.h>
116 typedef cl_uint cl_version; typedef
180 cl_version version;
918 /* cl_version */
H A Dcl_platform.h20 #include <CL/cl_version.h>

Completed in 38 milliseconds