Home
last modified time | relevance | path

Searched refs:VK_FENCE_CREATE_SIGNALED_BIT (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState_unittest.cpp96 .flags = VK_FENCE_CREATE_SIGNALED_BIT, in TEST_F()
DVkDecoderInternalStructs.h90 if (!(pCreateInfo->flags & VK_FENCE_CREATE_SIGNALED_BIT)) { in pop()
DDisplayVk.cpp743 .flags = VK_FENCE_CREATE_SIGNALED_BIT, in create()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_fence.c135 bool signaled = pCreateInfo->flags & VK_FENCE_CREATE_SIGNALED_BIT; in vk_fence_create()
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common.c1312 .flags = VK_FENCE_CREATE_SIGNALED_BIT, in wsi_common_queue_present()
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp403 fence_info.flags = VK_FENCE_CREATE_SIGNALED_BIT; in new_queue_data()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp1394 eSignaled = VK_FENCE_CREATE_SIGNALED_BIT
Dvk_enum_string_helper.h2935 case VK_FENCE_CREATE_SIGNALED_BIT: in string_VkFenceCreateFlagBits()
Dvulkan_enums.hpp2326 eSignaled = VK_FENCE_CREATE_SIGNALED_BIT
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsynchronization.adoc1989 ename:VK_FENCE_CREATE_SIGNALED_BIT
2016 * ename:VK_FENCE_CREATE_SIGNALED_BIT specifies that the fence object is
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h2458 VK_FENCE_CREATE_SIGNALED_BIT = 0x00000001, enumerator