Home
last modified time | relevance | path

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

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoBackends/Vulkan/
H A DCommandBufferManager.h79 uint32_t present_image_index = 0xFFFFFFFF);
102 u32 present_image_index);
134 u32 present_image_index; member
H A DCommandBufferManager.cpp206 submit.present_image_index); in CreateSubmitThread()
276 uint32_t present_image_index) in SubmitCommandBuffer() argument
301 m_pending_submits.push_back({present_swap_chain, present_image_index, m_current_frame}); in SubmitCommandBuffer()
310 SubmitCommandBuffer(m_current_frame, present_swap_chain, present_image_index); in SubmitCommandBuffer()
321 u32 present_image_index) in SubmitCommandBuffer() argument
374 &present_image_index, in SubmitCommandBuffer()