summaryrefslogtreecommitdiff
path: root/driver/runtime/rs_abi_debuginfo.c
blob: cdef96bda47c582917f5cb9be9584864c138aa42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * 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;