Lines Matching defs:uint64_t
266 typedef unsigned __int64 uint64_t;
332 #define VK_DEFINE_NON_DISPATCHABLE_HANDLE(object) typedef uint64_t object;
1562 typedef uint64_t VkAccessFlagBits2;
1606 typedef uint64_t VkPipelineStageFlagBits2;
1660 typedef uint64_t VkFormatFeatureFlagBits2;
2343 uint64_t timeout;
2497 uint64_t maxTimelineSemaphoreValueDifference;
2504 uint64_t initialValue;
2511 const uint64_t * pWaitSemaphoreValues;
2513 const uint64_t * pSignalSemaphoreValues;
2520 uint64_t value;
2532 uint64_t opaqueCaptureAddress;
2564 uint64_t opaqueCaptureAddress;
2606 typedef uint64_t VkFlags64;
2607 typedef uint64_t VkDeviceSize;
2608 typedef uint64_t VkDeviceAddress;
2699 uint64_t object,
4150 const uint64_t * pValues;
4245 uint64_t duration;
4441 uint64_t maxTimelineSemaphoreValueDifference;
4708 uint64_t value;
4883 typedef VkResult (GLAD_API_PTR *PFN_vkAcquireNextImageKHR)(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFence fence, uint32_t * pImageIndex);
4998 typedef void (GLAD_API_PTR *PFN_vkDebugReportMessageEXT)(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char * pLayerPrefix, const char * pMessage);
5041 typedef uint64_t (GLAD_API_PTR *PFN_vkGetBufferOpaqueCaptureAddress)(VkDevice device, const VkBufferDeviceAddressInfo * pInfo);
5050 typedef uint64_t (GLAD_API_PTR *PFN_vkGetDeviceMemoryOpaqueCaptureAddress)(VkDevice device, const VkDeviceMemoryOpaqueCaptureAddressInfo * pInfo);
5086 typedef void (GLAD_API_PTR *PFN_vkGetPrivateData)(VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataSlot privateDataSlot, uint64_t * pData);
5089 typedef VkResult (GLAD_API_PTR *PFN_vkGetSemaphoreCounterValue)(VkDevice device, VkSemaphore semaphore, uint64_t * pValue);
5106 typedef VkResult (GLAD_API_PTR *PFN_vkSetPrivateData)(VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataSlot privateDataSlot, uint64_t data);
5112 typedef VkResult (GLAD_API_PTR *PFN_vkWaitForFences)(VkDevice device, uint32_t fenceCount, const VkFence * pFences, VkBool32 waitAll, uint64_t timeout);
5113 typedef VkResult (GLAD_API_PTR *PFN_vkWaitSemaphores)(VkDevice device, const VkSemaphoreWaitInfo * pWaitInfo, uint64_t timeout);