Home
last modified time | relevance | path

Searched refs:pImageIndices (Results 1 - 25 of 26) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DSwapchain.cpp86 presentInfo.pImageIndices = &imageIndex; in queuePresent()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DNativeSwapChainImplVk.cpp210 presentInfo.pImageIndices = &mLastImageIndex; in Present()
H A DSwapChainVk.cpp527 presentInfo.pImageIndices = &mLastImageIndex; in PresentImpl()
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_wsi.c285 pPresentInfo->pImageIndices[i], vk_Result_to_str(r)); in vn_QueuePresentKHR()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkQueue.cpp343 VkResult perSwapchainResult = swapchain->present(presentInfo->pImageIndices[i]); in present()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DCommandProcessor.cpp112 mPresentInfo.pImageIndices = nullptr; in initTask()
146 mImageIndex = other.pImageIndices[0]; in copyPresentInfo()
147 mPresentInfo.pImageIndices = &mImageIndex; in copyPresentInfo()
H A DSurfaceVk.cpp1547 presentInfo.pImageIndices = &mCurrentSwapchainImageIndex; in present()
/third_party/skia/third_party/externals/imgui/examples/example_sdl_vulkan/
H A Dmain.cpp331 info.pImageIndices = &wd->FrameIndex; in FramePresent()
/third_party/skia/third_party/externals/imgui/examples/example_glfw_vulkan/
H A Dmain.cpp339 info.pImageIndices = &wd->FrameIndex; in FramePresent()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DVulkanCommandBufferPerf.cpp222 present.pImageIndices = &info.current_buffer; in Present()
/third_party/mesa3d/src/vulkan/overlay-layer/
H A Doverlay.cpp1955 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 Dzink_kopper.c740 cpi->info.pImageIndices = &cpi->image; in zink_kopper_present_queue()
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common.c1018 uint32_t image_index = pPresentInfo->pImageIndices[i]; in wsi_common_queue_present()
/third_party/glfw/tests/
H A Dtriangle-vulkan.c553 .pImageIndices = &demo->current_buffer, in demo_draw()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp[all...]
H A Dvulkan_core.h7690 const uint32_t* pImageIndices; member
15100 const uint32_t* pImageIndices; member
H A Dvulkan_hash.hpp13077 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 Dvulkan_json_data.hpp24248 _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 Dvulkan_json_parser.hpp10305 (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 Dvulkan_structs.hpp62754 const uint32_t * pImageIndices = {}; global() member
[all...]
H A Dvulkan_core.h6226 const uint32_t* pImageIndices; member
/third_party/glfw/deps/glad/
H A Dvulkan.h2216 const uint32_t * pImageIndices; member
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h5279 const uint32_t* pImageIndices; member
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h6127 const uint32_t* pImageIndices; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h7530 const uint32_t* pImageIndices; member

Completed in 428 milliseconds

12