Searched refs:kernels (Results 1 – 6 of 6) sorted by relevance
/hardware/interfaces/renderscript/1.0/vts/functional/ |
D | VtsScriptTests.cpp | 393 hidl_vec<ScriptKernelID> kernels = {blendKID, blurKID}; in TEST_P() local 398 ScriptGroup scriptGroup = context->scriptGroupCreate(kernels, srcK, dstK, dstF, types); in TEST_P()
|
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.h | 109 …Return<ScriptGroup> scriptGroupCreate(const hidl_vec<ScriptKernelID>& kernels, const hidl_vec<Scri…
|
D | Context.cpp | 575 Return<ScriptGroup> Context::scriptGroupCreate(const hidl_vec<ScriptKernelID>& kernels, const hidl_… in scriptGroupCreate() argument 576 …std::vector<RsScriptKernelID> _kernels = hidl_to_rs<RsScriptKernelID>(kernels, [](ScriptFieldID va… in scriptGroupCreate()
|
/hardware/interfaces/renderscript/1.0/ |
D | IContext.hal | 898 * @param kernels Collection of Scripts' Kernel identifiers 906 scriptGroupCreate(vec<ScriptKernelID> kernels, vec<ScriptKernelID> srcK, 930 * used for the kernels that require an output Allocation visible after the 942 * used for kernels that require an input Allocation provided from outside
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | types.hal | 2677 * Three NMS kernels are supported:
|
/hardware/interfaces/neuralnetworks/1.3/ |
D | types.hal | 2836 * Three NMS kernels are supported:
|