Home
last modified time | relevance | path

Searched refs:SHT_OPENCL_OPTIONS (Results 1 – 9 of 9) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/device_binary_format/
H A Ddevice_binary_format_ocl_elf.cpp74 case Elf::SHT_OPENCL_OPTIONS: in unpackSingleDeviceBinary()
128 elfEncoder.appendSection(SHT_OPENCL_OPTIONS, SectionNamesOpenCl::buildOptions, in packDeviceBinary()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/device_binary_format/elf/
H A Docl_elf.h39 SHT_OPENCL_OPTIONS = 0xff000006, // CL Options enumerator
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/device_binary_format/
H A Ddevice_binary_format_ocl_elf_tests.cpp134 …elfEnc64.appendSection(NEO::Elf::SHT_OPENCL_OPTIONS, NEO::Elf::SectionNamesOpenCl::buildOptions, b… in TEST()
200 …elfEnc64.appendSection(NEO::Elf::SHT_OPENCL_OPTIONS, NEO::Elf::SectionNamesOpenCl::buildOptions, b… in TEST()
379 …::SectionHeaderAndData &section) { return section.header->type == NEO::Elf::SHT_OPENCL_OPTIONS; }); in TEST()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/program/
H A Dprocess_elf_binary_tests.cpp172 case NEO::Elf::SHT_OPENCL_OPTIONS: in TEST_P()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/offline_compiler/source/decoder/
H A Dbinary_encoder.cpp75 ElfEncoder.appendSection(NEO::Elf::SHT_OPENCL_OPTIONS, "BuildOptions", in createElf()
H A Dbinary_decoder.cpp99 case NEO::Elf::SHT_OPENCL_OPTIONS: { in getDevBinary()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/program/
H A Dprogram.cpp482 …elfEncoder.appendSection(NEO::Elf::SHT_OPENCL_OPTIONS, NEO::Elf::SectionNamesOpenCl::buildOptions,… in packDeviceBinary()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/api/
H A Dcl_get_program_build_info_tests.inl248 …elfEncoder.appendSection(NEO::Elf::SHT_OPENCL_OPTIONS, NEO::Elf::SectionNamesOpenCl::buildOptions,…
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/offline_compiler/source/
H A Doffline_compiler.cpp1090 ElfEncoder.appendSection(SHT_OPENCL_OPTIONS, SectionNamesOpenCl::buildOptions, in generateElfBinary()