Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/runtime/
H A D__init__.py164 def load_program( member in Runtime
/aosp_15_r20/hardware/libhardware/tests/hwc/
H A Dutil.c75 GLuint load_program(const char *vert_src, const char *frag_src) { in load_program() function
/aosp_15_r20/external/mesa3d/src/imagination/vulkan/
H A Dpvr_job_context.h56 struct pvr_pds_upload load_program; member
H A Dpvr_private.h262 } load_program[PVR_SPM_LOAD_PROGRAM_COUNT]; member
/aosp_15_r20/external/executorch/runtime/executor/test/
H A Dmethod_test.cpp38 void load_program(const char* path, const char* module_name) { in load_program() function in MethodTest
/aosp_15_r20/external/ComputeLibrary/src/core/CL/
H A DCLCompileContext.cpp187 const Program &CLCompileContext::load_program(const std::string &program_name, const std::string &p… in load_program() function in arm_compute::CLCompileContext