Files
rk35xx-android14/frameworks/rs/driver/runtime/rs_abi_debuginfo.c
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

13 lines
625 B
C

/*
* This file is used to generate the debug info describing
* the RsExpandKernelDriverInfo structure fields and the interface
* of the "expanded" kernel function that acts as a boundary
* between the host part and the accelerator part of RenderScript.
* This enables the debugger to inspect input and output Allocations
* and sizes and provide a piece of useful feedback to RS kernel developers.
*/
#include "rs_value_types.rsh"
#include "rsCpuCoreRuntime.h"
typedef void (*ForEachFunc_t)(const struct RsExpandKernelDriverInfo *info, uint32_t x1, uint32_t x2, uint32_t outStride);
ForEachFunc_t rsDebugOuterForeachT;