Home
last modified time | relevance | path

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

/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-video-paraLLEl/parallel-rdp/parallel-rdp/
H A Dvideo_interface.cpp595 if (prev_scanout_image && prev_image_layout != VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL) in scale_stage()
700 if (prev_scanout_image && options.blend_previous_frame) in scale_stage()
707 cmd.set_texture(0, 0, prev_scanout_image->get_view()); in scale_stage()
720 …cmd.set_scissor({{ h_start_field, 0 }, { uint32_t(h_res_field), prev_scanout_image->get_height() }… in scale_stage()
741 if (h_res_field > 0 && prev_scanout_image->get_height() > uint32_t(regs.v_start + regs.v_res)) in scale_stage()
865 prev_scanout_image.reset(); in scanout()
895 prev_scanout_image.reset(); in scanout()
900 prev_scanout_image.reset(); in scanout()
915 scanout = prev_scanout_image; in scanout()
928 prev_scanout_image.reset(); in scanout()
[all …]
H A Dvideo_interface.hpp101 Vulkan::ImageHandle prev_scanout_image; member in RDP::VideoInterface