Home
last modified time | relevance | path

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

/aosp_15_r20/external/OpenCL-CTS/test_common/harness/
H A DparseParameters.cpp35 std::string gCompilationCachePath = "."; variable
207 gCompilationCachePath = argv[i + 1]; in parseCustomParam()
H A DkernelHelpers.cpp292 error = save_kernel_source_to_disk(gCompilationCachePath, kernelNamePrefix, in save_kernel_source_and_options_to_disk()
298 gCompilationCachePath, kernelNamePrefix, buildOptions); in save_kernel_source_and_options_to_disk()
371 clDeviceInfoFilenameStream << gCompilationCachePath << slash in write_cl_device_info()
598 gCompilationCachePath, kernelName); in create_single_kernel_helper_create_program_offline()
691 compilationMode, gCompilationCacheMode, gCompilationCachePath, in create_single_kernel_helper_create_program()
H A DparseParameters.h39 extern std::string gCompilationCachePath;