Searched refs:present_modes (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/ |
| H A D | wsi_common_win32.c | 272 static const VkPresentModeKHR present_modes[] = { variable in typeref:typename:const VkPresentModeKHR[] 283 *pPresentModeCount = ARRAY_SIZE(present_modes); 287 *pPresentModeCount = MIN2(*pPresentModeCount, ARRAY_SIZE(present_modes)); 288 typed_memcpy(pPresentModes, present_modes, *pPresentModeCount); 290 if (*pPresentModeCount < ARRAY_SIZE(present_modes))
|
| H A D | wsi_common.c | 257 VkPresentModeKHR *present_modes; local in function:wsi_swapchain_is_present_mode_supported 266 present_modes = malloc(present_mode_count * sizeof(*present_modes)); 267 if (!present_modes) 271 present_modes); 276 if (present_modes[i] == mode) { 283 free(present_modes);
|
| H A D | wsi_common_wayland.c | 723 static const VkPresentModeKHR present_modes[] = { variable in typeref:typename:const VkPresentModeKHR[] 878 *pPresentModeCount = ARRAY_SIZE(present_modes); 882 *pPresentModeCount = MIN2(*pPresentModeCount, ARRAY_SIZE(present_modes)); 883 typed_memcpy(pPresentModes, present_modes, *pPresentModeCount); 885 if (*pPresentModeCount < ARRAY_SIZE(present_modes))
|
| H A D | wsi_common_x11.c | 366 static const VkPresentModeKHR present_modes[] = { variable in typeref:typename:const VkPresentModeKHR[] 755 *pPresentModeCount = ARRAY_SIZE(present_modes); 759 *pPresentModeCount = MIN2(*pPresentModeCount, ARRAY_SIZE(present_modes)); 760 typed_memcpy(pPresentModes, present_modes, *pPresentModeCount); 762 return *pPresentModeCount < ARRAY_SIZE(present_modes) ?
|
| H A D | wsi_common_display.c | 974 VkPresentModeKHR *present_modes) 976 VK_OUTARRAY_MAKE(conn, present_modes, present_mode_count); 972 wsi_display_surface_get_present_modes(VkIcdSurfaceBase * surface,uint32_t * present_mode_count,VkPresentModeKHR * present_modes) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/ |
| H A D | wsi_common.c | 237 VkPresentModeKHR *present_modes; local in function:wsi_swapchain_is_present_mode_supported 246 present_modes = malloc(present_mode_count * sizeof(*present_modes)); 247 if (!present_modes) 251 present_modes); 256 if (present_modes[i] == mode) { 263 free(present_modes);
|
| H A D | wsi_common_wayland.c | 517 static const VkPresentModeKHR present_modes[] = { variable in typeref:typename:const VkPresentModeKHR[] 656 *pPresentModeCount = ARRAY_SIZE(present_modes); 660 *pPresentModeCount = MIN2(*pPresentModeCount, ARRAY_SIZE(present_modes)); 661 typed_memcpy(pPresentModes, present_modes, *pPresentModeCount); 663 if (*pPresentModeCount < ARRAY_SIZE(present_modes))
|
| H A D | wsi_common_x11.c | 268 static const VkPresentModeKHR present_modes[] = { variable in typeref:typename:const VkPresentModeKHR[] 604 *pPresentModeCount = ARRAY_SIZE(present_modes); 608 *pPresentModeCount = MIN2(*pPresentModeCount, ARRAY_SIZE(present_modes)); 609 typed_memcpy(pPresentModes, present_modes, *pPresentModeCount); 611 return *pPresentModeCount < ARRAY_SIZE(present_modes) ?
|
| H A D | wsi_common_display.c | 940 VkPresentModeKHR *present_modes) 942 VK_OUTARRAY_MAKE(conn, present_modes, present_mode_count); 938 wsi_display_surface_get_present_modes(VkIcdSurfaceBase * surface,uint32_t * present_mode_count,VkPresentModeKHR * present_modes) argument
|
Completed in 20 milliseconds