Home | History | Annotate | Download | only in layers

Lines Matching refs:VK_LAYER_EXPORT

100 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL
114 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL vkDestroyDebugReportCallbackEXT(VkInstance instance,
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(VkPhysicalDevice physicalDevice,
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 VkAllocationCallbacks *pAllocator) {
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,
1759 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL vkDestroyDevice(VkDevice device, const VkAllocationCallbacks *pAllocator) {
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) {
1873 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkDeviceWaitIdle(VkDevice device) {
1892 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkAllocateMemory(VkDevice device, const VkMemoryAllocateInfo *pAllocateInfo,
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 VkAllocationCallbacks *pAllocator) {
2268 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkResetFences(VkDevice device, uint32_t fenceCount, const VkFence *pFences) {
2297 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkGetFenceStatus(VkDevice device, VkFence fence) {
2317 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL
2346 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkCreateSemaphore(VkDevice device, const VkSemaphoreCreateInfo *pCreateInfo,
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 VkAllocationCallbacks *pAllocator) {
2430 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkGetEventStatus(VkDevice device, VkEvent event) {
2450 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkSetEvent(VkDevice device, VkEvent event) {
2470 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkResetEvent(VkDevice device, VkEvent event) {
2501 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo *pCreateInfo,
2521 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
2546 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkGetQueryPoolResults(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery,
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 VkBufferViewCreateInfo *pCreateInfo,
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 VkAllocationCallbacks *pAllocator) {
2768 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
2835 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkCreateImageView(VkDevice device, const VkImageViewCreateInfo *pCreateInfo,
2855 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
2879 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkCreateShaderModule(VkDevice device, const VkShaderModuleCreateInfo *pCreateInfo,
2899 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
2923 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkCreatePipelineCache(VkDevice device, const VkPipelineCacheCreateInfo *pCreateInfo,
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 VkSamplerCreateInfo *pCreateInfo,
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, VkDescriptorPool descriptorPool,
3721 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
3750 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkCreateFramebuffer(VkDevice device, const VkFramebufferCreateInfo *pCreateInfo,
3769 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
3900 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkCreateRenderPass(VkDevice device, const VkRenderPassCreateInfo *pCreateInfo,
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 VkCommandPoolCreateInfo *pCreateInfo,
3979 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
4004 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL
4036 VK_LAYER_EXPORT
4056 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL vkFreeCommandBuffers(VkDevice device, VkCommandPool commandPool,
4083 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL
4113 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkEndCommandBuffer(VkCommandBuffer commandBuffer) {
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 lineWidth) {
4191 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
4197 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL vkCmdSetBlendConstants(VkCommandBuffer commandBuffer, const float blendConstants[4]) {
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, uint32_t firstBinding,
4315 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL vkCmdDraw(VkCommandBuffer commandBuffer, uint32_t vertexCount, uint32_t instanceCount,
4323 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL vkCmdDrawIndexed(VkCommandBuffer commandBuffer, uint32_t indexCount,
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, uint32_t y, uint32_t z) {
4344 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
4349 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL vkCmdCopyBuffer(VkCommandBuffer commandBuffer, VkBuffer srcBuffer, VkBuffer dstBuffer,
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, VkBuffer srcBuffer,
4560 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL vkCmdCopyImageToBuffer(VkCommandBuffer commandBuffer, VkImage srcImage,
4580 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL vkCmdUpdateBuffer(VkCommandBuffer commandBuffer, VkBuffer dstBuffer,
4594 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
4611 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL vkCmdClearColorImage(VkCommandBuffer commandBuffer, VkImage image,
4641 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
4660 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL vkCmdClearAttachments(VkCommandBuffer commandBuffer, uint32_t attachmentCount,
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 queryPool, uint32_t slot) {
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, VkPipelineLayout layout,
4848 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
4874 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL vkCmdNextSubpass(VkCommandBuffer commandBuffer, VkSubpassContents contents) {
4880 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL vkCmdEndRenderPass(VkCommandBuffer commandBuffer) {
4884 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL
4898 VK_LAYER_EXPORT VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL vkGetDeviceProcAddr(VkDevice device, const char *funcName) {
5125 VK_LAYER_EXPORT VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL vkGetInstanceProcAddr(VkInstance instance, const char *funcName) {