Home
last modified time | relevance | path

Searched defs:dispatchTable (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/frameworks/rs/cpp/
H A DrsDispatch.h141 struct dispatchTable { struct
142 SetNativeLibDirFnPtr SetNativeLibDir;
145 Allocation1DDataFnPtr Allocation1DData;
146 Allocation1DElementDataFnPtr Allocation1DElementData;
147 Allocation1DReadFnPtr Allocation1DRead;
148 Allocation2DDataFnPtr Allocation2DData;
149 Allocation2DReadFnPtr Allocation2DRead;
150 Allocation3DDataFnPtr Allocation3DData;
151 Allocation3DReadFnPtr Allocation3DRead;
152 AllocationAdapterCreateFnPtr AllocationAdapterCreate;
[all …]
/aosp_15_r20/external/OpenCL-ICD-Loader/test/driver_stub/
H A Dicd.c36 CLIicdDispatchTable *dispatchTable = NULL; in cliIcdDispatchTableCreate() local
246 cliIcdDispatchTableDestroy(CLIicdDispatchTable *dispatchTable) in cliIcdDispatchTableDestroy()
H A Dcl.c76 static CLIicdDispatchTable* dispatchTable = NULL; variable
/aosp_15_r20/external/pytorch/torch/
H A D_python_dispatcher.py172 def dispatchTable(self): member in PythonDispatcher