• Home
  • Raw
  • Download

Lines Matching refs:VKAPI_ATTR

100 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL
114 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL vkDestroyDebugReportCallbackEXT(VkInstance instance, in vkDestroyDebugReportCallbackEXT()
124 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
133 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL
142 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL
147 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkEnumerateDeviceExtensionProperties(VkPhysicalDevic… in vkEnumerateDeviceExtensionProperties()
159 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL
1357 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL
1408 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL vkDestroyInstance(VkInstance instance, const VkAllocatio… in vkDestroyInstance()
1448 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL
1467 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
1492 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
1540 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL
1579 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
1594 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
1610 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
1688 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkCreateDevice(VkPhysicalDevice physicalDevice, in vkCreateDevice()
1759 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL vkDestroyDevice(VkDevice device, const VkAllocationCallb… in vkDestroyDevice()
1797 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
1823 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL
1853 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkQueueWaitIdle(VkQueue queue) { in vkQueueWaitIdle()
1873 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkDeviceWaitIdle(VkDevice device) { in vkDeviceWaitIdle()
1892 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkAllocateMemory(VkDevice device, const VkMemoryAllo… in vkAllocateMemory()
1910 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
1935 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL
1965 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL
1995 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL
2014 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
2039 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL
2060 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL
2069 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
2082 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
2111 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
2164 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
2197 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL
2226 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL
2244 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL vkDestroyFence(VkDevice device, VkFence fence, const VkA… in vkDestroyFence()
2268 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkResetFences(VkDevice device, uint32_t fenceCount, … in vkResetFences()
2297 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkGetFenceStatus(VkDevice device, VkFence fence) { in vkGetFenceStatus()
2317 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL
2346 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkCreateSemaphore(VkDevice device, const VkSemaphore… in vkCreateSemaphore()
2364 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
2388 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL
2406 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL vkDestroyEvent(VkDevice device, VkEvent event, const VkA… in vkDestroyEvent()
2430 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkGetEventStatus(VkDevice device, VkEvent event) { in vkGetEventStatus()
2450 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkSetEvent(VkDevice device, VkEvent event) { in vkSetEvent()
2470 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkResetEvent(VkDevice device, VkEvent event) { in vkResetEvent()
2501 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(VkDevice device, const VkQueryPool… in vkCreateQueryPool()
2521 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
2546 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkGetQueryPoolResults(VkDevice device, VkQueryPool q… in vkGetQueryPoolResults()
2593 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL
2613 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
2649 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkCreateBufferView(VkDevice device, const VkBufferVi… in vkCreateBufferView()
2669 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
2723 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL
2743 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL vkDestroyImage(VkDevice device, VkImage image, const VkA… in vkDestroyImage()
2768 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
2835 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkCreateImageView(VkDevice device, const VkImageView… in vkCreateImageView()
2855 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
2879 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkCreateShaderModule(VkDevice device, const VkShader… in vkCreateShaderModule()
2899 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
2923 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkCreatePipelineCache(VkDevice device, const VkPipel… in vkCreatePipelineCache()
2943 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
2967 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL
2997 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL
3242 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL
3290 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL
3314 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
3338 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL
3358 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
3450 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkCreateSampler(VkDevice device, const VkSamplerCrea… in vkCreateSampler()
3470 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
3510 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL
3532 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
3575 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL
3597 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
3622 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL
3643 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL
3674 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkFreeDescriptorSets(VkDevice device, VkDescriptorPo… in vkFreeDescriptorSets()
3721 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
3750 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkCreateFramebuffer(VkDevice device, const VkFramebu… in vkCreateFramebuffer()
3769 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
3900 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkCreateRenderPass(VkDevice device, const VkRenderPa… in vkCreateRenderPass()
3921 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
3934 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
3958 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkCreateCommandPool(VkDevice device, const VkCommand… in vkCreateCommandPool()
3979 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
4004 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL
4036 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL
4056 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL vkFreeCommandBuffers(VkDevice device, VkCommandPool comm… in vkFreeCommandBuffers()
4083 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL
4113 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkEndCommandBuffer(VkCommandBuffer commandBuffer) { in vkEndCommandBuffer()
4133 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL
4153 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
4160 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
4174 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
4187 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL vkCmdSetLineWidth(VkCommandBuffer commandBuffer, float l… in vkCmdSetLineWidth()
4191 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
4197 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL vkCmdSetBlendConstants(VkCommandBuffer commandBuffer, co… in vkCmdSetBlendConstants()
4209 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
4214 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
4219 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
4224 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
4241 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
4272 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
4279 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL vkCmdBindVertexBuffers(VkCommandBuffer commandBuffer, ui… in vkCmdBindVertexBuffers()
4315 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL vkCmdDraw(VkCommandBuffer commandBuffer, uint32_t vertex… in vkCmdDraw()
4323 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL vkCmdDrawIndexed(VkCommandBuffer commandBuffer, uint32_t… in vkCmdDrawIndexed()
4330 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
4335 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
4340 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL vkCmdDispatch(VkCommandBuffer commandBuffer, uint32_t x,… in vkCmdDispatch()
4344 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
4349 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL vkCmdCopyBuffer(VkCommandBuffer commandBuffer, VkBuffer … in vkCmdCopyBuffer()
4401 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
4466 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
4513 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL vkCmdCopyBufferToImage(VkCommandBuffer commandBuffer, Vk… in vkCmdCopyBufferToImage()
4560 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL vkCmdCopyImageToBuffer(VkCommandBuffer commandBuffer, Vk… in vkCmdCopyImageToBuffer()
4580 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL vkCmdUpdateBuffer(VkCommandBuffer commandBuffer, VkBuffe… in vkCmdUpdateBuffer()
4594 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
4611 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL vkCmdClearColorImage(VkCommandBuffer commandBuffer, VkIm… in vkCmdClearColorImage()
4641 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
4660 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL vkCmdClearAttachments(VkCommandBuffer commandBuffer, uin… in vkCmdClearAttachments()
4716 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
4736 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
4741 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
4746 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
4766 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
4786 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
4791 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL vkCmdEndQuery(VkCommandBuffer commandBuffer, VkQueryPool… in vkCmdEndQuery()
4795 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
4808 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
4815 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
4822 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL vkCmdPushConstants(VkCommandBuffer commandBuffer, VkPipe… in vkCmdPushConstants()
4848 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
4874 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL vkCmdNextSubpass(VkCommandBuffer commandBuffer, VkSubpas… in vkCmdNextSubpass()
4880 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL vkCmdEndRenderPass(VkCommandBuffer commandBuffer) { in vkCmdEndRenderPass()
4884 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
4898 VK_LAYER_EXPORT VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL vkGetDeviceProcAddr(VkDevice device, const… in vkGetDeviceProcAddr()
5125 VK_LAYER_EXPORT VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL vkGetInstanceProcAddr(VkInstance instance,… in vkGetInstanceProcAddr()