Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp518 auto unboxedBuffer = unbox_VkBuffer(boxedBuffer); in save() local
519 const BufferInfo& bufferInfo = mBufferInfo[unboxedBuffer]; in save()
527 saveBufferContent(stream, &stateBlock, unboxedBuffer, &bufferInfo); in save()
736 auto unboxedBuffer = unbox_VkBuffer(boxedBuffer); in load() local
737 const BufferInfo& bufferInfo = mBufferInfo[unboxedBuffer]; in load()
744 loadBufferContent(stream, &stateBlock, unboxedBuffer, &bufferInfo); in load()