HomeSort by relevance Sort by last modified time
    Searched refs:VkSwapchainCreateInfoKHR (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/mesa3d/src/vulkan/wsi/
wsi_common.h 36 const VkSwapchainCreateInfoKHR *pCreateInfo,
87 const VkSwapchainCreateInfoKHR* pCreateInfo,
wsi_common_wayland.c 628 const VkSwapchainCreateInfoKHR *pCreateInfo,
697 const VkSwapchainCreateInfoKHR* pCreateInfo,
wsi_common_x11.c 841 const VkSwapchainCreateInfoKHR *pCreateInfo,
963 const VkSwapchainCreateInfoKHR *pCreateInfo,
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkRefUtil.inl 24 Move<VkSwapchainKHR> createSwapchainKHR (const DeviceInterface& vk, VkDevice device, const VkSwapchainCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
26 Move<VkSwapchainKHR> createSharedSwapchainsKHR (const DeviceInterface& vk, VkDevice device, deUint32 swapchainCount, const VkSwapchainCreateInfoKHR* pCreateInfos, const VkAllocationCallbacks* pAllocator = DE_NULL);
vkRefUtilImpl.inl 281 Move<VkSwapchainKHR> createSwapchainKHR (const DeviceInterface& vk, VkDevice device, const VkSwapchainCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator)
295 Move<VkSwapchainKHR> createSharedSwapchainsKHR (const DeviceInterface& vk, VkDevice device, deUint32 swapchainCount, const VkSwapchainCreateInfoKHR* pCreateInfos, const VkAllocationCallbacks* pAllocator)
vkConcreteDeviceInterface.inl 124 virtual VkResult createSwapchainKHR (VkDevice device, const VkSwapchainCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSwapchainKHR* pSwapchain) const;
129 virtual VkResult createSharedSwapchainsKHR (VkDevice device, deUint32 swapchainCount, const VkSwapchainCreateInfoKHR* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkSwapchainKHR* pSwapchains) const;
vkVirtualDeviceInterface.inl 124 virtual VkResult createSwapchainKHR (VkDevice device, const VkSwapchainCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSwapchainKHR* pSwapchain) const = 0;
129 virtual VkResult createSharedSwapchainsKHR (VkDevice device, deUint32 swapchainCount, const VkSwapchainCreateInfoKHR* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkSwapchainKHR* pSwapchains) const = 0;
vkGetStructureTypeImpl.inl 239 template<> VkStructureType getStructureType<VkSwapchainCreateInfoKHR> (void)
  /frameworks/native/vulkan/libvulkan/
swapchain.h 32 VKAPI_ATTR VkResult CreateSwapchainKHR(VkDevice device, const VkSwapchainCreateInfoKHR* create_info, const VkAllocationCallbacks* allocator, VkSwapchainKHR* swapchain_handle);
driver_gen.cpp 34 VKAPI_ATTR VkResult checkedCreateSwapchainKHR(VkDevice device, const VkSwapchainCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSwapchainKHR* pSwapchain) {
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSwapchainTests.cpp 342 vector<VkSwapchainCreateInfoKHR> generateSwapchainParameterCases (Type wsiType,
349 vector<VkSwapchainCreateInfoKHR> cases;
351 const VkSwapchainCreateInfoKHR baseParameters =
541 vector<VkSwapchainCreateInfoKHR> generateSwapchainParameterCases (Type wsiType,
566 const vector<VkSwapchainCreateInfoKHR> cases (generateSwapchainParameterCases(params.wsiType, params.dimension, instHelper.vki, devHelper.physicalDevice, *surface));
570 VkSwapchainCreateInfoKHR curParams = cases[caseNdx];
609 const vector<VkSwapchainCreateInfoKHR> allCases (generateSwapchainParameterCases(params.wsiType, params.dimension, instHelper.vki, devHelper.physicalDevice, *surface));
628 VkSwapchainCreateInfoKHR curParams = allCases[caseNdx];
695 VkSwapchainCreateInfoKHR getBasicSwapchainParameters (Type wsiType,
710 const VkSwapchainCreateInfoKHR parameters
    [all...]
vktWsiSharedPresentableImageTests.cpp 789 std::vector<vk::VkSwapchainCreateInfoKHR> m_swapchainConfigs;
803 std::vector<vk::VkSwapchainCreateInfoKHR> generateSwapchainConfigs (vk::VkSurfaceKHR surface,
815 vector<vk::VkSwapchainCreateInfoKHR> createInfos;
862 const vk::VkSwapchainCreateInfoKHR createInfo =
    [all...]
vktWsiIncrementalPresentTests.cpp 946 std::vector<vk::VkSwapchainCreateInfoKHR> m_swapchainConfigs;
960 std::vector<vk::VkSwapchainCreateInfoKHR> generateSwapchainConfigs (vk::VkSurfaceKHR surface,
971 vector<vk::VkSwapchainCreateInfoKHR> createInfos;
1018 const vk::VkSwapchainCreateInfoKHR createInfo =
    [all...]
  /external/vulkan-validation-layers/loader/
wsi.h 62 VkDevice device, const VkSwapchainCreateInfoKHR *pCreateInfo,
wsi.c 420 VkDevice device, const VkSwapchainCreateInfoKHR *pCreateInfo,
429 VkDevice device, const VkSwapchainCreateInfoKHR *pCreateInfo,
442 VkSwapchainCreateInfoKHR *pCreateCopy =
443 loader_stack_alloc(sizeof(VkSwapchainCreateInfoKHR));
447 memcpy(pCreateCopy, pCreateInfo, sizeof(VkSwapchainCreateInfoKHR));
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_safe_struct.h     [all...]
vk_struct_size_helper.h 159 size_t vk_size_vkswapchaincreateinfokhr(const VkSwapchainCreateInfoKHR* pStruct);
  /external/mesa3d/src/amd/vulkan/
radv_wsi.c 140 const VkSwapchainCreateInfoKHR *pCreateInfo,
247 const VkSwapchainCreateInfoKHR* pCreateInfo,
  /external/mesa3d/src/intel/vulkan/
anv_wsi.c 143 const VkSwapchainCreateInfoKHR *pCreateInfo,
258 const VkSwapchainCreateInfoKHR* pCreateInfo,
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
core_validation_types.h 145 VkSwapchainCreateInfoKHR createInfo;
148 SWAPCHAIN_NODE(const VkSwapchainCreateInfoKHR *pCreateInfo) : createInfo(*pCreateInfo), pQueueFamilyIndices(NULL) {
core_validation.h 108 VkSwapchainCreateInfoKHR createInfo;
unique_objects.h 349 VkResult explicit_CreateSwapchainKHR(VkDevice device, const VkSwapchainCreateInfoKHR *pCreateInfo,
366 ->CreateSwapchainKHR(device, (const VkSwapchainCreateInfoKHR *)local_pCreateInfo, pAllocator, pSwapchain);
  /external/skia/tools/viewer/sk_app/
VulkanWindowContext.cpp 211 VkSwapchainCreateInfoKHR swapchainCreateInfo;
212 memset(&swapchainCreateInfo, 0, sizeof(VkSwapchainCreateInfoKHR));
  /external/vulkan-validation-layers/layers/
unique_objects.cpp 525 VKAPI_ATTR VkResult VKAPI_CALL CreateSwapchainKHR(VkDevice device, const VkSwapchainCreateInfoKHR *pCreateInfo,
541 device, (const VkSwapchainCreateInfoKHR *)local_pCreateInfo, pAllocator, pSwapchain);
    [all...]
  /frameworks/base/libs/hwui/renderthread/
VulkanManager.cpp 462 VkSwapchainCreateInfoKHR swapchainCreateInfo;
463 memset(&swapchainCreateInfo, 0, sizeof(VkSwapchainCreateInfoKHR));

Completed in 2604 milliseconds

1 2 3