HomeSort by relevance Sort by last modified time
    Searched refs:present_modes (Results 1 - 6 of 6) sorted by null

  /external/vulkan-validation-layers/layers/
core_validation.h 141 std::vector<VkPresentModeKHR> present_modes; member in struct:PHYSICAL_DEVICE_STATE
core_validation.cpp     [all...]
  /external/mesa3d/src/vulkan/wsi/
wsi_common_wayland.c 361 static const VkPresentModeKHR present_modes[] = { variable
443 *pPresentModeCount = ARRAY_SIZE(present_modes);
447 *pPresentModeCount = MIN2(*pPresentModeCount, ARRAY_SIZE(present_modes));
448 typed_memcpy(pPresentModes, present_modes, *pPresentModeCount);
450 if (*pPresentModeCount < ARRAY_SIZE(present_modes))
wsi_common_x11.c 182 static const VkPresentModeKHR present_modes[] = { variable
464 *pPresentModeCount = ARRAY_SIZE(present_modes);
468 *pPresentModeCount = MIN2(*pPresentModeCount, ARRAY_SIZE(present_modes));
469 typed_memcpy(pPresentModes, present_modes, *pPresentModeCount);
471 return *pPresentModeCount < ARRAY_SIZE(present_modes) ?
    [all...]
  /frameworks/native/vulkan/libvulkan/
swapchain.cpp 823 android::Vector<VkPresentModeKHR> present_modes; local
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
layer_validation_tests.cpp 1656 VkSurfaceFormatKHR *present_modes = NULL; local
    [all...]

Completed in 270 milliseconds