/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
H A D | Swapchain.cpp | 86 presentInfo.pImageIndices = &imageIndex; in queuePresent()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | NativeSwapChainImplVk.cpp | 210 presentInfo.pImageIndices = &mLastImageIndex; in Present()
|
H A D | SwapChainVk.cpp | 527 presentInfo.pImageIndices = &mLastImageIndex; in PresentImpl()
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_wsi.c | 285 pPresentInfo->pImageIndices[i], vk_Result_to_str(r)); in vn_QueuePresentKHR()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkQueue.cpp | 343 VkResult perSwapchainResult = swapchain->present(presentInfo->pImageIndices[i]); in present()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | CommandProcessor.cpp | 112 mPresentInfo.pImageIndices = nullptr; in initTask() 146 mImageIndex = other.pImageIndices[0]; in copyPresentInfo() 147 mPresentInfo.pImageIndices = &mImageIndex; in copyPresentInfo()
|
H A D | SurfaceVk.cpp | 1547 presentInfo.pImageIndices = &mCurrentSwapchainImageIndex; in present()
|
/third_party/skia/third_party/externals/imgui/examples/example_sdl_vulkan/ |
H A D | main.cpp | 331 info.pImageIndices = &wd->FrameIndex; in FramePresent()
|
/third_party/skia/third_party/externals/imgui/examples/example_glfw_vulkan/ |
H A D | main.cpp | 339 info.pImageIndices = &wd->FrameIndex; in FramePresent()
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | VulkanCommandBufferPerf.cpp | 222 present.pImageIndices = &info.current_buffer; in Present()
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
H A D | overlay.cpp | 1955 uint32_t image_index = pPresentInfo->pImageIndices[i]; in overlay_QueuePresentKHR() 1966 present_info.pImageIndices = &image_index; in overlay_QueuePresentKHR() 1979 uint32_t image_index = pPresentInfo->pImageIndices[i]; in overlay_QueuePresentKHR() 1984 present_info.pImageIndices = &image_index; in overlay_QueuePresentKHR()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_kopper.c | 740 cpi->info.pImageIndices = &cpi->image; in zink_kopper_present_queue()
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common.c | 1018 uint32_t image_index = pPresentInfo->pImageIndices[i]; in wsi_common_queue_present()
|
/third_party/glfw/tests/ |
H A D | triangle-vulkan.c | 553 .pImageIndices = &demo->current_buffer, in demo_draw()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_structs.hpp | [all...] |
H A D | vulkan_core.h | 7690 const uint32_t* pImageIndices; member 15100 const uint32_t* pImageIndices; member
|
H A D | vulkan_hash.hpp | 13077 VULKAN_HPP_HASH_COMBINE( seed, presentInfoKHR.pImageIndices ); 13530 VULKAN_HPP_HASH_COMBINE( seed, releaseSwapchainImagesInfoEXT.pImageIndices );
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_data.hpp | 24248 _OUT << "\"pImageIndices\":" << std::endl; in print_VkPresentInfoKHR() 24250 if (obj.pImageIndices) { in print_VkPresentInfoKHR() 24254 print_uint32_t(obj.pImageIndices[i], "", isCommaNeeded); in print_VkPresentInfoKHR() 24337 _OUT << "\"pImageIndices\":" << std::endl; in print_VkPresentInfoKHR() 24339 if (obj->pImageIndices) { in print_VkPresentInfoKHR() 24343 print_uint32_t(obj->pImageIndices[i], "", isCommaNeeded); in print_VkPresentInfoKHR() [all...] |
H A D | vulkan_json_parser.hpp | 10305 (o.pImageIndices) = (deUint32*)s_globalMem.allocate((o.swapchainCount), sizeof(deUint32)); in parse_VkPresentInfoKHR() 10306 Json::Value& obj_pImageIndices_arr = obj["pImageIndices"]; in parse_VkPresentInfoKHR() 10308 parse_uint32_t("pImageIndices", obj_pImageIndices_arr[i], const_cast<deUint32&>((o.pImageIndices[i]))); in parse_VkPresentInfoKHR()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 62754 const uint32_t * pImageIndices = {}; global() member [all...] |
H A D | vulkan_core.h | 6226 const uint32_t* pImageIndices; member
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 2216 const uint32_t * pImageIndices; member
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 5279 const uint32_t* pImageIndices; member
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 6127 const uint32_t* pImageIndices; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 7530 const uint32_t* pImageIndices; member
|