Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.h493 uint32_t* outMemoryTypeIndex, bool* outMemoryIsDedicatedAlloc,
545 uint32_t* outMemoryTypeIndex, bool* outMemoryIsDedicatedAlloc);
DVkCommonOperations.cpp2172 bool* outMemoryIsDedicatedAlloc, void** outMappedPtr) { in getColorBufferAllocationInfoLocked() argument
2186 if (outMemoryIsDedicatedAlloc) { in getColorBufferAllocationInfoLocked()
2187 *outMemoryIsDedicatedAlloc = info->memory.dedicatedAllocation; in getColorBufferAllocationInfoLocked()
2198 uint32_t* outMemoryTypeIndex, bool* outMemoryIsDedicatedAlloc, in getColorBufferAllocationInfo() argument
2206 outMemoryIsDedicatedAlloc, outMappedPtr); in getColorBufferAllocationInfo()
3441 uint32_t* outMemoryTypeIndex, bool* outMemoryIsDedicatedAlloc) { in getBufferAllocationInfo() argument
3461 if (outMemoryIsDedicatedAlloc) { in getBufferAllocationInfo()
3462 *outMemoryIsDedicatedAlloc = info->memory.dedicatedAllocation; in getBufferAllocationInfo()