Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
Drc_test_helpers.h68 unsigned load_program(
Dradeon_compiler_optimize_tests.c43 if (!load_program(c, &test_file, filename)) { in test_rc_optimize()
Dradeon_compiler_regalloc_tests.c58 if (!load_program(c, &test_file, filename)) { in test_runner_rc_regalloc()
Drc_test_helpers.c533 unsigned load_program( in load_program() function
/external/ComputeLibrary/src/core/CL/
DCLCompileContext.cpp174 Program program = load_program(program_name, program_source, is_binary); in create_kernel()
187 const Program &CLCompileContext::load_program(const std::string &program_name, const std::string &p… in load_program() function in arm_compute::CLCompileContext
/external/ComputeLibrary/arm_compute/core/CL/
DCLCompileContext.h326 …const Program &load_program(const std::string &program_name, const std::string &program_source, bo…