Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.h168 bool commandBufferCheckpointsSupportedAndRequested = false; member
DVkCommonOperations.cpp1348 const bool commandBufferCheckpointsSupportedAndRequested = in createGlobalVkEmulation() local
1354 if (commandBufferCheckpointsSupportedAndRequested) { in createGlobalVkEmulation()
1569 if (commandBufferCheckpointsSupportedAndRequested) { in createGlobalVkEmulation()
1570 sVkEmulation->commandBufferCheckpointsSupportedAndRequested = true; in createGlobalVkEmulation()
DVkDecoderGlobalState.cpp1918 if (m_emu->commandBufferCheckpointsSupportedAndRequested) { in on_vkCreateDevice()