Lines Matching refs:pAllocator
412 …LL CreateInstance(const VkInstanceCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, in CreateInstance() argument
487 intercept->PreCallValidateCreateInstance(pCreateInfo, pAllocator, pInstance); in CreateInstance()
490 intercept->PreCallRecordCreateInstance(pCreateInfo, pAllocator, pInstance); in CreateInstance()
493 VkResult result = fpCreateInstance(pCreateInfo, pAllocator, pInstance); in CreateInstance()
510 …layer_debug_messenger_actions(framework->report_data, framework->logging_messenger, pAllocator, OB… in CreateInstance()
546 intercept->PostCallRecordCreateInstance(pCreateInfo, pAllocator, pInstance, result); in CreateInstance()
554 …TTR void VKAPI_CALL DestroyInstance(VkInstance instance, const VkAllocationCallbacks *pAllocator) { in DestroyInstance() argument
559 intercept->PreCallValidateDestroyInstance(instance, pAllocator); in DestroyInstance()
563 intercept->PreCallRecordDestroyInstance(instance, pAllocator); in DestroyInstance()
566 layer_data->instance_dispatch_table.DestroyInstance(instance, pAllocator); in DestroyInstance()
570 intercept->PostCallRecordDestroyInstance(instance, pAllocator); in DestroyInstance()
575 layer_destroy_messenger_callback(layer_data->report_data, messenger, pAllocator); in DestroyInstance()
580 layer_destroy_report_callback(layer_data->report_data, callback, pAllocator); in DestroyInstance()
593 … const VkAllocationCallbacks *pAllocator, VkDevice *pDevice) { in CreateDevice() argument
624 skip |= intercept->PreCallValidateCreateDevice(gpu, pCreateInfo, pAllocator, pDevice); in CreateDevice()
629 …intercept->PreCallRecordCreateDevice(gpu, pCreateInfo, pAllocator, pDevice, &modified_create_info); in CreateDevice()
632 …ateDevice(gpu, reinterpret_cast<VkDeviceCreateInfo *>(&modified_create_info), pAllocator, pDevice); in CreateDevice()
709 intercept->PostCallRecordCreateDevice(gpu, pCreateInfo, pAllocator, pDevice, result); in CreateDevice()
717 VKAPI_ATTR void VKAPI_CALL DestroyDevice(VkDevice device, const VkAllocationCallbacks *pAllocator) { in DestroyDevice() argument
722 intercept->PreCallValidateDestroyDevice(device, pAllocator); in DestroyDevice()
726 intercept->PreCallRecordDestroyDevice(device, pAllocator); in DestroyDevice()
730 layer_data->device_dispatch_table.DestroyDevice(device, pAllocator); in DestroyDevice()
734 intercept->PostCallRecordDestroyDevice(device, pAllocator); in DestroyDevice()
751 const VkAllocationCallbacks* pAllocator, in CreateGraphicsPipelines() argument
767 …raphicsPipelines(device, pipelineCache, createInfoCount, pCreateInfos, pAllocator, pPipelines, &cg… in CreateGraphicsPipelines()
772 …raphicsPipelines(device, pipelineCache, createInfoCount, pCreateInfos, pAllocator, pPipelines, &cg… in CreateGraphicsPipelines()
775 …Pipelines(device, pipelineCache, createInfoCount, cgpl_state.pCreateInfos, pAllocator, pPipelines); in CreateGraphicsPipelines()
779 …raphicsPipelines(device, pipelineCache, createInfoCount, pCreateInfos, pAllocator, pPipelines, res… in CreateGraphicsPipelines()
790 const VkAllocationCallbacks* pAllocator, in CreateComputePipelines() argument
806 …ComputePipelines(device, pipelineCache, createInfoCount, pCreateInfos, pAllocator, pPipelines, &cc… in CreateComputePipelines()
811 …ComputePipelines(device, pipelineCache, createInfoCount, pCreateInfos, pAllocator, pPipelines, &cc… in CreateComputePipelines()
813 …Pipelines(device, pipelineCache, createInfoCount, ccpl_state.pCreateInfos, pAllocator, pPipelines); in CreateComputePipelines()
816 …ComputePipelines(device, pipelineCache, createInfoCount, pCreateInfos, pAllocator, pPipelines, res… in CreateComputePipelines()
826 const VkAllocationCallbacks* pAllocator, in CreateRayTracingPipelinesNV() argument
843 … pAllocator, pPipelines, &crtpl_state); in CreateRayTracingPipelinesNV()
848 …RecordCreateRayTracingPipelinesNV(device, pipelineCache, createInfoCount, pCreateInfos, pAllocator, in CreateRayTracingPipelinesNV()
851 …ayTracingPipelinesNV(device, pipelineCache, createInfoCount, pCreateInfos, pAllocator, pPipelines); in CreateRayTracingPipelinesNV()
854 …RecordCreateRayTracingPipelinesNV(device, pipelineCache, createInfoCount, pCreateInfos, pAllocator, in CreateRayTracingPipelinesNV()
864 const VkAllocationCallbacks* pAllocator, in CreatePipelineLayout() argument
879 …skip |= intercept->PreCallValidateCreatePipelineLayout(device, pCreateInfo, pAllocator, pPipelineL… in CreatePipelineLayout()
884 …intercept->PreCallRecordCreatePipelineLayout(device, pCreateInfo, pAllocator, pPipelineLayout, &cp… in CreatePipelineLayout()
886 … DispatchCreatePipelineLayout(device, &cpl_state.modified_create_info, pAllocator, pPipelineLayout… in CreatePipelineLayout()
889 …intercept->PostCallRecordCreatePipelineLayout(device, pCreateInfo, pAllocator, pPipelineLayout, re… in CreatePipelineLayout()
898 const VkAllocationCallbacks* pAllocator, in CreateShaderModule() argument
913 …skip |= intercept->PreCallValidateCreateShaderModule(device, pCreateInfo, pAllocator, pShaderModul… in CreateShaderModule()
918 …intercept->PreCallRecordCreateShaderModule(device, pCreateInfo, pAllocator, pShaderModule, &csm_st… in CreateShaderModule()
920 …DispatchCreateShaderModule(device, &csm_state.instrumented_create_info, pAllocator, pShaderModule); in CreateShaderModule()
923 …intercept->PostCallRecordCreateShaderModule(device, pCreateInfo, pAllocator, pShaderModule, result… in CreateShaderModule()
967 const VkAllocationCallbacks* pAllocator, in CreateValidationCacheEXT() argument
975 …result = validation_data->CoreLayerCreateValidationCacheEXT(device, pCreateInfo, pAllocator, pVali… in CreateValidationCacheEXT()
983 const VkAllocationCallbacks* pAllocator) { in DestroyValidationCacheEXT() argument
989 validation_data->CoreLayerDestroyValidationCacheEXT(device, validationCache, pAllocator); in DestroyValidationCacheEXT()
1276 const VkAllocationCallbacks* pAllocator, in AllocateMemory() argument
1282 … skip |= intercept->PreCallValidateAllocateMemory(device, pAllocateInfo, pAllocator, pMemory); in AllocateMemory()
1287 intercept->PreCallRecordAllocateMemory(device, pAllocateInfo, pAllocator, pMemory); in AllocateMemory()
1289 VkResult result = DispatchAllocateMemory(device, pAllocateInfo, pAllocator, pMemory); in AllocateMemory()
1292 intercept->PostCallRecordAllocateMemory(device, pAllocateInfo, pAllocator, pMemory, result); in AllocateMemory()
1300 const VkAllocationCallbacks* pAllocator) { in FreeMemory() argument
1305 skip |= intercept->PreCallValidateFreeMemory(device, memory, pAllocator); in FreeMemory()
1310 intercept->PreCallRecordFreeMemory(device, memory, pAllocator); in FreeMemory()
1312 DispatchFreeMemory(device, memory, pAllocator); in FreeMemory()
1315 intercept->PostCallRecordFreeMemory(device, memory, pAllocator); in FreeMemory()
1603 const VkAllocationCallbacks* pAllocator, 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()
1627 const VkAllocationCallbacks* pAllocator) { in DestroyFence() argument
1632 skip |= intercept->PreCallValidateDestroyFence(device, fence, pAllocator); in DestroyFence()
1637 intercept->PreCallRecordDestroyFence(device, fence, pAllocator); in DestroyFence()
1639 DispatchDestroyFence(device, fence, pAllocator); in DestroyFence()
1642 intercept->PostCallRecordDestroyFence(device, fence, pAllocator); in DestroyFence()
1719 const VkAllocationCallbacks* pAllocator, in CreateSemaphore() argument
1725 … skip |= intercept->PreCallValidateCreateSemaphore(device, pCreateInfo, pAllocator, pSemaphore); in CreateSemaphore()
1730 intercept->PreCallRecordCreateSemaphore(device, pCreateInfo, pAllocator, pSemaphore); in CreateSemaphore()
1732 VkResult result = DispatchCreateSemaphore(device, pCreateInfo, pAllocator, pSemaphore); in CreateSemaphore()
1735 … intercept->PostCallRecordCreateSemaphore(device, pCreateInfo, pAllocator, pSemaphore, result); in CreateSemaphore()
1743 const VkAllocationCallbacks* pAllocator) { in DestroySemaphore() argument
1748 skip |= intercept->PreCallValidateDestroySemaphore(device, semaphore, pAllocator); in DestroySemaphore()
1753 intercept->PreCallRecordDestroySemaphore(device, semaphore, pAllocator); in DestroySemaphore()
1755 DispatchDestroySemaphore(device, semaphore, pAllocator); in DestroySemaphore()
1758 intercept->PostCallRecordDestroySemaphore(device, semaphore, pAllocator); in DestroySemaphore()
1765 const VkAllocationCallbacks* pAllocator, in CreateEvent() argument
1771 skip |= intercept->PreCallValidateCreateEvent(device, pCreateInfo, pAllocator, pEvent); in CreateEvent()
1776 intercept->PreCallRecordCreateEvent(device, pCreateInfo, pAllocator, pEvent); in CreateEvent()
1778 VkResult result = DispatchCreateEvent(device, pCreateInfo, pAllocator, pEvent); in CreateEvent()
1781 intercept->PostCallRecordCreateEvent(device, pCreateInfo, pAllocator, pEvent, result); in CreateEvent()
1789 const VkAllocationCallbacks* pAllocator) { in DestroyEvent() argument
1794 skip |= intercept->PreCallValidateDestroyEvent(device, event, pAllocator); in DestroyEvent()
1799 intercept->PreCallRecordDestroyEvent(device, event, pAllocator); in DestroyEvent()
1801 DispatchDestroyEvent(device, event, pAllocator); in DestroyEvent()
1804 intercept->PostCallRecordDestroyEvent(device, event, pAllocator); in DestroyEvent()
1877 const VkAllocationCallbacks* pAllocator, in CreateQueryPool() argument
1883 … skip |= intercept->PreCallValidateCreateQueryPool(device, pCreateInfo, pAllocator, pQueryPool); in CreateQueryPool()
1888 intercept->PreCallRecordCreateQueryPool(device, pCreateInfo, pAllocator, pQueryPool); in CreateQueryPool()
1890 VkResult result = DispatchCreateQueryPool(device, pCreateInfo, pAllocator, pQueryPool); in CreateQueryPool()
1893 … intercept->PostCallRecordCreateQueryPool(device, pCreateInfo, pAllocator, pQueryPool, result); in CreateQueryPool()
1901 const VkAllocationCallbacks* pAllocator) { in DestroyQueryPool() argument
1906 skip |= intercept->PreCallValidateDestroyQueryPool(device, queryPool, pAllocator); in DestroyQueryPool()
1911 intercept->PreCallRecordDestroyQueryPool(device, queryPool, pAllocator); in DestroyQueryPool()
1913 DispatchDestroyQueryPool(device, queryPool, pAllocator); in DestroyQueryPool()
1916 intercept->PostCallRecordDestroyQueryPool(device, queryPool, pAllocator); in DestroyQueryPool()
1951 const VkAllocationCallbacks* pAllocator, in CreateBuffer() argument
1957 skip |= intercept->PreCallValidateCreateBuffer(device, pCreateInfo, pAllocator, pBuffer); in CreateBuffer()
1962 intercept->PreCallRecordCreateBuffer(device, pCreateInfo, pAllocator, pBuffer); in CreateBuffer()
1964 VkResult result = DispatchCreateBuffer(device, pCreateInfo, pAllocator, pBuffer); in CreateBuffer()
1967 intercept->PostCallRecordCreateBuffer(device, pCreateInfo, pAllocator, pBuffer, result); in CreateBuffer()
1975 const VkAllocationCallbacks* pAllocator) { in DestroyBuffer() argument
1980 skip |= intercept->PreCallValidateDestroyBuffer(device, buffer, pAllocator); in DestroyBuffer()
1985 intercept->PreCallRecordDestroyBuffer(device, buffer, pAllocator); in DestroyBuffer()
1987 DispatchDestroyBuffer(device, buffer, pAllocator); in DestroyBuffer()
1990 intercept->PostCallRecordDestroyBuffer(device, buffer, pAllocator); in DestroyBuffer()
1997 const VkAllocationCallbacks* pAllocator, in CreateBufferView() argument
2003 skip |= intercept->PreCallValidateCreateBufferView(device, pCreateInfo, pAllocator, pView); in CreateBufferView()
2008 intercept->PreCallRecordCreateBufferView(device, pCreateInfo, pAllocator, pView); in CreateBufferView()
2010 VkResult result = DispatchCreateBufferView(device, pCreateInfo, pAllocator, pView); in CreateBufferView()
2013 intercept->PostCallRecordCreateBufferView(device, pCreateInfo, pAllocator, pView, result); in CreateBufferView()
2021 const VkAllocationCallbacks* pAllocator) { in DestroyBufferView() argument
2026 skip |= intercept->PreCallValidateDestroyBufferView(device, bufferView, pAllocator); in DestroyBufferView()
2031 intercept->PreCallRecordDestroyBufferView(device, bufferView, pAllocator); in DestroyBufferView()
2033 DispatchDestroyBufferView(device, bufferView, pAllocator); in DestroyBufferView()
2036 intercept->PostCallRecordDestroyBufferView(device, bufferView, pAllocator); in DestroyBufferView()
2043 const VkAllocationCallbacks* pAllocator, in CreateImage() argument
2049 skip |= intercept->PreCallValidateCreateImage(device, pCreateInfo, pAllocator, pImage); in CreateImage()
2054 intercept->PreCallRecordCreateImage(device, pCreateInfo, pAllocator, pImage); in CreateImage()
2056 VkResult result = DispatchCreateImage(device, pCreateInfo, pAllocator, pImage); in CreateImage()
2059 intercept->PostCallRecordCreateImage(device, pCreateInfo, pAllocator, pImage, result); in CreateImage()
2067 const VkAllocationCallbacks* pAllocator) { in DestroyImage() argument
2072 skip |= intercept->PreCallValidateDestroyImage(device, image, pAllocator); in DestroyImage()
2077 intercept->PreCallRecordDestroyImage(device, image, pAllocator); in DestroyImage()
2079 DispatchDestroyImage(device, image, pAllocator); in DestroyImage()
2082 intercept->PostCallRecordDestroyImage(device, image, pAllocator); in DestroyImage()
2112 const VkAllocationCallbacks* pAllocator, in CreateImageView() argument
2118 skip |= intercept->PreCallValidateCreateImageView(device, pCreateInfo, pAllocator, pView); in CreateImageView()
2123 intercept->PreCallRecordCreateImageView(device, pCreateInfo, pAllocator, pView); in CreateImageView()
2125 VkResult result = DispatchCreateImageView(device, pCreateInfo, pAllocator, pView); in CreateImageView()
2128 intercept->PostCallRecordCreateImageView(device, pCreateInfo, pAllocator, pView, result); in CreateImageView()
2136 const VkAllocationCallbacks* pAllocator) { in DestroyImageView() argument
2141 skip |= intercept->PreCallValidateDestroyImageView(device, imageView, pAllocator); in DestroyImageView()
2146 intercept->PreCallRecordDestroyImageView(device, imageView, pAllocator); in DestroyImageView()
2148 DispatchDestroyImageView(device, imageView, pAllocator); in DestroyImageView()
2151 intercept->PostCallRecordDestroyImageView(device, imageView, pAllocator); in DestroyImageView()
2158 const VkAllocationCallbacks* pAllocator) { in DestroyShaderModule() argument
2163 skip |= intercept->PreCallValidateDestroyShaderModule(device, shaderModule, pAllocator); in DestroyShaderModule()
2168 intercept->PreCallRecordDestroyShaderModule(device, shaderModule, pAllocator); in DestroyShaderModule()
2170 DispatchDestroyShaderModule(device, shaderModule, pAllocator); in DestroyShaderModule()
2173 intercept->PostCallRecordDestroyShaderModule(device, shaderModule, pAllocator); in DestroyShaderModule()
2180 const VkAllocationCallbacks* pAllocator, in CreatePipelineCache() argument
2186 …skip |= intercept->PreCallValidateCreatePipelineCache(device, pCreateInfo, pAllocator, pPipelineCa… in CreatePipelineCache()
2191 … intercept->PreCallRecordCreatePipelineCache(device, pCreateInfo, pAllocator, pPipelineCache); in CreatePipelineCache()
2193 VkResult result = DispatchCreatePipelineCache(device, pCreateInfo, pAllocator, pPipelineCache); in CreatePipelineCache()
2196 …intercept->PostCallRecordCreatePipelineCache(device, pCreateInfo, pAllocator, pPipelineCache, resu… in CreatePipelineCache()
2204 const VkAllocationCallbacks* pAllocator) { in DestroyPipelineCache() argument
2209 skip |= intercept->PreCallValidateDestroyPipelineCache(device, pipelineCache, pAllocator); in DestroyPipelineCache()
2214 intercept->PreCallRecordDestroyPipelineCache(device, pipelineCache, pAllocator); in DestroyPipelineCache()
2216 DispatchDestroyPipelineCache(device, pipelineCache, pAllocator); in DestroyPipelineCache()
2219 intercept->PostCallRecordDestroyPipelineCache(device, pipelineCache, pAllocator); in DestroyPipelineCache()
2274 const VkAllocationCallbacks* pAllocator) { in DestroyPipeline() argument
2279 skip |= intercept->PreCallValidateDestroyPipeline(device, pipeline, pAllocator); in DestroyPipeline()
2284 intercept->PreCallRecordDestroyPipeline(device, pipeline, pAllocator); in DestroyPipeline()
2286 DispatchDestroyPipeline(device, pipeline, pAllocator); in DestroyPipeline()
2289 intercept->PostCallRecordDestroyPipeline(device, pipeline, pAllocator); in DestroyPipeline()
2296 const VkAllocationCallbacks* pAllocator) { in DestroyPipelineLayout() argument
2301 skip |= intercept->PreCallValidateDestroyPipelineLayout(device, pipelineLayout, pAllocator); in DestroyPipelineLayout()
2306 intercept->PreCallRecordDestroyPipelineLayout(device, pipelineLayout, pAllocator); in DestroyPipelineLayout()
2308 DispatchDestroyPipelineLayout(device, pipelineLayout, pAllocator); in DestroyPipelineLayout()
2311 intercept->PostCallRecordDestroyPipelineLayout(device, pipelineLayout, pAllocator); in DestroyPipelineLayout()
2318 const VkAllocationCallbacks* pAllocator, in CreateSampler() argument
2324 skip |= intercept->PreCallValidateCreateSampler(device, pCreateInfo, pAllocator, pSampler); in CreateSampler()
2329 intercept->PreCallRecordCreateSampler(device, pCreateInfo, pAllocator, pSampler); in CreateSampler()
2331 VkResult result = DispatchCreateSampler(device, pCreateInfo, pAllocator, pSampler); in CreateSampler()
2334 intercept->PostCallRecordCreateSampler(device, pCreateInfo, pAllocator, pSampler, result); in CreateSampler()
2342 const VkAllocationCallbacks* pAllocator) { in DestroySampler() argument
2347 skip |= intercept->PreCallValidateDestroySampler(device, sampler, pAllocator); in DestroySampler()
2352 intercept->PreCallRecordDestroySampler(device, sampler, pAllocator); in DestroySampler()
2354 DispatchDestroySampler(device, sampler, pAllocator); in DestroySampler()
2357 intercept->PostCallRecordDestroySampler(device, sampler, pAllocator); in DestroySampler()
2364 const VkAllocationCallbacks* pAllocator, in CreateDescriptorSetLayout() argument
2370 …skip |= intercept->PreCallValidateCreateDescriptorSetLayout(device, pCreateInfo, pAllocator, pSetL… in CreateDescriptorSetLayout()
2375 … intercept->PreCallRecordCreateDescriptorSetLayout(device, pCreateInfo, pAllocator, pSetLayout); in CreateDescriptorSetLayout()
2377 … VkResult result = DispatchCreateDescriptorSetLayout(device, pCreateInfo, pAllocator, pSetLayout); in CreateDescriptorSetLayout()
2380 …intercept->PostCallRecordCreateDescriptorSetLayout(device, pCreateInfo, pAllocator, pSetLayout, re… in CreateDescriptorSetLayout()
2388 const VkAllocationCallbacks* pAllocator) { in DestroyDescriptorSetLayout() argument
2393 …p |= intercept->PreCallValidateDestroyDescriptorSetLayout(device, descriptorSetLayout, pAllocator); in DestroyDescriptorSetLayout()
2398 intercept->PreCallRecordDestroyDescriptorSetLayout(device, descriptorSetLayout, pAllocator); in DestroyDescriptorSetLayout()
2400 DispatchDestroyDescriptorSetLayout(device, descriptorSetLayout, pAllocator); in DestroyDescriptorSetLayout()
2403 … intercept->PostCallRecordDestroyDescriptorSetLayout(device, descriptorSetLayout, pAllocator); in DestroyDescriptorSetLayout()
2410 const VkAllocationCallbacks* pAllocator, in CreateDescriptorPool() argument
2416 …skip |= intercept->PreCallValidateCreateDescriptorPool(device, pCreateInfo, pAllocator, pDescripto… in CreateDescriptorPool()
2421 … intercept->PreCallRecordCreateDescriptorPool(device, pCreateInfo, pAllocator, pDescriptorPool); in CreateDescriptorPool()
2423 … VkResult result = DispatchCreateDescriptorPool(device, pCreateInfo, pAllocator, pDescriptorPool); in CreateDescriptorPool()
2426 …intercept->PostCallRecordCreateDescriptorPool(device, pCreateInfo, pAllocator, pDescriptorPool, re… in CreateDescriptorPool()
2434 const VkAllocationCallbacks* pAllocator) { in DestroyDescriptorPool() argument
2439 skip |= intercept->PreCallValidateDestroyDescriptorPool(device, descriptorPool, pAllocator); in DestroyDescriptorPool()
2444 intercept->PreCallRecordDestroyDescriptorPool(device, descriptorPool, pAllocator); in DestroyDescriptorPool()
2446 DispatchDestroyDescriptorPool(device, descriptorPool, pAllocator); in DestroyDescriptorPool()
2449 intercept->PostCallRecordDestroyDescriptorPool(device, descriptorPool, pAllocator); in DestroyDescriptorPool()
2527 const VkAllocationCallbacks* pAllocator, in CreateFramebuffer() argument
2533 …skip |= intercept->PreCallValidateCreateFramebuffer(device, pCreateInfo, pAllocator, pFramebuffer); in CreateFramebuffer()
2538 intercept->PreCallRecordCreateFramebuffer(device, pCreateInfo, pAllocator, pFramebuffer); in CreateFramebuffer()
2540 VkResult result = DispatchCreateFramebuffer(device, pCreateInfo, pAllocator, pFramebuffer); in CreateFramebuffer()
2543 … intercept->PostCallRecordCreateFramebuffer(device, pCreateInfo, pAllocator, pFramebuffer, result); in CreateFramebuffer()
2551 const VkAllocationCallbacks* pAllocator) { in DestroyFramebuffer() argument
2556 skip |= intercept->PreCallValidateDestroyFramebuffer(device, framebuffer, pAllocator); in DestroyFramebuffer()
2561 intercept->PreCallRecordDestroyFramebuffer(device, framebuffer, pAllocator); in DestroyFramebuffer()
2563 DispatchDestroyFramebuffer(device, framebuffer, pAllocator); in DestroyFramebuffer()
2566 intercept->PostCallRecordDestroyFramebuffer(device, framebuffer, pAllocator); in DestroyFramebuffer()
2573 const VkAllocationCallbacks* pAllocator, in CreateRenderPass() argument
2579 … skip |= intercept->PreCallValidateCreateRenderPass(device, pCreateInfo, pAllocator, pRenderPass); in CreateRenderPass()
2584 intercept->PreCallRecordCreateRenderPass(device, pCreateInfo, pAllocator, pRenderPass); in CreateRenderPass()
2586 VkResult result = DispatchCreateRenderPass(device, pCreateInfo, pAllocator, pRenderPass); in CreateRenderPass()
2589 … intercept->PostCallRecordCreateRenderPass(device, pCreateInfo, pAllocator, pRenderPass, result); in CreateRenderPass()
2597 const VkAllocationCallbacks* pAllocator) { in DestroyRenderPass() argument
2602 skip |= intercept->PreCallValidateDestroyRenderPass(device, renderPass, pAllocator); in DestroyRenderPass()
2607 intercept->PreCallRecordDestroyRenderPass(device, renderPass, pAllocator); in DestroyRenderPass()
2609 DispatchDestroyRenderPass(device, renderPass, pAllocator); in DestroyRenderPass()
2612 intercept->PostCallRecordDestroyRenderPass(device, renderPass, pAllocator); in DestroyRenderPass()
2641 const VkAllocationCallbacks* pAllocator, in CreateCommandPool() argument
2647 …skip |= intercept->PreCallValidateCreateCommandPool(device, pCreateInfo, pAllocator, pCommandPool); in CreateCommandPool()
2652 intercept->PreCallRecordCreateCommandPool(device, pCreateInfo, pAllocator, pCommandPool); in CreateCommandPool()
2654 VkResult result = DispatchCreateCommandPool(device, pCreateInfo, pAllocator, pCommandPool); in CreateCommandPool()
2657 … intercept->PostCallRecordCreateCommandPool(device, pCreateInfo, pAllocator, pCommandPool, result); in CreateCommandPool()
2665 const VkAllocationCallbacks* pAllocator) { in DestroyCommandPool() argument
2670 skip |= intercept->PreCallValidateDestroyCommandPool(device, commandPool, pAllocator); in DestroyCommandPool()
2675 intercept->PreCallRecordDestroyCommandPool(device, commandPool, pAllocator); in DestroyCommandPool()
2677 DispatchDestroyCommandPool(device, commandPool, pAllocator); in DestroyCommandPool()
2680 intercept->PostCallRecordDestroyCommandPool(device, commandPool, pAllocator); in DestroyCommandPool()
4269 const VkAllocationCallbacks* pAllocator, in CreateSamplerYcbcrConversion() argument
4275 …cept->PreCallValidateCreateSamplerYcbcrConversion(device, pCreateInfo, pAllocator, pYcbcrConversio… in CreateSamplerYcbcrConversion()
4280 …intercept->PreCallRecordCreateSamplerYcbcrConversion(device, pCreateInfo, pAllocator, pYcbcrConver… in CreateSamplerYcbcrConversion()
4282 …VkResult result = DispatchCreateSamplerYcbcrConversion(device, pCreateInfo, pAllocator, pYcbcrConv… in CreateSamplerYcbcrConversion()
4285 …intercept->PostCallRecordCreateSamplerYcbcrConversion(device, pCreateInfo, pAllocator, pYcbcrConve… in CreateSamplerYcbcrConversion()
4293 const VkAllocationCallbacks* pAllocator) { in DestroySamplerYcbcrConversion() argument
4298 …ip |= intercept->PreCallValidateDestroySamplerYcbcrConversion(device, ycbcrConversion, pAllocator); in DestroySamplerYcbcrConversion()
4303 intercept->PreCallRecordDestroySamplerYcbcrConversion(device, ycbcrConversion, pAllocator); in DestroySamplerYcbcrConversion()
4305 DispatchDestroySamplerYcbcrConversion(device, ycbcrConversion, pAllocator); in DestroySamplerYcbcrConversion()
4308 intercept->PostCallRecordDestroySamplerYcbcrConversion(device, ycbcrConversion, pAllocator); in DestroySamplerYcbcrConversion()
4315 const VkAllocationCallbacks* pAllocator, in CreateDescriptorUpdateTemplate() argument
4321 …pt->PreCallValidateCreateDescriptorUpdateTemplate(device, pCreateInfo, pAllocator, pDescriptorUpda… in CreateDescriptorUpdateTemplate()
4326 …intercept->PreCallRecordCreateDescriptorUpdateTemplate(device, pCreateInfo, pAllocator, pDescripto… in CreateDescriptorUpdateTemplate()
4328 …VkResult result = DispatchCreateDescriptorUpdateTemplate(device, pCreateInfo, pAllocator, pDescrip… in CreateDescriptorUpdateTemplate()
4331 …intercept->PostCallRecordCreateDescriptorUpdateTemplate(device, pCreateInfo, pAllocator, pDescript… in CreateDescriptorUpdateTemplate()
4339 const VkAllocationCallbacks* pAllocator) { in DestroyDescriptorUpdateTemplate() argument
4344 …cept->PreCallValidateDestroyDescriptorUpdateTemplate(device, descriptorUpdateTemplate, pAllocator); in DestroyDescriptorUpdateTemplate()
4349 …ercept->PreCallRecordDestroyDescriptorUpdateTemplate(device, descriptorUpdateTemplate, pAllocator); in DestroyDescriptorUpdateTemplate()
4351 DispatchDestroyDescriptorUpdateTemplate(device, descriptorUpdateTemplate, pAllocator); in DestroyDescriptorUpdateTemplate()
4354 …rcept->PostCallRecordDestroyDescriptorUpdateTemplate(device, descriptorUpdateTemplate, pAllocator); in DestroyDescriptorUpdateTemplate()
4473 const VkAllocationCallbacks* pAllocator) { in DestroySurfaceKHR() argument
4478 skip |= intercept->PreCallValidateDestroySurfaceKHR(instance, surface, pAllocator); in DestroySurfaceKHR()
4483 intercept->PreCallRecordDestroySurfaceKHR(instance, surface, pAllocator); in DestroySurfaceKHR()
4485 DispatchDestroySurfaceKHR(instance, surface, pAllocator); in DestroySurfaceKHR()
4488 intercept->PostCallRecordDestroySurfaceKHR(instance, surface, pAllocator); in DestroySurfaceKHR()
4591 const VkAllocationCallbacks* pAllocator, in CreateSwapchainKHR() argument
4597 … skip |= intercept->PreCallValidateCreateSwapchainKHR(device, pCreateInfo, pAllocator, pSwapchain); in CreateSwapchainKHR()
4602 intercept->PreCallRecordCreateSwapchainKHR(device, pCreateInfo, pAllocator, pSwapchain); in CreateSwapchainKHR()
4604 VkResult result = DispatchCreateSwapchainKHR(device, pCreateInfo, pAllocator, pSwapchain); in CreateSwapchainKHR()
4607 … intercept->PostCallRecordCreateSwapchainKHR(device, pCreateInfo, pAllocator, pSwapchain, result); in CreateSwapchainKHR()
4615 const VkAllocationCallbacks* pAllocator) { in DestroySwapchainKHR() argument
4620 skip |= intercept->PreCallValidateDestroySwapchainKHR(device, swapchain, pAllocator); in DestroySwapchainKHR()
4625 intercept->PreCallRecordDestroySwapchainKHR(device, swapchain, pAllocator); in DestroySwapchainKHR()
4627 DispatchDestroySwapchainKHR(device, swapchain, pAllocator); in DestroySwapchainKHR()
4630 intercept->PostCallRecordDestroySwapchainKHR(device, swapchain, pAllocator); in DestroySwapchainKHR()
4897 const VkAllocationCallbacks* pAllocator, in CreateDisplayModeKHR() argument
4903 …cept->PreCallValidateCreateDisplayModeKHR(physicalDevice, display, pCreateInfo, pAllocator, pMode); in CreateDisplayModeKHR()
4908 …ercept->PreCallRecordCreateDisplayModeKHR(physicalDevice, display, pCreateInfo, pAllocator, pMode); in CreateDisplayModeKHR()
4910 …VkResult result = DispatchCreateDisplayModeKHR(physicalDevice, display, pCreateInfo, pAllocator, p… in CreateDisplayModeKHR()
4913 …ostCallRecordCreateDisplayModeKHR(physicalDevice, display, pCreateInfo, pAllocator, pMode, result); in CreateDisplayModeKHR()
4945 const VkAllocationCallbacks* pAllocator, in CreateDisplayPlaneSurfaceKHR() argument
4951 …ntercept->PreCallValidateCreateDisplayPlaneSurfaceKHR(instance, pCreateInfo, pAllocator, pSurface); in CreateDisplayPlaneSurfaceKHR()
4956 … intercept->PreCallRecordCreateDisplayPlaneSurfaceKHR(instance, pCreateInfo, pAllocator, pSurface); in CreateDisplayPlaneSurfaceKHR()
4958 …VkResult result = DispatchCreateDisplayPlaneSurfaceKHR(instance, pCreateInfo, pAllocator, pSurface… in CreateDisplayPlaneSurfaceKHR()
4961 …intercept->PostCallRecordCreateDisplayPlaneSurfaceKHR(instance, pCreateInfo, pAllocator, pSurface,… in CreateDisplayPlaneSurfaceKHR()
4971 const VkAllocationCallbacks* pAllocator, in CreateSharedSwapchainsKHR() argument
4977 …llValidateCreateSharedSwapchainsKHR(device, swapchainCount, pCreateInfos, pAllocator, pSwapchains); in CreateSharedSwapchainsKHR()
4982 …CallRecordCreateSharedSwapchainsKHR(device, swapchainCount, pCreateInfos, pAllocator, pSwapchains); in CreateSharedSwapchainsKHR()
4984 …= DispatchCreateSharedSwapchainsKHR(device, swapchainCount, pCreateInfos, pAllocator, pSwapchains); in CreateSharedSwapchainsKHR()
4987 …lRecordCreateSharedSwapchainsKHR(device, swapchainCount, pCreateInfos, pAllocator, pSwapchains, re… in CreateSharedSwapchainsKHR()
4997 const VkAllocationCallbacks* pAllocator, in CreateXlibSurfaceKHR() argument
5003 …skip |= intercept->PreCallValidateCreateXlibSurfaceKHR(instance, pCreateInfo, pAllocator, pSurface… in CreateXlibSurfaceKHR()
5008 intercept->PreCallRecordCreateXlibSurfaceKHR(instance, pCreateInfo, pAllocator, pSurface); in CreateXlibSurfaceKHR()
5010 VkResult result = DispatchCreateXlibSurfaceKHR(instance, pCreateInfo, pAllocator, pSurface); in CreateXlibSurfaceKHR()
5013 …intercept->PostCallRecordCreateXlibSurfaceKHR(instance, pCreateInfo, pAllocator, pSurface, result); in CreateXlibSurfaceKHR()
5048 const VkAllocationCallbacks* pAllocator, in CreateXcbSurfaceKHR() argument
5054 …skip |= intercept->PreCallValidateCreateXcbSurfaceKHR(instance, pCreateInfo, pAllocator, pSurface); in CreateXcbSurfaceKHR()
5059 intercept->PreCallRecordCreateXcbSurfaceKHR(instance, pCreateInfo, pAllocator, pSurface); in CreateXcbSurfaceKHR()
5061 VkResult result = DispatchCreateXcbSurfaceKHR(instance, pCreateInfo, pAllocator, pSurface); in CreateXcbSurfaceKHR()
5064 … intercept->PostCallRecordCreateXcbSurfaceKHR(instance, pCreateInfo, pAllocator, pSurface, result); in CreateXcbSurfaceKHR()
5099 const VkAllocationCallbacks* pAllocator, in CreateWaylandSurfaceKHR() argument
5105 …skip |= intercept->PreCallValidateCreateWaylandSurfaceKHR(instance, pCreateInfo, pAllocator, pSurf… in CreateWaylandSurfaceKHR()
5110 … intercept->PreCallRecordCreateWaylandSurfaceKHR(instance, pCreateInfo, pAllocator, pSurface); in CreateWaylandSurfaceKHR()
5112 VkResult result = DispatchCreateWaylandSurfaceKHR(instance, pCreateInfo, pAllocator, pSurface); in CreateWaylandSurfaceKHR()
5115 …intercept->PostCallRecordCreateWaylandSurfaceKHR(instance, pCreateInfo, pAllocator, pSurface, resu… in CreateWaylandSurfaceKHR()
5149 const VkAllocationCallbacks* pAllocator, in CreateAndroidSurfaceKHR() argument
5155 …skip |= intercept->PreCallValidateCreateAndroidSurfaceKHR(instance, pCreateInfo, pAllocator, pSurf… in CreateAndroidSurfaceKHR()
5160 … intercept->PreCallRecordCreateAndroidSurfaceKHR(instance, pCreateInfo, pAllocator, pSurface); in CreateAndroidSurfaceKHR()
5162 VkResult result = DispatchCreateAndroidSurfaceKHR(instance, pCreateInfo, pAllocator, pSurface); in CreateAndroidSurfaceKHR()
5165 …intercept->PostCallRecordCreateAndroidSurfaceKHR(instance, pCreateInfo, pAllocator, pSurface, resu… in CreateAndroidSurfaceKHR()
5176 const VkAllocationCallbacks* pAllocator, in CreateWin32SurfaceKHR() argument
5182 …skip |= intercept->PreCallValidateCreateWin32SurfaceKHR(instance, pCreateInfo, pAllocator, pSurfac… in CreateWin32SurfaceKHR()
5187 intercept->PreCallRecordCreateWin32SurfaceKHR(instance, pCreateInfo, pAllocator, pSurface); in CreateWin32SurfaceKHR()
5189 VkResult result = DispatchCreateWin32SurfaceKHR(instance, pCreateInfo, pAllocator, pSurface); in CreateWin32SurfaceKHR()
5192 …intercept->PostCallRecordCreateWin32SurfaceKHR(instance, pCreateInfo, pAllocator, pSurface, result… in CreateWin32SurfaceKHR()
5796 const VkAllocationCallbacks* pAllocator, in CreateDescriptorUpdateTemplateKHR() argument
5802 …>PreCallValidateCreateDescriptorUpdateTemplateKHR(device, pCreateInfo, pAllocator, pDescriptorUpda… in CreateDescriptorUpdateTemplateKHR()
5807 …intercept->PreCallRecordCreateDescriptorUpdateTemplateKHR(device, pCreateInfo, pAllocator, pDescri… in CreateDescriptorUpdateTemplateKHR()
5809 …VkResult result = DispatchCreateDescriptorUpdateTemplateKHR(device, pCreateInfo, pAllocator, pDesc… in CreateDescriptorUpdateTemplateKHR()
5812 …intercept->PostCallRecordCreateDescriptorUpdateTemplateKHR(device, pCreateInfo, pAllocator, pDescr… in CreateDescriptorUpdateTemplateKHR()
5820 const VkAllocationCallbacks* pAllocator) { in DestroyDescriptorUpdateTemplateKHR() argument
5825 …t->PreCallValidateDestroyDescriptorUpdateTemplateKHR(device, descriptorUpdateTemplate, pAllocator); in DestroyDescriptorUpdateTemplateKHR()
5830 …ept->PreCallRecordDestroyDescriptorUpdateTemplateKHR(device, descriptorUpdateTemplate, pAllocator); in DestroyDescriptorUpdateTemplateKHR()
5832 DispatchDestroyDescriptorUpdateTemplateKHR(device, descriptorUpdateTemplate, pAllocator); in DestroyDescriptorUpdateTemplateKHR()
5835 …pt->PostCallRecordDestroyDescriptorUpdateTemplateKHR(device, descriptorUpdateTemplate, pAllocator); in DestroyDescriptorUpdateTemplateKHR()
5867 const VkAllocationCallbacks* pAllocator, in CreateRenderPass2KHR() argument
5873 …skip |= intercept->PreCallValidateCreateRenderPass2KHR(device, pCreateInfo, pAllocator, pRenderPas… in CreateRenderPass2KHR()
5878 intercept->PreCallRecordCreateRenderPass2KHR(device, pCreateInfo, pAllocator, pRenderPass); in CreateRenderPass2KHR()
5880 VkResult result = DispatchCreateRenderPass2KHR(device, pCreateInfo, pAllocator, pRenderPass); in CreateRenderPass2KHR()
5883 …intercept->PostCallRecordCreateRenderPass2KHR(device, pCreateInfo, pAllocator, pRenderPass, result… in CreateRenderPass2KHR()
6314 const VkAllocationCallbacks* pAllocator, in CreateSamplerYcbcrConversionKHR() argument
6320 …t->PreCallValidateCreateSamplerYcbcrConversionKHR(device, pCreateInfo, pAllocator, pYcbcrConversio… in CreateSamplerYcbcrConversionKHR()
6325 …intercept->PreCallRecordCreateSamplerYcbcrConversionKHR(device, pCreateInfo, pAllocator, pYcbcrCon… in CreateSamplerYcbcrConversionKHR()
6327 …VkResult result = DispatchCreateSamplerYcbcrConversionKHR(device, pCreateInfo, pAllocator, pYcbcrC… in CreateSamplerYcbcrConversionKHR()
6330 …intercept->PostCallRecordCreateSamplerYcbcrConversionKHR(device, pCreateInfo, pAllocator, pYcbcrCo… in CreateSamplerYcbcrConversionKHR()
6338 const VkAllocationCallbacks* pAllocator) { in DestroySamplerYcbcrConversionKHR() argument
6343 …|= intercept->PreCallValidateDestroySamplerYcbcrConversionKHR(device, ycbcrConversion, pAllocator); in DestroySamplerYcbcrConversionKHR()
6348 … intercept->PreCallRecordDestroySamplerYcbcrConversionKHR(device, ycbcrConversion, pAllocator); in DestroySamplerYcbcrConversionKHR()
6350 DispatchDestroySamplerYcbcrConversionKHR(device, ycbcrConversion, pAllocator); in DestroySamplerYcbcrConversionKHR()
6353 … intercept->PostCallRecordDestroySamplerYcbcrConversionKHR(device, ycbcrConversion, pAllocator); in DestroySamplerYcbcrConversionKHR()
6566 const VkAllocationCallbacks* pAllocator, in CreateDebugReportCallbackEXT() argument
6572 …tercept->PreCallValidateCreateDebugReportCallbackEXT(instance, pCreateInfo, pAllocator, pCallback); in CreateDebugReportCallbackEXT()
6577 …intercept->PreCallRecordCreateDebugReportCallbackEXT(instance, pCreateInfo, pAllocator, pCallback); in CreateDebugReportCallbackEXT()
6579 …VkResult result = DispatchCreateDebugReportCallbackEXT(instance, pCreateInfo, pAllocator, pCallbac… in CreateDebugReportCallbackEXT()
6580 … layer_create_report_callback(layer_data->report_data, false, pCreateInfo, pAllocator, pCallback); in CreateDebugReportCallbackEXT()
6583 …intercept->PostCallRecordCreateDebugReportCallbackEXT(instance, pCreateInfo, pAllocator, pCallback… in CreateDebugReportCallbackEXT()
6591 const VkAllocationCallbacks* pAllocator) { in DestroyDebugReportCallbackEXT() argument
6596 … skip |= intercept->PreCallValidateDestroyDebugReportCallbackEXT(instance, callback, pAllocator); in DestroyDebugReportCallbackEXT()
6601 intercept->PreCallRecordDestroyDebugReportCallbackEXT(instance, callback, pAllocator); in DestroyDebugReportCallbackEXT()
6603 DispatchDestroyDebugReportCallbackEXT(instance, callback, pAllocator); in DestroyDebugReportCallbackEXT()
6604 layer_destroy_report_callback(layer_data->report_data, callback, pAllocator); in DestroyDebugReportCallbackEXT()
6607 intercept->PostCallRecordDestroyDebugReportCallbackEXT(instance, callback, pAllocator); in DestroyDebugReportCallbackEXT()
7014 const VkAllocationCallbacks* pAllocator, in CreateStreamDescriptorSurfaceGGP() argument
7020 …cept->PreCallValidateCreateStreamDescriptorSurfaceGGP(instance, pCreateInfo, pAllocator, pSurface); in CreateStreamDescriptorSurfaceGGP()
7025 …intercept->PreCallRecordCreateStreamDescriptorSurfaceGGP(instance, pCreateInfo, pAllocator, pSurfa… in CreateStreamDescriptorSurfaceGGP()
7027 …VkResult result = DispatchCreateStreamDescriptorSurfaceGGP(instance, pCreateInfo, pAllocator, pSur… in CreateStreamDescriptorSurfaceGGP()
7030 …intercept->PostCallRecordCreateStreamDescriptorSurfaceGGP(instance, pCreateInfo, pAllocator, pSurf… in CreateStreamDescriptorSurfaceGGP()
7104 const VkAllocationCallbacks* pAllocator, in CreateViSurfaceNN() argument
7110 … skip |= intercept->PreCallValidateCreateViSurfaceNN(instance, pCreateInfo, pAllocator, pSurface); in CreateViSurfaceNN()
7115 intercept->PreCallRecordCreateViSurfaceNN(instance, pCreateInfo, pAllocator, pSurface); in CreateViSurfaceNN()
7117 VkResult result = DispatchCreateViSurfaceNN(instance, pCreateInfo, pAllocator, pSurface); in CreateViSurfaceNN()
7120 … intercept->PostCallRecordCreateViSurfaceNN(instance, pCreateInfo, pAllocator, pSurface, result); in CreateViSurfaceNN()
7218 const VkAllocationCallbacks* pAllocator, in CreateIndirectCommandsLayoutNVX() argument
7224 …t->PreCallValidateCreateIndirectCommandsLayoutNVX(device, pCreateInfo, pAllocator, pIndirectComman… in CreateIndirectCommandsLayoutNVX()
7229 …intercept->PreCallRecordCreateIndirectCommandsLayoutNVX(device, pCreateInfo, pAllocator, pIndirect… in CreateIndirectCommandsLayoutNVX()
7231 …VkResult result = DispatchCreateIndirectCommandsLayoutNVX(device, pCreateInfo, pAllocator, pIndire… in CreateIndirectCommandsLayoutNVX()
7234 …intercept->PostCallRecordCreateIndirectCommandsLayoutNVX(device, pCreateInfo, pAllocator, pIndirec… in CreateIndirectCommandsLayoutNVX()
7242 const VkAllocationCallbacks* pAllocator) { in DestroyIndirectCommandsLayoutNVX() argument
7247 …rcept->PreCallValidateDestroyIndirectCommandsLayoutNVX(device, indirectCommandsLayout, pAllocator); in DestroyIndirectCommandsLayoutNVX()
7252 …tercept->PreCallRecordDestroyIndirectCommandsLayoutNVX(device, indirectCommandsLayout, pAllocator); in DestroyIndirectCommandsLayoutNVX()
7254 DispatchDestroyIndirectCommandsLayoutNVX(device, indirectCommandsLayout, pAllocator); in DestroyIndirectCommandsLayoutNVX()
7257 …ercept->PostCallRecordDestroyIndirectCommandsLayoutNVX(device, indirectCommandsLayout, pAllocator); in DestroyIndirectCommandsLayoutNVX()
7264 const VkAllocationCallbacks* pAllocator, in CreateObjectTableNVX() argument
7270 …skip |= intercept->PreCallValidateCreateObjectTableNVX(device, pCreateInfo, pAllocator, pObjectTab… in CreateObjectTableNVX()
7275 intercept->PreCallRecordCreateObjectTableNVX(device, pCreateInfo, pAllocator, pObjectTable); in CreateObjectTableNVX()
7277 VkResult result = DispatchCreateObjectTableNVX(device, pCreateInfo, pAllocator, pObjectTable); in CreateObjectTableNVX()
7280 …intercept->PostCallRecordCreateObjectTableNVX(device, pCreateInfo, pAllocator, pObjectTable, resul… in CreateObjectTableNVX()
7288 const VkAllocationCallbacks* pAllocator) { in DestroyObjectTableNVX() argument
7293 skip |= intercept->PreCallValidateDestroyObjectTableNVX(device, objectTable, pAllocator); in DestroyObjectTableNVX()
7298 intercept->PreCallRecordDestroyObjectTableNVX(device, objectTable, pAllocator); in DestroyObjectTableNVX()
7300 DispatchDestroyObjectTableNVX(device, objectTable, pAllocator); in DestroyObjectTableNVX()
7303 intercept->PostCallRecordDestroyObjectTableNVX(device, objectTable, pAllocator); in DestroyObjectTableNVX()
7527 const VkAllocationCallbacks* pAllocator, 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 …intercept->PostCallRecordRegisterDeviceEventEXT(device, pDeviceEventInfo, pAllocator, pFence, resu… in RegisterDeviceEventEXT()
7552 const VkAllocationCallbacks* pAllocator, in RegisterDisplayEventEXT() argument
7558 …pt->PreCallValidateRegisterDisplayEventEXT(device, display, pDisplayEventInfo, pAllocator, pFence); in RegisterDisplayEventEXT()
7563 …cept->PreCallRecordRegisterDisplayEventEXT(device, display, pDisplayEventInfo, pAllocator, pFence); in RegisterDisplayEventEXT()
7565 …t result = DispatchRegisterDisplayEventEXT(device, display, pDisplayEventInfo, pAllocator, pFence); in RegisterDisplayEventEXT()
7568 …tCallRecordRegisterDisplayEventEXT(device, display, pDisplayEventInfo, pAllocator, pFence, result); in RegisterDisplayEventEXT()
7706 const VkAllocationCallbacks* pAllocator, in CreateIOSSurfaceMVK() argument
7712 …skip |= intercept->PreCallValidateCreateIOSSurfaceMVK(instance, pCreateInfo, pAllocator, pSurface); in CreateIOSSurfaceMVK()
7717 intercept->PreCallRecordCreateIOSSurfaceMVK(instance, pCreateInfo, pAllocator, pSurface); in CreateIOSSurfaceMVK()
7719 VkResult result = DispatchCreateIOSSurfaceMVK(instance, pCreateInfo, pAllocator, pSurface); in CreateIOSSurfaceMVK()
7722 … intercept->PostCallRecordCreateIOSSurfaceMVK(instance, pCreateInfo, pAllocator, pSurface, result); in CreateIOSSurfaceMVK()
7733 const VkAllocationCallbacks* pAllocator, in CreateMacOSSurfaceMVK() argument
7739 …skip |= intercept->PreCallValidateCreateMacOSSurfaceMVK(instance, pCreateInfo, pAllocator, pSurfac… in CreateMacOSSurfaceMVK()
7744 intercept->PreCallRecordCreateMacOSSurfaceMVK(instance, pCreateInfo, pAllocator, pSurface); in CreateMacOSSurfaceMVK()
7746 VkResult result = DispatchCreateMacOSSurfaceMVK(instance, pCreateInfo, pAllocator, pSurface); in CreateMacOSSurfaceMVK()
7749 …intercept->PostCallRecordCreateMacOSSurfaceMVK(instance, pCreateInfo, pAllocator, pSurface, result… in CreateMacOSSurfaceMVK()
7933 const VkAllocationCallbacks* pAllocator, in CreateDebugUtilsMessengerEXT() argument
7939 …ercept->PreCallValidateCreateDebugUtilsMessengerEXT(instance, pCreateInfo, pAllocator, pMessenger); in CreateDebugUtilsMessengerEXT()
7944 …intercept->PreCallRecordCreateDebugUtilsMessengerEXT(instance, pCreateInfo, pAllocator, pMessenger… in CreateDebugUtilsMessengerEXT()
7946 …VkResult result = DispatchCreateDebugUtilsMessengerEXT(instance, pCreateInfo, pAllocator, pMesseng… in CreateDebugUtilsMessengerEXT()
7947 …layer_create_messenger_callback(layer_data->report_data, false, pCreateInfo, pAllocator, pMessenge… in CreateDebugUtilsMessengerEXT()
7950 …intercept->PostCallRecordCreateDebugUtilsMessengerEXT(instance, pCreateInfo, pAllocator, pMessenge… in CreateDebugUtilsMessengerEXT()
7958 const VkAllocationCallbacks* pAllocator) { in DestroyDebugUtilsMessengerEXT() argument
7963 … skip |= intercept->PreCallValidateDestroyDebugUtilsMessengerEXT(instance, messenger, pAllocator); in DestroyDebugUtilsMessengerEXT()
7968 intercept->PreCallRecordDestroyDebugUtilsMessengerEXT(instance, messenger, pAllocator); in DestroyDebugUtilsMessengerEXT()
7970 DispatchDestroyDebugUtilsMessengerEXT(instance, messenger, pAllocator); in DestroyDebugUtilsMessengerEXT()
7971 layer_destroy_messenger_callback(layer_data->report_data, messenger, pAllocator); in DestroyDebugUtilsMessengerEXT()
7974 intercept->PostCallRecordDestroyDebugUtilsMessengerEXT(instance, messenger, pAllocator); in DestroyDebugUtilsMessengerEXT()
8206 const VkAllocationCallbacks* pAllocator, in CreateAccelerationStructureNV() argument
8212 …ept->PreCallValidateCreateAccelerationStructureNV(device, pCreateInfo, pAllocator, pAccelerationSt… in CreateAccelerationStructureNV()
8217 …intercept->PreCallRecordCreateAccelerationStructureNV(device, pCreateInfo, pAllocator, pAccelerati… in CreateAccelerationStructureNV()
8219 …VkResult result = DispatchCreateAccelerationStructureNV(device, pCreateInfo, pAllocator, pAccelera… in CreateAccelerationStructureNV()
8222 …intercept->PostCallRecordCreateAccelerationStructureNV(device, pCreateInfo, pAllocator, pAccelerat… in CreateAccelerationStructureNV()
8230 const VkAllocationCallbacks* pAllocator) { in DestroyAccelerationStructureNV() argument
8235 …ntercept->PreCallValidateDestroyAccelerationStructureNV(device, accelerationStructure, pAllocator); in DestroyAccelerationStructureNV()
8240 … intercept->PreCallRecordDestroyAccelerationStructureNV(device, accelerationStructure, pAllocator); in DestroyAccelerationStructureNV()
8242 DispatchDestroyAccelerationStructureNV(device, accelerationStructure, pAllocator); in DestroyAccelerationStructureNV()
8245 …intercept->PostCallRecordDestroyAccelerationStructureNV(device, accelerationStructure, pAllocator); in DestroyAccelerationStructureNV()
8961 const VkAllocationCallbacks* pAllocator, in CreateImagePipeSurfaceFUCHSIA() argument
8967 …tercept->PreCallValidateCreateImagePipeSurfaceFUCHSIA(instance, pCreateInfo, pAllocator, pSurface); in CreateImagePipeSurfaceFUCHSIA()
8972 …intercept->PreCallRecordCreateImagePipeSurfaceFUCHSIA(instance, pCreateInfo, pAllocator, pSurface); in CreateImagePipeSurfaceFUCHSIA()
8974 …VkResult result = DispatchCreateImagePipeSurfaceFUCHSIA(instance, pCreateInfo, pAllocator, pSurfac… in CreateImagePipeSurfaceFUCHSIA()
8977 …intercept->PostCallRecordCreateImagePipeSurfaceFUCHSIA(instance, pCreateInfo, pAllocator, pSurface… in CreateImagePipeSurfaceFUCHSIA()
8988 const VkAllocationCallbacks* pAllocator, in CreateMetalSurfaceEXT() argument
8994 …skip |= intercept->PreCallValidateCreateMetalSurfaceEXT(instance, pCreateInfo, pAllocator, pSurfac… in CreateMetalSurfaceEXT()
8999 intercept->PreCallRecordCreateMetalSurfaceEXT(instance, pCreateInfo, pAllocator, pSurface); in CreateMetalSurfaceEXT()
9001 VkResult result = DispatchCreateMetalSurfaceEXT(instance, pCreateInfo, pAllocator, pSurface); in CreateMetalSurfaceEXT()
9004 …intercept->PostCallRecordCreateMetalSurfaceEXT(instance, pCreateInfo, pAllocator, pSurface, result… in CreateMetalSurfaceEXT()
9193 const VkAllocationCallbacks* pAllocator, in CreateHeadlessSurfaceEXT() argument
9199 …|= intercept->PreCallValidateCreateHeadlessSurfaceEXT(instance, pCreateInfo, pAllocator, pSurface); in CreateHeadlessSurfaceEXT()
9204 … intercept->PreCallRecordCreateHeadlessSurfaceEXT(instance, pCreateInfo, pAllocator, pSurface); in CreateHeadlessSurfaceEXT()
9206 VkResult result = DispatchCreateHeadlessSurfaceEXT(instance, pCreateInfo, pAllocator, pSurface); in CreateHeadlessSurfaceEXT()
9209 …intercept->PostCallRecordCreateHeadlessSurfaceEXT(instance, pCreateInfo, pAllocator, pSurface, res… in CreateHeadlessSurfaceEXT()