OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RSAllocationInfo
(Results
1 - 6
of
6
) sorted by null
/frameworks/rs/rsov/compiler/
RSAllocationUtils.h
34
struct
RSAllocationInfo
{
50
RSAllocationInfo
&RSAlloc;
58
llvm::SmallVectorImpl<
RSAllocationInfo
> &Allocs);
59
bool getRSAllocAccesses(llvm::SmallVectorImpl<
RSAllocationInfo
> &Allocs,
Context.h
101
llvm::SmallVectorImpl<
RSAllocationInfo
> &getGlobalAllocs() {
126
llvm::SmallVector<
RSAllocationInfo
, 8> mGlobalAllocs;
GlobalAllocPass.cpp
94
SmallVectorImpl<
RSAllocationInfo
> &Allocs;
GlobalAllocSPIRITPass.cpp
70
const llvm::SmallVectorImpl<rs2spirv::
RSAllocationInfo
> &Allocs) {
176
llvm::SmallVectorImpl<rs2spirv::
RSAllocationInfo
> &mAllocs;
RSAllocationUtils.cpp
53
bool getRSAllocationInfo(Module &M, SmallVectorImpl<
RSAllocationInfo
> &Allocs) {
69
bool getRSAllocAccesses(SmallVectorImpl<
RSAllocationInfo
> &Allocs,
Wrapper.cpp
294
llvm::SmallVector<rs2spirv::
RSAllocationInfo
, 2> RSAllocs;
Completed in 52 milliseconds