Home
last modified time | relevance | path

Searched refs:GetExportedVarOffset (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/rsov/driver/
DrsovScript.cpp251 const uint32_t offset = GetExportedVarOffset(slot); in setGlobalVar()
258 const uint32_t offset = GetExportedVarOffset(slot); in getGlobalVar()
268 const uint32_t offset = GetExportedVarOffset(slot); in setGlobalVarWithElemDims()
DrsovScript.h120 uint32_t GetExportedVarOffset(uint32_t slot) const { in GetExportedVarOffset() function