Searched refs:handle_type (Results 1 – 1 of 1) sorted by relevance
268 for (VkExternalFenceHandleTypeFlagBits handle_type = in VkJsonGetDevice() local270 handle_type <= VK_EXTERNAL_FENCE_HANDLE_TYPE_SYNC_FD_BIT; in VkJsonGetDevice()271 handle_type = static_cast<VkExternalFenceHandleTypeFlagBits>( in VkJsonGetDevice()272 handle_type << 1)) { in VkJsonGetDevice()273 external_fence_info.handleType = handle_type; in VkJsonGetDevice()280 std::make_pair(handle_type, external_fence_properties)); in VkJsonGetDevice()296 for (VkExternalSemaphoreHandleTypeFlagBits handle_type = in VkJsonGetDevice() local298 handle_type <= VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_SYNC_FD_BIT; in VkJsonGetDevice()299 handle_type = static_cast<VkExternalSemaphoreHandleTypeFlagBits>( in VkJsonGetDevice()300 handle_type << 1)) { in VkJsonGetDevice()[all …]