Home
last modified time | relevance | path

Searched defs:program_source (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/core/CL/
H A DCLCompileContext.cpp159 …const std::string &kernel_name, const std::string &program_name, const std::string &program_source, in create_kernel()
187 …mpileContext::load_program(const std::string &program_name, const std::string &program_source, boo… in load_program() argument
/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/
H A Dtest_vec_type_hint.cpp47 std::vector<char> program_source(4096); in test_vec_type_hint() local
H A Dtest_local.cpp244 char *program_source = (char*)malloc(sizeof(char)*2048); in test_local_kernel_def() local
H A Dtest_vector_creation.cpp259 std::vector<char> program_source(sizeof(char) * 1024 * 1024 * 4); in test_vector_creation() local
H A Dtest_fpmath.cpp193 std::string program_source = in test_fpmath() local
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/
H A DClKernelLibrary.cpp1028 std::string program_source = program_source_it->second; in program() local