Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkDecoderSnapshotUtils.h21 struct StateBlock { struct
29 void saveImageContent(android::base::Stream* stream, StateBlock* stateBlock, VkImage image, argument
31 void loadImageContent(android::base::Stream* stream, StateBlock* stateBlock, VkImage image,
33 void saveBufferContent(android::base::Stream* stream, StateBlock* stateBlock, VkBuffer buffer,
35 void loadBufferContent(android::base::Stream* stream, StateBlock* stateBlock, VkBuffer buffer,
DVkDecoderSnapshotUtils.cpp125 void saveImageContent(android::base::Stream* stream, StateBlock* stateBlock, VkImage image, in saveImageContent()
280 void loadImageContent(android::base::Stream* stream, StateBlock* stateBlock, VkImage image, in loadImageContent()
476 void saveBufferContent(android::base::Stream* stream, StateBlock* stateBlock, VkBuffer buffer, in saveBufferContent()
579 void loadBufferContent(android::base::Stream* stream, StateBlock* stateBlock, VkBuffer buffer, in loadBufferContent()
DVkDecoderGlobalState.cpp414 StateBlock createSnapshotStateBlock(VkDevice unboxed_device) { in createSnapshotStateBlock()
424 StateBlock stateBlock{ in createSnapshotStateBlock()
460 void releaseSnapshotStateBlock(const StateBlock* stateBlock) { in releaseSnapshotStateBlock()
504 StateBlock stateBlock = createSnapshotStateBlock(imageInfo.device); in save()
524 StateBlock stateBlock = createSnapshotStateBlock(bufferInfo.device); in save()
722 StateBlock stateBlock = createSnapshotStateBlock(imageInfo.device); in load()
742 StateBlock stateBlock = createSnapshotStateBlock(bufferInfo.device); in load()