Home
last modified time | relevance | path

Searched refs:enableImageSupport (Results 1 – 7 of 7) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/helpers/
H A Dcompiler_options_parser.cpp53 CompilerOptions::concatenateAppend(internalOptions, CompilerOptions::enableImageSupport); in appendExtensionsToInternalOptions()
/dports/java/jgraphx/jgraphx-4.2.2/src/com/mxgraph/swing/util/
H A DmxGraphTransferable.java43 public static boolean enableImageSupport = true; field in mxGraphTransferable
428 return enableImageSupport && image != null; in isImageSupported()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/compiler_interface/compiler_options/
H A Dcompiler_options_base.h37 static constexpr ConstStringRef enableImageSupport = "-D__IMAGE_SUPPORT__=1"; variable
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/program/
H A Dprogram.cpp102 CompilerOptions::concatenateAppend(internalOptions, CompilerOptions::enableImageSupport); in initInternalOptions()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/offline_compiler/
H A Doffline_compiler_tests.cpp666 … EXPECT_THAT(internalOptions, ::testing::HasSubstr(CompilerOptions::enableImageSupport.data())); in TEST_F()
668 …internalOptions, ::testing::Not(::testing::HasSubstr(CompilerOptions::enableImageSupport.data()))); in TEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/offline_compiler/source/
H A Doffline_compiler.cpp482 CompilerOptions::concatenateAppend(internalOptions, CompilerOptions::enableImageSupport); in initialize()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/program/
H A Dprogram_tests.cpp2235 …eImagesSupported, CompilerOptions::contains(internalOptions, CompilerOptions::enableImageSupport)); in TEST()