Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.h470 uint32_t* outMemoryTypeIndex, bool* outMemoryIsDedicatedAlloc,
516 uint32_t* outMemoryTypeIndex, bool* outMemoryIsDedicatedAlloc);
DVkCommonOperations.cpp1768 uint32_t* outMemoryTypeIndex, in getColorBufferAllocationInfoLocked() argument
1779 if (outMemoryTypeIndex) { in getColorBufferAllocationInfoLocked()
1780 *outMemoryTypeIndex = info->memory.typeIndex; in getColorBufferAllocationInfoLocked()
1795 uint32_t* outMemoryTypeIndex, bool* outMemoryIsDedicatedAlloc, in getColorBufferAllocationInfo() argument
1802 return getColorBufferAllocationInfoLocked(colorBufferHandle, outSize, outMemoryTypeIndex, in getColorBufferAllocationInfo()
2912 uint32_t* outMemoryTypeIndex, bool* outMemoryIsDedicatedAlloc) { in getBufferAllocationInfo() argument
2928 if (outMemoryTypeIndex) { in getBufferAllocationInfo()
2929 *outMemoryTypeIndex = info->memory.typeIndex; in getBufferAllocationInfo()