Searched defs:stateBlock (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderSnapshotUtils.cpp | 148 void saveImageContent(android::base::Stream* stream, StateBlock* stateBlock, VkImage image, in saveImageContent() 303 void loadImageContent(android::base::Stream* stream, StateBlock* stateBlock, VkImage image, in loadImageContent() 499 void saveBufferContent(android::base::Stream* stream, StateBlock* stateBlock, VkBuffer buffer, in saveBufferContent() 602 void loadBufferContent(android::base::Stream* stream, StateBlock* stateBlock, VkBuffer buffer, in loadBufferContent()
|
D | VkDecoderGlobalState.cpp | 448 StateBlock stateBlock{ in createSnapshotStateBlock() local 484 void releaseSnapshotStateBlock(const StateBlock* stateBlock) { in releaseSnapshotStateBlock() 556 StateBlock stateBlock = createSnapshotStateBlock(imageInfo.device); in save() local 580 StateBlock stateBlock = createSnapshotStateBlock(bufferInfo.device); in save() local 808 StateBlock stateBlock = createSnapshotStateBlock(imageInfo.device); in load() local 828 StateBlock stateBlock = createSnapshotStateBlock(bufferInfo.device); in load() local
|