Searched defs:stateBlock (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderSnapshotUtils.cpp | 125 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()
|
D | VkDecoderGlobalState.cpp | 424 StateBlock stateBlock{ in createSnapshotStateBlock() local 460 void releaseSnapshotStateBlock(const StateBlock* stateBlock) { in releaseSnapshotStateBlock() 504 StateBlock stateBlock = createSnapshotStateBlock(imageInfo.device); in save() local 524 StateBlock stateBlock = createSnapshotStateBlock(bufferInfo.device); in save() local 722 StateBlock stateBlock = createSnapshotStateBlock(imageInfo.device); in load() local 742 StateBlock stateBlock = createSnapshotStateBlock(bufferInfo.device); in load() local
|