Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
Dvirtio-gpu-gfxstream-renderer.cpp1836 auto rawDescriptorOpt = entry.descriptorInfo->descriptor.release(); in exportBlob() local
1837 if (rawDescriptorOpt) in exportBlob()
1838 rawDescriptor = *rawDescriptorOpt; in exportBlob()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp4433 auto rawDescriptorOpt = (*descriptorInfoOpt).descriptor.release(); in on_vkAllocateMemory() local
4434 if (rawDescriptorOpt) { in on_vkAllocateMemory()
4435 rawDescriptor = *rawDescriptorOpt; in on_vkAllocateMemory()