HomeSort by relevance Sort by last modified time
    Searched defs:fence_info (Results 1 - 3 of 3) sorted by null

  /external/vulkan-validation-layers/demos/smoke/
Shell.cpp 347 VkFenceCreateInfo fence_info = {}; local
348 fence_info.sType = VK_STRUCTURE_TYPE_FENCE_CREATE_INFO;
349 fence_info.flags = VK_FENCE_CREATE_SIGNALED_BIT;
360 vk::assert_success(vk::CreateFence(ctx_.dev, &fence_info, nullptr, &buf.present_fence));
Smoke.cpp 411 VkFenceCreateInfo fence_info = {}; local
412 fence_info.sType = VK_STRUCTURE_TYPE_FENCE_CREATE_INFO;
413 fence_info.flags = VK_FENCE_CREATE_SIGNALED_BIT;
416 vk::assert_success(vk::CreateFence(dev_, &fence_info, nullptr, &data.fence));
  /external/libdrm/amdgpu/
amdgpu.h 360 struct amdgpu_cs_fence_info fence_info; member in struct:amdgpu_cs_request
848 * The caller can specify the user fence buffer/location with the fence_info in the
    [all...]

Completed in 67 milliseconds