Home
last modified time | relevance | path

Searched refs:ConstConcatenation (Results 1 – 3 of 3) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/compiler_interface/compiler_options/
H A Dcompiler_options_base.h131 class ConstConcatenation {
134 constexpr ConstConcatenation(const ConstStringRef (&options)[NumOptions]) { in ConstConcatenation() function
163 bool operator==(const ConstStringRef &lhs, const ConstConcatenation<MaxLength> &rhs) {
168 bool operator==(const ConstConcatenation<MaxLength> &lhs, const ConstStringRef &rhs) {
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/compiler_interface/
H A Dcompiler_options_tests.cpp27 …constexpr ConstConcatenation<concatenationLength(toConcatenate)> constConcatenationSpecificSize(to… in TEST()
28 constexpr ConstConcatenation<> constConcatenationDefaultSize(toConcatenate); in TEST()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/built_ins/
H A Dbuilt_ins.h41 static constexpr CompilerOptions::ConstConcatenation<> mediaKernelsBuildOptions{mediaKernelsBuildOp…