Home
last modified time | relevance | path

Searched refs:pFence (Results 1 – 25 of 40) sorted by relevance

12

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp2901 auto pFence = GetFenceState(submission.fence); in RetireWorkOnQueue() local
2902 if (pFence && pFence->scope == kSyncScopeInternal) { in RetireWorkOnQueue()
2903 pFence->state = FENCE_RETIRED; in RetireWorkOnQueue()
2918 static void SubmitFence(QUEUE_STATE *pQueue, FENCE_STATE *pFence, uint64_t submitCount) { in SubmitFence() argument
2919 pFence->state = FENCE_INFLIGHT; in SubmitFence()
2920 pFence->signaler.first = pQueue->queue; in SubmitFence()
2921 pFence->signaler.second = pQueue->seq + pQueue->submissions.size() + submitCount; in SubmitFence()
3070 bool CoreChecks::ValidateFenceForSubmit(const FENCE_STATE *pFence) const { in ValidateFenceForSubmit()
3073 if (pFence && pFence->scope == kSyncScopeInternal) { in ValidateFenceForSubmit()
3074 if (pFence->state == FENCE_INFLIGHT) { in ValidateFenceForSubmit()
[all …]
/external/mesa3d/src/freedreno/vulkan/
Dtu_kgsl.c525 VkFence *pFence) in tu_CreateFence() argument
528 pAllocator, (void**) pFence); in tu_CreateFence()
Dtu_drm.c758 VkFence *pFence) in tu_CreateFence() argument
761 pAllocator, (void**) pFence); in tu_CreateFence()
/external/vulkan-validation-layers/layers/generated/
Dobject_tracker.h210 VkFence* pFence);
215 VkFence* pFence,
1852 VkFence* pFence);
1857 VkFence* pFence,
1864 VkFence* pFence);
1870 VkFence* pFence,
Dlayer_chassis_dispatch.cpp1498 VkFence* pFence) in DispatchCreateFence() argument
1501 …les) return layer_data->device_dispatch_table.CreateFence(device, pCreateInfo, pAllocator, pFence); in DispatchCreateFence()
1502 …lt result = layer_data->device_dispatch_table.CreateFence(device, pCreateInfo, pAllocator, pFence); in DispatchCreateFence()
1504 *pFence = layer_data->WrapNew(*pFence); in DispatchCreateFence()
5583 VkFence* pFence) in DispatchRegisterDeviceEventEXT() argument
5586 …r_data->device_dispatch_table.RegisterDeviceEventEXT(device, pDeviceEventInfo, pAllocator, pFence); in DispatchRegisterDeviceEventEXT()
5587 …r_data->device_dispatch_table.RegisterDeviceEventEXT(device, pDeviceEventInfo, pAllocator, pFence); in DispatchRegisterDeviceEventEXT()
5589 *pFence = layer_data->WrapNew(*pFence); in DispatchRegisterDeviceEventEXT()
5599 VkFence* pFence) in DispatchRegisterDisplayEventEXT() argument
5602 …ice_dispatch_table.RegisterDisplayEventEXT(device, display, pDisplayEventInfo, pAllocator, pFence); in DispatchRegisterDisplayEventEXT()
[all …]
Dparameter_validation.h156 VkFence* pFence);
1404 VkFence* pFence);
1410 VkFence* pFence);
Dobject_tracker.cpp515 VkFence* pFence) { in PreCallValidateCreateFence() argument
526 VkFence* pFence, in PostCallRecordCreateFence() argument
529 CreateObject(device, *pFence, kVulkanObjectTypeFence, pAllocator); in PostCallRecordCreateFence()
4093 VkFence* pFence) { in PreCallValidateRegisterDeviceEventEXT() argument
4104 VkFence* pFence, in PostCallRecordRegisterDeviceEventEXT() argument
4107 CreateObject(device, *pFence, kVulkanObjectTypeFence, pAllocator); in PostCallRecordRegisterDeviceEventEXT()
4116 VkFence* pFence) { in PreCallValidateRegisterDisplayEventEXT() argument
4129 VkFence* pFence, in PostCallRecordRegisterDisplayEventEXT() argument
4132 CreateObject(device, *pFence, kVulkanObjectTypeFence, pAllocator); in PostCallRecordRegisterDisplayEventEXT()
Dthread_safety.h746 VkFence* pFence);
752 VkFence* pFence,
3424 VkFence* pFence);
3430 VkFence* pFence,
3438 VkFence* pFence);
3445 VkFence* pFence,
Dlayer_chassis_dispatch.h184 VkFence* pFence);
1434 VkFence* pFence);
1440 VkFence* pFence);
Dchassis.h248 VkFence* pFence);
1839 VkFence* pFence);
1846 VkFence* pFence);
2629 …eateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence) { return false; … in PreCallValidateCreateFence() argument
2630 …const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence) {}; in PreCallRecordCreateFence() argument
2631 …eateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence, VkResult result) … in PostCallRecordCreateFence() argument
3434 …EXT* pDeviceEventInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence) { return false; … in PreCallValidateRegisterDeviceEventEXT() argument
3435 …DeviceEventInfoEXT* pDeviceEventInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence) {}; in PreCallRecordRegisterDeviceEventEXT() argument
3436 …EXT* pDeviceEventInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence, VkResult result) … in PostCallRecordRegisterDeviceEventEXT() argument
3437 …XT* pDisplayEventInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence) { return false; … in PreCallValidateRegisterDisplayEventEXT() argument
[all …]
Dthread_safety.cpp556 VkFence* pFence) { in PreCallRecordCreateFence() argument
564 VkFence* pFence, in PostCallRecordCreateFence() argument
4614 VkFence* pFence) { in PreCallRecordRegisterDeviceEventEXT() argument
4622 VkFence* pFence, in PostCallRecordRegisterDeviceEventEXT() argument
4632 VkFence* pFence) { in PreCallRecordRegisterDisplayEventEXT() argument
4642 VkFence* pFence, in PostCallRecordRegisterDisplayEventEXT() argument
Dchassis.cpp1604 VkFence* pFence) { in CreateFence() argument
1609 skip |= intercept->PreCallValidateCreateFence(device, pCreateInfo, pAllocator, pFence); in CreateFence()
1614 intercept->PreCallRecordCreateFence(device, pCreateInfo, pAllocator, pFence); in CreateFence()
1616 VkResult result = DispatchCreateFence(device, pCreateInfo, pAllocator, pFence); in CreateFence()
1619 intercept->PostCallRecordCreateFence(device, pCreateInfo, pAllocator, pFence, result); in CreateFence()
7528 VkFence* pFence) { in RegisterDeviceEventEXT() argument
7533 … |= intercept->PreCallValidateRegisterDeviceEventEXT(device, pDeviceEventInfo, pAllocator, pFence); in RegisterDeviceEventEXT()
7538 … intercept->PreCallRecordRegisterDeviceEventEXT(device, pDeviceEventInfo, pAllocator, pFence); in RegisterDeviceEventEXT()
7540 VkResult result = DispatchRegisterDeviceEventEXT(device, pDeviceEventInfo, pAllocator, pFence); in RegisterDeviceEventEXT()
7543 …ercept->PostCallRecordRegisterDeviceEventEXT(device, pDeviceEventInfo, pAllocator, pFence, result); in RegisterDeviceEventEXT()
[all …]
Dvk_dispatch_table_helper.h142 …EXT* pDeviceEventInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence) { return VK_SUCCE… in StubRegisterDeviceEventEXT() argument
143 …XT* pDisplayEventInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence) { return VK_SUCCE… in StubRegisterDisplayEventEXT() argument
/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_entrypoints.h923 …e, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence);
924 …e, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence);
925 …e, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence);
926 …e, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence);
927 …e, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence);
928 …e, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence);
929 …e, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence);
1756 … VkDeviceEventInfoEXT* pDeviceEventInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence);
1757 … VkDeviceEventInfoEXT* pDeviceEventInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence);
1758 … VkDeviceEventInfoEXT* pDeviceEventInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence);
[all …]
Danv_entrypoints.c1862 …ce, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence) in anv_CreateFence() argument
1865 return anv_device->dispatch.vkCreateFence(device, pCreateInfo, pAllocator, pFence); in anv_CreateFence()
2576 …t VkDeviceEventInfoEXT* pDeviceEventInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence) in anv_RegisterDeviceEventEXT() argument
2579 …return anv_device->dispatch.vkRegisterDeviceEventEXT(device, pDeviceEventInfo, pAllocator, pFence); in anv_RegisterDeviceEventEXT()
2582 …VkDisplayEventInfoEXT* pDisplayEventInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence) in anv_RegisterDisplayEventEXT() argument
2585 …device->dispatch.vkRegisterDisplayEventEXT(device, display, pDisplayEventInfo, pAllocator, pFence); in anv_RegisterDisplayEventEXT()
3397 …eateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence) __attribute__ ((w…
3516 …EXT* pDeviceEventInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence) __attribute__ ((w…
3517 …XT* pDisplayEventInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence) __attribute__ ((w…
3903 …eateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence) __attribute__ ((w…
[all …]
/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceDriverImpl.inl100 …nst VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence) const
102 return m_vk.createFence(device, pCreateInfo, pAllocator, pFence);
1070 …viceEventInfoEXT* pDeviceEventInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence) const
1072 return m_vk.registerDeviceEventEXT(device, pDeviceEventInfo, pAllocator, pFence);
1075 …layEventInfoEXT* pDisplayEventInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence) const
1077 return m_vk.registerDisplayEventEXT(device, display, pDisplayEventInfo, pAllocator, pFence);
DvkConcreteDeviceInterface.inl23 …st VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence) const;
217 …iceEventInfoEXT* pDeviceEventInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence) const;
218 …ayEventInfoEXT* pDisplayEventInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence) const;
DvkVirtualDeviceInterface.inl23 …kFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence) const = 0;
217 …ventInfoEXT* pDeviceEventInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence) const = 0;
218 …entInfoEXT* pDisplayEventInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence) const = 0;
DvkNullDriverImpl.inl16 …ce, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence) argument
19 VK_NULL_RETURN((*pFence = allocateNonDispHandle<Fence, VkFence>(device, pCreateInfo, pAllocator)));
2027 …t VkDeviceEventInfoEXT* pDeviceEventInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence) argument
2032 DE_UNREF(pFence);
2036 …VkDisplayEventInfoEXT* pDisplayEventInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence) argument
2042 DE_UNREF(pFence);
DvkFunctionPointerTypes.inl39 …e, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence);
311 … VkDeviceEventInfoEXT* pDeviceEventInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence);
312 …kDisplayEventInfoEXT* pDisplayEventInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence);
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_queue.c1163 VkFence *pFence) in v3dv_CreateFence() argument
1186 *pFence = v3dv_fence_to_handle(fence); in v3dv_CreateFence()
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c1381 VkFence* pFence) in lvp_CreateFence() argument
1395 *pFence = lvp_fence_to_handle(fence); in lvp_CreateFence()
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h2769 …e, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence);
3060 VkFence* pFence);
6648 … VkDeviceEventInfoEXT* pDeviceEventInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence);
6649 …kDisplayEventInfoEXT* pDisplayEventInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence);
6662 VkFence* pFence);
6669 VkFence* pFence);
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h2769 …e, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence);
3060 VkFence* pFence);
6648 … VkDeviceEventInfoEXT* pDeviceEventInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence);
6649 …kDisplayEventInfoEXT* pDisplayEventInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence);
6662 VkFence* pFence);
6669 VkFence* pFence);
/external/mesa3d/src/intel/vulkan/
Danv_queue.c1325 VkFence* pFence) in anv_CreateFence() argument
1364 *pFence = anv_fence_to_handle(fence); in anv_CreateFence()

12