Searched defs:kernel_path (Results  1 – 9 of 9) sorted by relevance
| /external/igt-gpu-tools/scripts/ | 
| D | list-workarounds | 110 	kernel_path = None  variable117 		kernel_path = args[0]  variable
 119 		kernel_path = options.kernel_path  variable
 
 | 
| /external/ComputeLibrary/src/core/CL/ | 
| D | CLKernelLibrary.cpp | 49     const std::string             &kernel_path  = CLKernelLibrary::get().get_kernel_path();  in create_kernel()  local56 void CLKernelLibrary::init(std::string kernel_path, cl::Context context, cl::Device device)  in init()
 61 void CLKernelLibrary::set_kernel_path(const std::string &kernel_path)  in set_kernel_path()
 
 | 
| D | CLHelpers.cpp | 410     const std::string kernel_path  = klib.kernel_path();  in create_kernel()  local
 | 
| D | CLCompileContext.cpp | 160 …          const std::string &kernel_path, const StringSet &build_options_set, bool is_binary) const  in create_kernel()  argument
 | 
| /external/ComputeLibrary/src/gpu/cl/ | 
| D | ClKernelLibrary.cpp | 1001 void ClKernelLibrary::set_kernel_path(std::string kernel_path)  in set_kernel_path()1007 const std::string &ClKernelLibrary::kernel_path() const  in kernel_path()  function in arm_compute::opencl::ClKernelLibrary
 
 | 
| /external/ComputeLibrary/tests/validation/CL/UNIT/ | 
| D | CompileContext.cpp | 54     const std::string kernel_path = CLKernelLibrary::get().get_kernel_path();  in TEST_SUITE()  local
 | 
| /external/autotest/client/cros/faft/utils/ | 
| D | kernel_handler.py | 95     def dump_kernel(self, section, kernel_path):  argument106     def write_kernel(self, section, kernel_path):  argument
 
 | 
| /external/crosvm/e2e_tests/fixture/src/ | 
| D | vm.rs | 67 pub(super) fn kernel_path() -> PathBuf {  in kernel_path()  function263         let kernel_path = kernel_path();  in initialize_once()  localVariable
 
 | 
| /external/autotest/client/cros/faft/ | 
| D | rpc_functions.py | 709     def dump(self, section, kernel_path):  argument717     def write(self, section, kernel_path):  argument
 
 |