Home
last modified time | relevance | path

Searched refs:ET_OPENCL_LIBRARY (Results 1 – 5 of 5) 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.cpp29 case Elf::ET_OPENCL_LIBRARY: in isDeviceBinaryFormat()
53 case Elf::ET_OPENCL_LIBRARY: in unpackSingleDeviceBinary()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/device_binary_format/elf/
H A Docl_elf.h24 ET_OPENCL_LIBRARY = 0xff03, // format used to store LLVM archive output 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.cpp29 elfEnc64.getElfFileHeader().type = NEO::Elf::ET_OPENCL_LIBRARY; in TEST()
90 elfEnc64.getElfFileHeader().type = NEO::Elf::ET_OPENCL_LIBRARY; in TEST()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/program/
H A Dprogram.cpp477 elfEncoder.getElfFileHeader().type = NEO::Elf::ET_OPENCL_LIBRARY; 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.inl246 elfEncoder.getElfFileHeader().type = NEO::Elf::ET_OPENCL_LIBRARY;