Lines Matching defs:device
2443 VkDevice device = VK_NULL_HANDLE; variable
2554 …virtual bool PreCallValidateGetDeviceProcAddr(VkDevice device, const char* pName) { return false;… in PreCallValidateGetDeviceProcAddr()
2555 virtual void PreCallRecordGetDeviceProcAddr(VkDevice device, const char* pName) {}; in PreCallRecordGetDeviceProcAddr()
2556 virtual void PostCallRecordGetDeviceProcAddr(VkDevice device, const char* pName) {}; in PostCallRecordGetDeviceProcAddr()
2560 …virtual bool PreCallValidateDestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator… in PreCallValidateDestroyDevice()
2561 …virtual void PreCallRecordDestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator) … in PreCallRecordDestroyDevice()
2562 …virtual void PostCallRecordDestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator)… in PostCallRecordDestroyDevice()
2575 …virtual bool PreCallValidateGetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t qu… in PreCallValidateGetDeviceQueue()
2576 …virtual void PreCallRecordGetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queu… in PreCallRecordGetDeviceQueue()
2577 …virtual void PostCallRecordGetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t que… in PostCallRecordGetDeviceQueue()
2584 virtual bool PreCallValidateDeviceWaitIdle(VkDevice device) { return false; }; in PreCallValidateDeviceWaitIdle()
2585 virtual void PreCallRecordDeviceWaitIdle(VkDevice device) {}; in PreCallRecordDeviceWaitIdle()
2586 virtual void PostCallRecordDeviceWaitIdle(VkDevice device, VkResult result) {}; in PostCallRecordDeviceWaitIdle()
2587 …virtual bool PreCallValidateAllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateI… in PreCallValidateAllocateMemory()
2588 …virtual void PreCallRecordAllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInf… in PreCallRecordAllocateMemory()
2589 …virtual void PostCallRecordAllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateIn… in PostCallRecordAllocateMemory()
2590 …virtual bool PreCallValidateFreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationC… in PreCallValidateFreeMemory()
2591 …virtual void PreCallRecordFreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCal… in PreCallRecordFreeMemory()
2592 …virtual void PostCallRecordFreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCa… in PostCallRecordFreeMemory()
2593 …virtual bool PreCallValidateMapMemory(VkDevice device, VkDeviceMemory memory, VkDeviceSize offset,… in PreCallValidateMapMemory()
2594 …virtual void PreCallRecordMapMemory(VkDevice device, VkDeviceMemory memory, VkDeviceSize offset, V… in PreCallRecordMapMemory()
2595 …virtual void PostCallRecordMapMemory(VkDevice device, VkDeviceMemory memory, VkDeviceSize offset, … in PostCallRecordMapMemory()
2596 …virtual bool PreCallValidateUnmapMemory(VkDevice device, VkDeviceMemory memory) { return false; }; in PreCallValidateUnmapMemory()
2597 virtual void PreCallRecordUnmapMemory(VkDevice device, VkDeviceMemory memory) {}; in PreCallRecordUnmapMemory()
2598 virtual void PostCallRecordUnmapMemory(VkDevice device, VkDeviceMemory memory) {}; in PostCallRecordUnmapMemory()
2599 …virtual bool PreCallValidateFlushMappedMemoryRanges(VkDevice device, uint32_t memoryRangeCount, co… in PreCallValidateFlushMappedMemoryRanges()
2600 …virtual void PreCallRecordFlushMappedMemoryRanges(VkDevice device, uint32_t memoryRangeCount, cons… in PreCallRecordFlushMappedMemoryRanges()
2601 …virtual void PostCallRecordFlushMappedMemoryRanges(VkDevice device, uint32_t memoryRangeCount, con… in PostCallRecordFlushMappedMemoryRanges()
2602 …virtual bool PreCallValidateInvalidateMappedMemoryRanges(VkDevice device, uint32_t memoryRangeCoun… in PreCallValidateInvalidateMappedMemoryRanges()
2603 …virtual void PreCallRecordInvalidateMappedMemoryRanges(VkDevice device, uint32_t memoryRangeCount,… in PreCallRecordInvalidateMappedMemoryRanges()
2604 …virtual void PostCallRecordInvalidateMappedMemoryRanges(VkDevice device, uint32_t memoryRangeCount… in PostCallRecordInvalidateMappedMemoryRanges()
2605 …virtual bool PreCallValidateGetDeviceMemoryCommitment(VkDevice device, VkDeviceMemory memory, VkDe… in PreCallValidateGetDeviceMemoryCommitment()
2606 …virtual void PreCallRecordGetDeviceMemoryCommitment(VkDevice device, VkDeviceMemory memory, VkDevi… in PreCallRecordGetDeviceMemoryCommitment()
2607 …virtual void PostCallRecordGetDeviceMemoryCommitment(VkDevice device, VkDeviceMemory memory, VkDev… in PostCallRecordGetDeviceMemoryCommitment()
2608 …virtual bool PreCallValidateBindBufferMemory(VkDevice device, VkBuffer buffer, VkDeviceMemory memo… in PreCallValidateBindBufferMemory()
2609 …virtual void PreCallRecordBindBufferMemory(VkDevice device, VkBuffer buffer, VkDeviceMemory memory… in PreCallRecordBindBufferMemory()
2610 …virtual void PostCallRecordBindBufferMemory(VkDevice device, VkBuffer buffer, VkDeviceMemory memor… in PostCallRecordBindBufferMemory()
2611 …virtual bool PreCallValidateBindImageMemory(VkDevice device, VkImage image, VkDeviceMemory memory,… in PreCallValidateBindImageMemory()
2612 …virtual void PreCallRecordBindImageMemory(VkDevice device, VkImage image, VkDeviceMemory memory, V… in PreCallRecordBindImageMemory()
2613 …virtual void PostCallRecordBindImageMemory(VkDevice device, VkImage image, VkDeviceMemory memory, … in PostCallRecordBindImageMemory()
2614 …virtual bool PreCallValidateGetBufferMemoryRequirements(VkDevice device, VkBuffer buffer, VkMemory… in PreCallValidateGetBufferMemoryRequirements()
2615 …virtual void PreCallRecordGetBufferMemoryRequirements(VkDevice device, VkBuffer buffer, VkMemoryRe… in PreCallRecordGetBufferMemoryRequirements()
2616 …virtual void PostCallRecordGetBufferMemoryRequirements(VkDevice device, VkBuffer buffer, VkMemoryR… in PostCallRecordGetBufferMemoryRequirements()
2617 …virtual bool PreCallValidateGetImageMemoryRequirements(VkDevice device, VkImage image, VkMemoryReq… in PreCallValidateGetImageMemoryRequirements()
2618 …virtual void PreCallRecordGetImageMemoryRequirements(VkDevice device, VkImage image, VkMemoryRequi… in PreCallRecordGetImageMemoryRequirements()
2619 …virtual void PostCallRecordGetImageMemoryRequirements(VkDevice device, VkImage image, VkMemoryRequ… in PostCallRecordGetImageMemoryRequirements()
2620 …virtual bool PreCallValidateGetImageSparseMemoryRequirements(VkDevice device, VkImage image, uint3… in PreCallValidateGetImageSparseMemoryRequirements()
2621 …virtual void PreCallRecordGetImageSparseMemoryRequirements(VkDevice device, VkImage image, uint32_… in PreCallRecordGetImageSparseMemoryRequirements()
2622 …virtual void PostCallRecordGetImageSparseMemoryRequirements(VkDevice device, VkImage image, uint32… in PostCallRecordGetImageSparseMemoryRequirements()
2629 …virtual bool PreCallValidateCreateFence(VkDevice device, const VkFenceCreateInfo* pCreateInfo, con… in PreCallValidateCreateFence()
2630 …virtual void PreCallRecordCreateFence(VkDevice device, const VkFenceCreateInfo* pCreateInfo, const… in PreCallRecordCreateFence()
2631 …virtual void PostCallRecordCreateFence(VkDevice device, const VkFenceCreateInfo* pCreateInfo, cons… in PostCallRecordCreateFence()
2632 …virtual bool PreCallValidateDestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbac… in PreCallValidateDestroyFence()
2633 …virtual void PreCallRecordDestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks… in PreCallRecordDestroyFence()
2634 …virtual void PostCallRecordDestroyFence(VkDevice device, VkFence fence, const VkAllocationCallback… in PostCallRecordDestroyFence()
2635 …virtual bool PreCallValidateResetFences(VkDevice device, uint32_t fenceCount, const VkFence* pFenc… in PreCallValidateResetFences()
2636 …virtual void PreCallRecordResetFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences… in PreCallRecordResetFences()
2637 …virtual void PostCallRecordResetFences(VkDevice device, uint32_t fenceCount, const VkFence* pFence… in PostCallRecordResetFences()
2638 … virtual bool PreCallValidateGetFenceStatus(VkDevice device, VkFence fence) { return false; }; in PreCallValidateGetFenceStatus()
2639 virtual void PreCallRecordGetFenceStatus(VkDevice device, VkFence fence) {}; in PreCallRecordGetFenceStatus()
2640 … virtual void PostCallRecordGetFenceStatus(VkDevice device, VkFence fence, VkResult result) {}; in PostCallRecordGetFenceStatus()
2641 …virtual bool PreCallValidateWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFe… in PreCallValidateWaitForFences()
2642 …virtual void PreCallRecordWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFenc… in PreCallRecordWaitForFences()
2643 …virtual void PostCallRecordWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFen… in PostCallRecordWaitForFences()
2644 …virtual bool PreCallValidateCreateSemaphore(VkDevice device, const VkSemaphoreCreateInfo* pCreateI… in PreCallValidateCreateSemaphore()
2645 …virtual void PreCallRecordCreateSemaphore(VkDevice device, const VkSemaphoreCreateInfo* pCreateInf… in PreCallRecordCreateSemaphore()
2646 …virtual void PostCallRecordCreateSemaphore(VkDevice device, const VkSemaphoreCreateInfo* pCreateIn… in PostCallRecordCreateSemaphore()
2647 …virtual bool PreCallValidateDestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAlloc… in PreCallValidateDestroySemaphore()
2648 …virtual void PreCallRecordDestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocat… in PreCallRecordDestroySemaphore()
2649 …virtual void PostCallRecordDestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAlloca… in PostCallRecordDestroySemaphore()
2650 …virtual bool PreCallValidateCreateEvent(VkDevice device, const VkEventCreateInfo* pCreateInfo, con… in PreCallValidateCreateEvent()
2651 …virtual void PreCallRecordCreateEvent(VkDevice device, const VkEventCreateInfo* pCreateInfo, const… in PreCallRecordCreateEvent()
2652 …virtual void PostCallRecordCreateEvent(VkDevice device, const VkEventCreateInfo* pCreateInfo, cons… in PostCallRecordCreateEvent()
2653 …virtual bool PreCallValidateDestroyEvent(VkDevice device, VkEvent event, const VkAllocationCallbac… in PreCallValidateDestroyEvent()
2654 …virtual void PreCallRecordDestroyEvent(VkDevice device, VkEvent event, const VkAllocationCallbacks… in PreCallRecordDestroyEvent()
2655 …virtual void PostCallRecordDestroyEvent(VkDevice device, VkEvent event, const VkAllocationCallback… in PostCallRecordDestroyEvent()
2656 … virtual bool PreCallValidateGetEventStatus(VkDevice device, VkEvent event) { return false; }; in PreCallValidateGetEventStatus()
2657 virtual void PreCallRecordGetEventStatus(VkDevice device, VkEvent event) {}; in PreCallRecordGetEventStatus()
2658 … virtual void PostCallRecordGetEventStatus(VkDevice device, VkEvent event, VkResult result) {}; in PostCallRecordGetEventStatus()
2659 virtual bool PreCallValidateSetEvent(VkDevice device, VkEvent event) { return false; }; in PreCallValidateSetEvent()
2660 virtual void PreCallRecordSetEvent(VkDevice device, VkEvent event) {}; in PreCallRecordSetEvent()
2661 virtual void PostCallRecordSetEvent(VkDevice device, VkEvent event, VkResult result) {}; in PostCallRecordSetEvent()
2662 virtual bool PreCallValidateResetEvent(VkDevice device, VkEvent event) { return false; }; in PreCallValidateResetEvent()
2663 virtual void PreCallRecordResetEvent(VkDevice device, VkEvent event) {}; in PreCallRecordResetEvent()
2664 virtual void PostCallRecordResetEvent(VkDevice device, VkEvent event, VkResult result) {}; in PostCallRecordResetEvent()
2665 …virtual bool PreCallValidateCreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo* pCreateI… in PreCallValidateCreateQueryPool()
2666 …virtual void PreCallRecordCreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo* pCreateInf… in PreCallRecordCreateQueryPool()
2667 …virtual void PostCallRecordCreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo* pCreateIn… in PostCallRecordCreateQueryPool()
2668 …virtual bool PreCallValidateDestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAlloc… in PreCallValidateDestroyQueryPool()
2669 …virtual void PreCallRecordDestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocat… in PreCallRecordDestroyQueryPool()
2670 …virtual void PostCallRecordDestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAlloca… in PostCallRecordDestroyQueryPool()
2671 …virtual bool PreCallValidateGetQueryPoolResults(VkDevice device, VkQueryPool queryPool, uint32_t f… in PreCallValidateGetQueryPoolResults()
2672 …virtual void PreCallRecordGetQueryPoolResults(VkDevice device, VkQueryPool queryPool, uint32_t fir… in PreCallRecordGetQueryPoolResults()
2673 …virtual void PostCallRecordGetQueryPoolResults(VkDevice device, VkQueryPool queryPool, uint32_t fi… in PostCallRecordGetQueryPoolResults()
2674 …virtual bool PreCallValidateCreateBuffer(VkDevice device, const VkBufferCreateInfo* pCreateInfo, c… in PreCallValidateCreateBuffer()
2675 …virtual void PreCallRecordCreateBuffer(VkDevice device, const VkBufferCreateInfo* pCreateInfo, con… in PreCallRecordCreateBuffer()
2676 …virtual void PostCallRecordCreateBuffer(VkDevice device, const VkBufferCreateInfo* pCreateInfo, co… in PostCallRecordCreateBuffer()
2677 …virtual bool PreCallValidateDestroyBuffer(VkDevice device, VkBuffer buffer, const VkAllocationCall… in PreCallValidateDestroyBuffer()
2678 …virtual void PreCallRecordDestroyBuffer(VkDevice device, VkBuffer buffer, const VkAllocationCallba… in PreCallRecordDestroyBuffer()
2679 …virtual void PostCallRecordDestroyBuffer(VkDevice device, VkBuffer buffer, const VkAllocationCallb… in PostCallRecordDestroyBuffer()
2680 …virtual bool PreCallValidateCreateBufferView(VkDevice device, const VkBufferViewCreateInfo* pCreat… in PreCallValidateCreateBufferView()
2681 …virtual void PreCallRecordCreateBufferView(VkDevice device, const VkBufferViewCreateInfo* pCreateI… in PreCallRecordCreateBufferView()
2682 …virtual void PostCallRecordCreateBufferView(VkDevice device, const VkBufferViewCreateInfo* pCreate… in PostCallRecordCreateBufferView()
2683 …virtual bool PreCallValidateDestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAl… in PreCallValidateDestroyBufferView()
2684 …virtual void PreCallRecordDestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllo… in PreCallRecordDestroyBufferView()
2685 …virtual void PostCallRecordDestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAll… in PostCallRecordDestroyBufferView()
2686 …virtual bool PreCallValidateCreateImage(VkDevice device, const VkImageCreateInfo* pCreateInfo, con… in PreCallValidateCreateImage()
2687 …virtual void PreCallRecordCreateImage(VkDevice device, const VkImageCreateInfo* pCreateInfo, const… in PreCallRecordCreateImage()
2688 …virtual void PostCallRecordCreateImage(VkDevice device, const VkImageCreateInfo* pCreateInfo, cons… in PostCallRecordCreateImage()
2689 …virtual bool PreCallValidateDestroyImage(VkDevice device, VkImage image, const VkAllocationCallbac… in PreCallValidateDestroyImage()
2690 …virtual void PreCallRecordDestroyImage(VkDevice device, VkImage image, const VkAllocationCallbacks… in PreCallRecordDestroyImage()
2691 …virtual void PostCallRecordDestroyImage(VkDevice device, VkImage image, const VkAllocationCallback… in PostCallRecordDestroyImage()
2692 …virtual bool PreCallValidateGetImageSubresourceLayout(VkDevice device, VkImage image, const VkImag… in PreCallValidateGetImageSubresourceLayout()
2693 …virtual void PreCallRecordGetImageSubresourceLayout(VkDevice device, VkImage image, const VkImageS… in PreCallRecordGetImageSubresourceLayout()
2694 …virtual void PostCallRecordGetImageSubresourceLayout(VkDevice device, VkImage image, const VkImage… in PostCallRecordGetImageSubresourceLayout()
2695 …virtual bool PreCallValidateCreateImageView(VkDevice device, const VkImageViewCreateInfo* pCreateI… in PreCallValidateCreateImageView()
2696 …virtual void PreCallRecordCreateImageView(VkDevice device, const VkImageViewCreateInfo* pCreateInf… in PreCallRecordCreateImageView()
2697 …virtual void PostCallRecordCreateImageView(VkDevice device, const VkImageViewCreateInfo* pCreateIn… in PostCallRecordCreateImageView()
2698 …virtual bool PreCallValidateDestroyImageView(VkDevice device, VkImageView imageView, const VkAlloc… in PreCallValidateDestroyImageView()
2699 …virtual void PreCallRecordDestroyImageView(VkDevice device, VkImageView imageView, const VkAllocat… in PreCallRecordDestroyImageView()
2700 …virtual void PostCallRecordDestroyImageView(VkDevice device, VkImageView imageView, const VkAlloca… in PostCallRecordDestroyImageView()
2701 …virtual bool PreCallValidateCreateShaderModule(VkDevice device, const VkShaderModuleCreateInfo* pC… in PreCallValidateCreateShaderModule()
2702 …virtual void PreCallRecordCreateShaderModule(VkDevice device, const VkShaderModuleCreateInfo* pCre… in PreCallRecordCreateShaderModule()
2703 …virtual void PostCallRecordCreateShaderModule(VkDevice device, const VkShaderModuleCreateInfo* pCr… in PostCallRecordCreateShaderModule()
2704 …virtual bool PreCallValidateDestroyShaderModule(VkDevice device, VkShaderModule shaderModule, cons… in PreCallValidateDestroyShaderModule()
2705 …virtual void PreCallRecordDestroyShaderModule(VkDevice device, VkShaderModule shaderModule, const … in PreCallRecordDestroyShaderModule()
2706 …virtual void PostCallRecordDestroyShaderModule(VkDevice device, VkShaderModule shaderModule, const… in PostCallRecordDestroyShaderModule()
2707 …virtual bool PreCallValidateCreatePipelineCache(VkDevice device, const VkPipelineCacheCreateInfo* … in PreCallValidateCreatePipelineCache()
2708 …virtual void PreCallRecordCreatePipelineCache(VkDevice device, const VkPipelineCacheCreateInfo* pC… in PreCallRecordCreatePipelineCache()
2709 …virtual void PostCallRecordCreatePipelineCache(VkDevice device, const VkPipelineCacheCreateInfo* p… in PostCallRecordCreatePipelineCache()
2710 …virtual bool PreCallValidateDestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, c… in PreCallValidateDestroyPipelineCache()
2711 …virtual void PreCallRecordDestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, con… in PreCallRecordDestroyPipelineCache()
2712 …virtual void PostCallRecordDestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, co… in PostCallRecordDestroyPipelineCache()
2713 …virtual bool PreCallValidateGetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, s… in PreCallValidateGetPipelineCacheData()
2714 …virtual void PreCallRecordGetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, siz… in PreCallRecordGetPipelineCacheData()
2715 …virtual void PostCallRecordGetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, si… in PostCallRecordGetPipelineCacheData()
2716 …virtual bool PreCallValidateMergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uint32_… in PreCallValidateMergePipelineCaches()
2717 …virtual void PreCallRecordMergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uint32_t … in PreCallRecordMergePipelineCaches()
2718 …virtual void PostCallRecordMergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uint32_t… in PostCallRecordMergePipelineCaches()
2719 …virtual bool PreCallValidateCreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache… in PreCallValidateCreateGraphicsPipelines()
2720 …virtual void PreCallRecordCreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, … in PreCallRecordCreateGraphicsPipelines()
2721 …virtual void PostCallRecordCreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache,… in PostCallRecordCreateGraphicsPipelines()
2722 …virtual bool PreCallValidateCreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache,… in PreCallValidateCreateComputePipelines()
2723 …virtual void PreCallRecordCreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, u… in PreCallRecordCreateComputePipelines()
2724 …virtual void PostCallRecordCreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, … in PostCallRecordCreateComputePipelines()
2725 …virtual bool PreCallValidateDestroyPipeline(VkDevice device, VkPipeline pipeline, const VkAllocati… in PreCallValidateDestroyPipeline()
2726 …virtual void PreCallRecordDestroyPipeline(VkDevice device, VkPipeline pipeline, const VkAllocation… in PreCallRecordDestroyPipeline()
2727 …virtual void PostCallRecordDestroyPipeline(VkDevice device, VkPipeline pipeline, const VkAllocatio… in PostCallRecordDestroyPipeline()
2728 …virtual bool PreCallValidateCreatePipelineLayout(VkDevice device, const VkPipelineLayoutCreateInfo… in PreCallValidateCreatePipelineLayout()
2729 …virtual void PreCallRecordCreatePipelineLayout(VkDevice device, const VkPipelineLayoutCreateInfo* … in PreCallRecordCreatePipelineLayout()
2730 …virtual void PostCallRecordCreatePipelineLayout(VkDevice device, const VkPipelineLayoutCreateInfo*… in PostCallRecordCreatePipelineLayout()
2731 …virtual bool PreCallValidateDestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout… in PreCallValidateDestroyPipelineLayout()
2732 …virtual void PreCallRecordDestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout, … in PreCallRecordDestroyPipelineLayout()
2733 …virtual void PostCallRecordDestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout,… in PostCallRecordDestroyPipelineLayout()
2734 …virtual bool PreCallValidateCreateSampler(VkDevice device, const VkSamplerCreateInfo* pCreateInfo,… in PreCallValidateCreateSampler()
2735 …virtual void PreCallRecordCreateSampler(VkDevice device, const VkSamplerCreateInfo* pCreateInfo, c… in PreCallRecordCreateSampler()
2736 …virtual void PostCallRecordCreateSampler(VkDevice device, const VkSamplerCreateInfo* pCreateInfo, … in PostCallRecordCreateSampler()
2737 …virtual bool PreCallValidateDestroySampler(VkDevice device, VkSampler sampler, const VkAllocationC… in PreCallValidateDestroySampler()
2738 …virtual void PreCallRecordDestroySampler(VkDevice device, VkSampler sampler, const VkAllocationCal… in PreCallRecordDestroySampler()
2739 …virtual void PostCallRecordDestroySampler(VkDevice device, VkSampler sampler, const VkAllocationCa… in PostCallRecordDestroySampler()
2740 …virtual bool PreCallValidateCreateDescriptorSetLayout(VkDevice device, const VkDescriptorSetLayout… in PreCallValidateCreateDescriptorSetLayout()
2741 …virtual void PreCallRecordCreateDescriptorSetLayout(VkDevice device, const VkDescriptorSetLayoutCr… in PreCallRecordCreateDescriptorSetLayout()
2742 …virtual void PostCallRecordCreateDescriptorSetLayout(VkDevice device, const VkDescriptorSetLayoutC… in PostCallRecordCreateDescriptorSetLayout()
2743 …virtual bool PreCallValidateDestroyDescriptorSetLayout(VkDevice device, VkDescriptorSetLayout desc… in PreCallValidateDestroyDescriptorSetLayout()
2744 …virtual void PreCallRecordDestroyDescriptorSetLayout(VkDevice device, VkDescriptorSetLayout descri… in PreCallRecordDestroyDescriptorSetLayout()
2745 …virtual void PostCallRecordDestroyDescriptorSetLayout(VkDevice device, VkDescriptorSetLayout descr… in PostCallRecordDestroyDescriptorSetLayout()
2746 …virtual bool PreCallValidateCreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo… in PreCallValidateCreateDescriptorPool()
2747 …virtual void PreCallRecordCreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo* … in PreCallRecordCreateDescriptorPool()
2748 …virtual void PostCallRecordCreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo*… in PostCallRecordCreateDescriptorPool()
2749 …virtual bool PreCallValidateDestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool… in PreCallValidateDestroyDescriptorPool()
2750 …virtual void PreCallRecordDestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, … in PreCallRecordDestroyDescriptorPool()
2751 …virtual void PostCallRecordDestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool,… in PostCallRecordDestroyDescriptorPool()
2752 …virtual bool PreCallValidateResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, … in PreCallValidateResetDescriptorPool()
2753 …virtual void PreCallRecordResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, Vk… in PreCallRecordResetDescriptorPool()
2754 …virtual void PostCallRecordResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, V… in PostCallRecordResetDescriptorPool()
2755 …virtual bool PreCallValidateAllocateDescriptorSets(VkDevice device, const VkDescriptorSetAllocateI… in PreCallValidateAllocateDescriptorSets()
2756 …virtual void PreCallRecordAllocateDescriptorSets(VkDevice device, const VkDescriptorSetAllocateInf… in PreCallRecordAllocateDescriptorSets()
2757 …virtual void PostCallRecordAllocateDescriptorSets(VkDevice device, const VkDescriptorSetAllocateIn… in PostCallRecordAllocateDescriptorSets()
2758 …virtual bool PreCallValidateFreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, u… in PreCallValidateFreeDescriptorSets()
2759 …virtual void PreCallRecordFreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, uin… in PreCallRecordFreeDescriptorSets()
2760 …virtual void PostCallRecordFreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, ui… in PostCallRecordFreeDescriptorSets()
2761 …virtual bool PreCallValidateUpdateDescriptorSets(VkDevice device, uint32_t descriptorWriteCount, c… in PreCallValidateUpdateDescriptorSets()
2762 …virtual void PreCallRecordUpdateDescriptorSets(VkDevice device, uint32_t descriptorWriteCount, con… in PreCallRecordUpdateDescriptorSets()
2763 …virtual void PostCallRecordUpdateDescriptorSets(VkDevice device, uint32_t descriptorWriteCount, co… in PostCallRecordUpdateDescriptorSets()
2764 …virtual bool PreCallValidateCreateFramebuffer(VkDevice device, const VkFramebufferCreateInfo* pCre… in PreCallValidateCreateFramebuffer()
2765 …virtual void PreCallRecordCreateFramebuffer(VkDevice device, const VkFramebufferCreateInfo* pCreat… in PreCallRecordCreateFramebuffer()
2766 …virtual void PostCallRecordCreateFramebuffer(VkDevice device, const VkFramebufferCreateInfo* pCrea… in PostCallRecordCreateFramebuffer()
2767 …virtual bool PreCallValidateDestroyFramebuffer(VkDevice device, VkFramebuffer framebuffer, const V… in PreCallValidateDestroyFramebuffer()
2768 …virtual void PreCallRecordDestroyFramebuffer(VkDevice device, VkFramebuffer framebuffer, const VkA… in PreCallRecordDestroyFramebuffer()
2769 …virtual void PostCallRecordDestroyFramebuffer(VkDevice device, VkFramebuffer framebuffer, const Vk… in PostCallRecordDestroyFramebuffer()
2770 …virtual bool PreCallValidateCreateRenderPass(VkDevice device, const VkRenderPassCreateInfo* pCreat… in PreCallValidateCreateRenderPass()
2771 …virtual void PreCallRecordCreateRenderPass(VkDevice device, const VkRenderPassCreateInfo* pCreateI… in PreCallRecordCreateRenderPass()
2772 …virtual void PostCallRecordCreateRenderPass(VkDevice device, const VkRenderPassCreateInfo* pCreate… in PostCallRecordCreateRenderPass()
2773 …virtual bool PreCallValidateDestroyRenderPass(VkDevice device, VkRenderPass renderPass, const VkAl… in PreCallValidateDestroyRenderPass()
2774 …virtual void PreCallRecordDestroyRenderPass(VkDevice device, VkRenderPass renderPass, const VkAllo… in PreCallRecordDestroyRenderPass()
2775 …virtual void PostCallRecordDestroyRenderPass(VkDevice device, VkRenderPass renderPass, const VkAll… in PostCallRecordDestroyRenderPass()
2776 …virtual bool PreCallValidateGetRenderAreaGranularity(VkDevice device, VkRenderPass renderPass, VkE… in PreCallValidateGetRenderAreaGranularity()
2777 …virtual void PreCallRecordGetRenderAreaGranularity(VkDevice device, VkRenderPass renderPass, VkExt… in PreCallRecordGetRenderAreaGranularity()
2778 …virtual void PostCallRecordGetRenderAreaGranularity(VkDevice device, VkRenderPass renderPass, VkEx… in PostCallRecordGetRenderAreaGranularity()
2779 …virtual bool PreCallValidateCreateCommandPool(VkDevice device, const VkCommandPoolCreateInfo* pCre… in PreCallValidateCreateCommandPool()
2780 …virtual void PreCallRecordCreateCommandPool(VkDevice device, const VkCommandPoolCreateInfo* pCreat… in PreCallRecordCreateCommandPool()
2781 …virtual void PostCallRecordCreateCommandPool(VkDevice device, const VkCommandPoolCreateInfo* pCrea… in PostCallRecordCreateCommandPool()
2782 …virtual bool PreCallValidateDestroyCommandPool(VkDevice device, VkCommandPool commandPool, const V… in PreCallValidateDestroyCommandPool()
2783 …virtual void PreCallRecordDestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkA… in PreCallRecordDestroyCommandPool()
2784 …virtual void PostCallRecordDestroyCommandPool(VkDevice device, VkCommandPool commandPool, const Vk… in PostCallRecordDestroyCommandPool()
2785 …virtual bool PreCallValidateResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommand… in PreCallValidateResetCommandPool()
2786 …virtual void PreCallRecordResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPo… in PreCallRecordResetCommandPool()
2787 …virtual void PostCallRecordResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandP… in PostCallRecordResetCommandPool()
2788 …virtual bool PreCallValidateAllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateI… in PreCallValidateAllocateCommandBuffers()
2789 …virtual void PreCallRecordAllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInf… in PreCallRecordAllocateCommandBuffers()
2790 …virtual void PostCallRecordAllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateIn… in PostCallRecordAllocateCommandBuffers()
2791 …virtual bool PreCallValidateFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_… in PreCallValidateFreeCommandBuffers()
2792 …virtual void PreCallRecordFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t … in PreCallRecordFreeCommandBuffers()
2793 …virtual void PostCallRecordFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t… in PostCallRecordFreeCommandBuffers()
2935 …virtual bool PreCallValidateBindBufferMemory2(VkDevice device, uint32_t bindInfoCount, const VkBin… in PreCallValidateBindBufferMemory2()
2936 …virtual void PreCallRecordBindBufferMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindB… in PreCallRecordBindBufferMemory2()
2937 …virtual void PostCallRecordBindBufferMemory2(VkDevice device, uint32_t bindInfoCount, const VkBind… in PostCallRecordBindBufferMemory2()
2938 …virtual bool PreCallValidateBindImageMemory2(VkDevice device, uint32_t bindInfoCount, const VkBind… in PreCallValidateBindImageMemory2()
2939 …virtual void PreCallRecordBindImageMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindIm… in PreCallRecordBindImageMemory2()
2940 …virtual void PostCallRecordBindImageMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindI… in PostCallRecordBindImageMemory2()
2941 …virtual bool PreCallValidateGetDeviceGroupPeerMemoryFeatures(VkDevice device, uint32_t heapIndex, … in PreCallValidateGetDeviceGroupPeerMemoryFeatures()
2942 …virtual void PreCallRecordGetDeviceGroupPeerMemoryFeatures(VkDevice device, uint32_t heapIndex, ui… in PreCallRecordGetDeviceGroupPeerMemoryFeatures()
2943 …virtual void PostCallRecordGetDeviceGroupPeerMemoryFeatures(VkDevice device, uint32_t heapIndex, u… in PostCallRecordGetDeviceGroupPeerMemoryFeatures()
2953 …virtual bool PreCallValidateGetImageMemoryRequirements2(VkDevice device, const VkImageMemoryRequir… in PreCallValidateGetImageMemoryRequirements2()
2954 …virtual void PreCallRecordGetImageMemoryRequirements2(VkDevice device, const VkImageMemoryRequirem… in PreCallRecordGetImageMemoryRequirements2()
2955 …virtual void PostCallRecordGetImageMemoryRequirements2(VkDevice device, const VkImageMemoryRequire… in PostCallRecordGetImageMemoryRequirements2()
2956 …virtual bool PreCallValidateGetBufferMemoryRequirements2(VkDevice device, const VkBufferMemoryRequ… in PreCallValidateGetBufferMemoryRequirements2()
2957 …virtual void PreCallRecordGetBufferMemoryRequirements2(VkDevice device, const VkBufferMemoryRequir… in PreCallRecordGetBufferMemoryRequirements2()
2958 …virtual void PostCallRecordGetBufferMemoryRequirements2(VkDevice device, const VkBufferMemoryRequi… in PostCallRecordGetBufferMemoryRequirements2()
2959 …virtual bool PreCallValidateGetImageSparseMemoryRequirements2(VkDevice device, const VkImageSparse… in PreCallValidateGetImageSparseMemoryRequirements2()
2960 …virtual void PreCallRecordGetImageSparseMemoryRequirements2(VkDevice device, const VkImageSparseMe… in PreCallRecordGetImageSparseMemoryRequirements2()
2961 …virtual void PostCallRecordGetImageSparseMemoryRequirements2(VkDevice device, const VkImageSparseM… in PostCallRecordGetImageSparseMemoryRequirements2()
2983 …virtual bool PreCallValidateTrimCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandP… in PreCallValidateTrimCommandPool()
2984 …virtual void PreCallRecordTrimCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoo… in PreCallRecordTrimCommandPool()
2985 …virtual void PostCallRecordTrimCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPo… in PostCallRecordTrimCommandPool()
2986 …virtual bool PreCallValidateGetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2* pQueueInfo,… in PreCallValidateGetDeviceQueue2()
2987 …virtual void PreCallRecordGetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, V… in PreCallRecordGetDeviceQueue2()
2988 …virtual void PostCallRecordGetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, … in PostCallRecordGetDeviceQueue2()
2989 …virtual bool PreCallValidateCreateSamplerYcbcrConversion(VkDevice device, const VkSamplerYcbcrConv… in PreCallValidateCreateSamplerYcbcrConversion()
2990 …virtual void PreCallRecordCreateSamplerYcbcrConversion(VkDevice device, const VkSamplerYcbcrConver… in PreCallRecordCreateSamplerYcbcrConversion()
2991 …virtual void PostCallRecordCreateSamplerYcbcrConversion(VkDevice device, const VkSamplerYcbcrConve… in PostCallRecordCreateSamplerYcbcrConversion()
2992 …virtual bool PreCallValidateDestroySamplerYcbcrConversion(VkDevice device, VkSamplerYcbcrConversio… in PreCallValidateDestroySamplerYcbcrConversion()
2993 …virtual void PreCallRecordDestroySamplerYcbcrConversion(VkDevice device, VkSamplerYcbcrConversion … in PreCallRecordDestroySamplerYcbcrConversion()
2994 …virtual void PostCallRecordDestroySamplerYcbcrConversion(VkDevice device, VkSamplerYcbcrConversion… in PostCallRecordDestroySamplerYcbcrConversion()
2995 …virtual bool PreCallValidateCreateDescriptorUpdateTemplate(VkDevice device, const VkDescriptorUpda… in PreCallValidateCreateDescriptorUpdateTemplate()
2996 …virtual void PreCallRecordCreateDescriptorUpdateTemplate(VkDevice device, const VkDescriptorUpdate… in PreCallRecordCreateDescriptorUpdateTemplate()
2997 …virtual void PostCallRecordCreateDescriptorUpdateTemplate(VkDevice device, const VkDescriptorUpdat… in PostCallRecordCreateDescriptorUpdateTemplate()
2998 …virtual bool PreCallValidateDestroyDescriptorUpdateTemplate(VkDevice device, VkDescriptorUpdateTem… in PreCallValidateDestroyDescriptorUpdateTemplate()
2999 …virtual void PreCallRecordDestroyDescriptorUpdateTemplate(VkDevice device, VkDescriptorUpdateTempl… in PreCallRecordDestroyDescriptorUpdateTemplate()
3000 …virtual void PostCallRecordDestroyDescriptorUpdateTemplate(VkDevice device, VkDescriptorUpdateTemp… in PostCallRecordDestroyDescriptorUpdateTemplate()
3001 …virtual bool PreCallValidateUpdateDescriptorSetWithTemplate(VkDevice device, VkDescriptorSet descr… in PreCallValidateUpdateDescriptorSetWithTemplate()
3002 …virtual void PreCallRecordUpdateDescriptorSetWithTemplate(VkDevice device, VkDescriptorSet descrip… in PreCallRecordUpdateDescriptorSetWithTemplate()
3003 …virtual void PostCallRecordUpdateDescriptorSetWithTemplate(VkDevice device, VkDescriptorSet descri… in PostCallRecordUpdateDescriptorSetWithTemplate()
3013 …virtual bool PreCallValidateGetDescriptorSetLayoutSupport(VkDevice device, const VkDescriptorSetLa… in PreCallValidateGetDescriptorSetLayoutSupport()
3014 …virtual void PreCallRecordGetDescriptorSetLayoutSupport(VkDevice device, const VkDescriptorSetLayo… in PreCallRecordGetDescriptorSetLayoutSupport()
3015 …virtual void PostCallRecordGetDescriptorSetLayoutSupport(VkDevice device, const VkDescriptorSetLay… in PostCallRecordGetDescriptorSetLayoutSupport()
3031 …virtual bool PreCallValidateCreateSwapchainKHR(VkDevice device, const VkSwapchainCreateInfoKHR* pC… in PreCallValidateCreateSwapchainKHR()
3032 …virtual void PreCallRecordCreateSwapchainKHR(VkDevice device, const VkSwapchainCreateInfoKHR* pCre… in PreCallRecordCreateSwapchainKHR()
3033 …virtual void PostCallRecordCreateSwapchainKHR(VkDevice device, const VkSwapchainCreateInfoKHR* pCr… in PostCallRecordCreateSwapchainKHR()
3034 …virtual bool PreCallValidateDestroySwapchainKHR(VkDevice device, VkSwapchainKHR swapchain, const V… in PreCallValidateDestroySwapchainKHR()
3035 …virtual void PreCallRecordDestroySwapchainKHR(VkDevice device, VkSwapchainKHR swapchain, const VkA… in PreCallRecordDestroySwapchainKHR()
3036 …virtual void PostCallRecordDestroySwapchainKHR(VkDevice device, VkSwapchainKHR swapchain, const Vk… in PostCallRecordDestroySwapchainKHR()
3037 …virtual bool PreCallValidateGetSwapchainImagesKHR(VkDevice device, VkSwapchainKHR swapchain, uint3… in PreCallValidateGetSwapchainImagesKHR()
3038 …virtual void PreCallRecordGetSwapchainImagesKHR(VkDevice device, VkSwapchainKHR swapchain, uint32_… in PreCallRecordGetSwapchainImagesKHR()
3039 …virtual void PostCallRecordGetSwapchainImagesKHR(VkDevice device, VkSwapchainKHR swapchain, uint32… in PostCallRecordGetSwapchainImagesKHR()
3040 …virtual bool PreCallValidateAcquireNextImageKHR(VkDevice device, VkSwapchainKHR swapchain, uint64_… in PreCallValidateAcquireNextImageKHR()
3041 …virtual void PreCallRecordAcquireNextImageKHR(VkDevice device, VkSwapchainKHR swapchain, uint64_t … in PreCallRecordAcquireNextImageKHR()
3042 …virtual void PostCallRecordAcquireNextImageKHR(VkDevice device, VkSwapchainKHR swapchain, uint64_t… in PostCallRecordAcquireNextImageKHR()
3046 …virtual bool PreCallValidateGetDeviceGroupPresentCapabilitiesKHR(VkDevice device, VkDeviceGroupPre… in PreCallValidateGetDeviceGroupPresentCapabilitiesKHR()
3047 …virtual void PreCallRecordGetDeviceGroupPresentCapabilitiesKHR(VkDevice device, VkDeviceGroupPrese… in PreCallRecordGetDeviceGroupPresentCapabilitiesKHR()
3048 …virtual void PostCallRecordGetDeviceGroupPresentCapabilitiesKHR(VkDevice device, VkDeviceGroupPres… in PostCallRecordGetDeviceGroupPresentCapabilitiesKHR()
3049 …virtual bool PreCallValidateGetDeviceGroupSurfacePresentModesKHR(VkDevice device, VkSurfaceKHR sur… in PreCallValidateGetDeviceGroupSurfacePresentModesKHR()
3050 …virtual void PreCallRecordGetDeviceGroupSurfacePresentModesKHR(VkDevice device, VkSurfaceKHR surfa… in PreCallRecordGetDeviceGroupSurfacePresentModesKHR()
3051 …virtual void PostCallRecordGetDeviceGroupSurfacePresentModesKHR(VkDevice device, VkSurfaceKHR surf… in PostCallRecordGetDeviceGroupSurfacePresentModesKHR()
3055 …virtual bool PreCallValidateAcquireNextImage2KHR(VkDevice device, const VkAcquireNextImageInfoKHR*… in PreCallValidateAcquireNextImage2KHR()
3056 …virtual void PreCallRecordAcquireNextImage2KHR(VkDevice device, const VkAcquireNextImageInfoKHR* p… in PreCallRecordAcquireNextImage2KHR()
3057 …virtual void PostCallRecordAcquireNextImage2KHR(VkDevice device, const VkAcquireNextImageInfoKHR* … in PostCallRecordAcquireNextImage2KHR()
3079 …virtual bool PreCallValidateCreateSharedSwapchainsKHR(VkDevice device, uint32_t swapchainCount, co… in PreCallValidateCreateSharedSwapchainsKHR()
3080 …virtual void PreCallRecordCreateSharedSwapchainsKHR(VkDevice device, uint32_t swapchainCount, cons… in PreCallRecordCreateSharedSwapchainsKHR()
3081 …virtual void PostCallRecordCreateSharedSwapchainsKHR(VkDevice device, uint32_t swapchainCount, con… in PostCallRecordCreateSharedSwapchainsKHR()
3148 …virtual bool PreCallValidateGetDeviceGroupPeerMemoryFeaturesKHR(VkDevice device, uint32_t heapInde… in PreCallValidateGetDeviceGroupPeerMemoryFeaturesKHR()
3149 …virtual void PreCallRecordGetDeviceGroupPeerMemoryFeaturesKHR(VkDevice device, uint32_t heapIndex,… in PreCallRecordGetDeviceGroupPeerMemoryFeaturesKHR()
3150 …virtual void PostCallRecordGetDeviceGroupPeerMemoryFeaturesKHR(VkDevice device, uint32_t heapIndex… in PostCallRecordGetDeviceGroupPeerMemoryFeaturesKHR()
3157 …virtual bool PreCallValidateTrimCommandPoolKHR(VkDevice device, VkCommandPool commandPool, VkComma… in PreCallValidateTrimCommandPoolKHR()
3158 …virtual void PreCallRecordTrimCommandPoolKHR(VkDevice device, VkCommandPool commandPool, VkCommand… in PreCallRecordTrimCommandPoolKHR()
3159 …virtual void PostCallRecordTrimCommandPoolKHR(VkDevice device, VkCommandPool commandPool, VkComman… in PostCallRecordTrimCommandPoolKHR()
3167 …virtual bool PreCallValidateGetMemoryWin32HandleKHR(VkDevice device, const VkMemoryGetWin32HandleI… in PreCallValidateGetMemoryWin32HandleKHR()
3168 …virtual void PreCallRecordGetMemoryWin32HandleKHR(VkDevice device, const VkMemoryGetWin32HandleInf… in PreCallRecordGetMemoryWin32HandleKHR()
3169 …virtual void PostCallRecordGetMemoryWin32HandleKHR(VkDevice device, const VkMemoryGetWin32HandleIn… in PostCallRecordGetMemoryWin32HandleKHR()
3172 …virtual bool PreCallValidateGetMemoryWin32HandlePropertiesKHR(VkDevice device, VkExternalMemoryHan… in PreCallValidateGetMemoryWin32HandlePropertiesKHR()
3173 …virtual void PreCallRecordGetMemoryWin32HandlePropertiesKHR(VkDevice device, VkExternalMemoryHandl… in PreCallRecordGetMemoryWin32HandlePropertiesKHR()
3174 …virtual void PostCallRecordGetMemoryWin32HandlePropertiesKHR(VkDevice device, VkExternalMemoryHand… in PostCallRecordGetMemoryWin32HandlePropertiesKHR()
3176 …virtual bool PreCallValidateGetMemoryFdKHR(VkDevice device, const VkMemoryGetFdInfoKHR* pGetFdInfo… in PreCallValidateGetMemoryFdKHR()
3177 …virtual void PreCallRecordGetMemoryFdKHR(VkDevice device, const VkMemoryGetFdInfoKHR* pGetFdInfo, … in PreCallRecordGetMemoryFdKHR()
3178 …virtual void PostCallRecordGetMemoryFdKHR(VkDevice device, const VkMemoryGetFdInfoKHR* pGetFdInfo,… in PostCallRecordGetMemoryFdKHR()
3179 …virtual bool PreCallValidateGetMemoryFdPropertiesKHR(VkDevice device, VkExternalMemoryHandleTypeFl… in PreCallValidateGetMemoryFdPropertiesKHR()
3180 …virtual void PreCallRecordGetMemoryFdPropertiesKHR(VkDevice device, VkExternalMemoryHandleTypeFlag… in PreCallRecordGetMemoryFdPropertiesKHR()
3181 …virtual void PostCallRecordGetMemoryFdPropertiesKHR(VkDevice device, VkExternalMemoryHandleTypeFla… in PostCallRecordGetMemoryFdPropertiesKHR()
3186 …virtual bool PreCallValidateImportSemaphoreWin32HandleKHR(VkDevice device, const VkImportSemaphore… in PreCallValidateImportSemaphoreWin32HandleKHR()
3187 …virtual void PreCallRecordImportSemaphoreWin32HandleKHR(VkDevice device, const VkImportSemaphoreWi… in PreCallRecordImportSemaphoreWin32HandleKHR()
3188 …virtual void PostCallRecordImportSemaphoreWin32HandleKHR(VkDevice device, const VkImportSemaphoreW… in PostCallRecordImportSemaphoreWin32HandleKHR()
3191 …virtual bool PreCallValidateGetSemaphoreWin32HandleKHR(VkDevice device, const VkSemaphoreGetWin32H… in PreCallValidateGetSemaphoreWin32HandleKHR()
3192 …virtual void PreCallRecordGetSemaphoreWin32HandleKHR(VkDevice device, const VkSemaphoreGetWin32Han… in PreCallRecordGetSemaphoreWin32HandleKHR()
3193 …virtual void PostCallRecordGetSemaphoreWin32HandleKHR(VkDevice device, const VkSemaphoreGetWin32Ha… in PostCallRecordGetSemaphoreWin32HandleKHR()
3195 …virtual bool PreCallValidateImportSemaphoreFdKHR(VkDevice device, const VkImportSemaphoreFdInfoKHR… in PreCallValidateImportSemaphoreFdKHR()
3196 …virtual void PreCallRecordImportSemaphoreFdKHR(VkDevice device, const VkImportSemaphoreFdInfoKHR* … in PreCallRecordImportSemaphoreFdKHR()
3197 …virtual void PostCallRecordImportSemaphoreFdKHR(VkDevice device, const VkImportSemaphoreFdInfoKHR*… in PostCallRecordImportSemaphoreFdKHR()
3198 …virtual bool PreCallValidateGetSemaphoreFdKHR(VkDevice device, const VkSemaphoreGetFdInfoKHR* pGet… in PreCallValidateGetSemaphoreFdKHR()
3199 …virtual void PreCallRecordGetSemaphoreFdKHR(VkDevice device, const VkSemaphoreGetFdInfoKHR* pGetFd… in PreCallRecordGetSemaphoreFdKHR()
3200 …virtual void PostCallRecordGetSemaphoreFdKHR(VkDevice device, const VkSemaphoreGetFdInfoKHR* pGetF… in PostCallRecordGetSemaphoreFdKHR()
3207 …virtual bool PreCallValidateCreateDescriptorUpdateTemplateKHR(VkDevice device, const VkDescriptorU… in PreCallValidateCreateDescriptorUpdateTemplateKHR()
3208 …virtual void PreCallRecordCreateDescriptorUpdateTemplateKHR(VkDevice device, const VkDescriptorUpd… in PreCallRecordCreateDescriptorUpdateTemplateKHR()
3209 …virtual void PostCallRecordCreateDescriptorUpdateTemplateKHR(VkDevice device, const VkDescriptorUp… in PostCallRecordCreateDescriptorUpdateTemplateKHR()
3210 …virtual bool PreCallValidateDestroyDescriptorUpdateTemplateKHR(VkDevice device, VkDescriptorUpdate… in PreCallValidateDestroyDescriptorUpdateTemplateKHR()
3211 …virtual void PreCallRecordDestroyDescriptorUpdateTemplateKHR(VkDevice device, VkDescriptorUpdateTe… in PreCallRecordDestroyDescriptorUpdateTemplateKHR()
3212 …virtual void PostCallRecordDestroyDescriptorUpdateTemplateKHR(VkDevice device, VkDescriptorUpdateT… in PostCallRecordDestroyDescriptorUpdateTemplateKHR()
3213 …virtual bool PreCallValidateUpdateDescriptorSetWithTemplateKHR(VkDevice device, VkDescriptorSet de… in PreCallValidateUpdateDescriptorSetWithTemplateKHR()
3214 …virtual void PreCallRecordUpdateDescriptorSetWithTemplateKHR(VkDevice device, VkDescriptorSet desc… in PreCallRecordUpdateDescriptorSetWithTemplateKHR()
3215 …virtual void PostCallRecordUpdateDescriptorSetWithTemplateKHR(VkDevice device, VkDescriptorSet des… in PostCallRecordUpdateDescriptorSetWithTemplateKHR()
3216 …virtual bool PreCallValidateCreateRenderPass2KHR(VkDevice device, const VkRenderPassCreateInfo2KHR… in PreCallValidateCreateRenderPass2KHR()
3217 …virtual void PreCallRecordCreateRenderPass2KHR(VkDevice device, const VkRenderPassCreateInfo2KHR* … in PreCallRecordCreateRenderPass2KHR()
3218 …virtual void PostCallRecordCreateRenderPass2KHR(VkDevice device, const VkRenderPassCreateInfo2KHR*… in PostCallRecordCreateRenderPass2KHR()
3228 …virtual bool PreCallValidateGetSwapchainStatusKHR(VkDevice device, VkSwapchainKHR swapchain) { re… in PreCallValidateGetSwapchainStatusKHR()
3229 … virtual void PreCallRecordGetSwapchainStatusKHR(VkDevice device, VkSwapchainKHR swapchain) {}; in PreCallRecordGetSwapchainStatusKHR()
3230 …virtual void PostCallRecordGetSwapchainStatusKHR(VkDevice device, VkSwapchainKHR swapchain, VkResu… in PostCallRecordGetSwapchainStatusKHR()
3235 …virtual bool PreCallValidateImportFenceWin32HandleKHR(VkDevice device, const VkImportFenceWin32Han… in PreCallValidateImportFenceWin32HandleKHR()
3236 …virtual void PreCallRecordImportFenceWin32HandleKHR(VkDevice device, const VkImportFenceWin32Handl… in PreCallRecordImportFenceWin32HandleKHR()
3237 …virtual void PostCallRecordImportFenceWin32HandleKHR(VkDevice device, const VkImportFenceWin32Hand… in PostCallRecordImportFenceWin32HandleKHR()
3240 …virtual bool PreCallValidateGetFenceWin32HandleKHR(VkDevice device, const VkFenceGetWin32HandleInf… in PreCallValidateGetFenceWin32HandleKHR()
3241 …virtual void PreCallRecordGetFenceWin32HandleKHR(VkDevice device, const VkFenceGetWin32HandleInfoK… in PreCallRecordGetFenceWin32HandleKHR()
3242 …virtual void PostCallRecordGetFenceWin32HandleKHR(VkDevice device, const VkFenceGetWin32HandleInfo… in PostCallRecordGetFenceWin32HandleKHR()
3244 …virtual bool PreCallValidateImportFenceFdKHR(VkDevice device, const VkImportFenceFdInfoKHR* pImpor… in PreCallValidateImportFenceFdKHR()
3245 …virtual void PreCallRecordImportFenceFdKHR(VkDevice device, const VkImportFenceFdInfoKHR* pImportF… in PreCallRecordImportFenceFdKHR()
3246 …virtual void PostCallRecordImportFenceFdKHR(VkDevice device, const VkImportFenceFdInfoKHR* pImport… in PostCallRecordImportFenceFdKHR()
3247 …virtual bool PreCallValidateGetFenceFdKHR(VkDevice device, const VkFenceGetFdInfoKHR* pGetFdInfo, … in PreCallValidateGetFenceFdKHR()
3248 …virtual void PreCallRecordGetFenceFdKHR(VkDevice device, const VkFenceGetFdInfoKHR* pGetFdInfo, in… in PreCallRecordGetFenceFdKHR()
3249 …virtual void PostCallRecordGetFenceFdKHR(VkDevice device, const VkFenceGetFdInfoKHR* pGetFdInfo, i… in PostCallRecordGetFenceFdKHR()
3268 …virtual bool PreCallValidateGetImageMemoryRequirements2KHR(VkDevice device, const VkImageMemoryReq… in PreCallValidateGetImageMemoryRequirements2KHR()
3269 …virtual void PreCallRecordGetImageMemoryRequirements2KHR(VkDevice device, const VkImageMemoryRequi… in PreCallRecordGetImageMemoryRequirements2KHR()
3270 …virtual void PostCallRecordGetImageMemoryRequirements2KHR(VkDevice device, const VkImageMemoryRequ… in PostCallRecordGetImageMemoryRequirements2KHR()
3271 …virtual bool PreCallValidateGetBufferMemoryRequirements2KHR(VkDevice device, const VkBufferMemoryR… in PreCallValidateGetBufferMemoryRequirements2KHR()
3272 …virtual void PreCallRecordGetBufferMemoryRequirements2KHR(VkDevice device, const VkBufferMemoryReq… in PreCallRecordGetBufferMemoryRequirements2KHR()
3273 …virtual void PostCallRecordGetBufferMemoryRequirements2KHR(VkDevice device, const VkBufferMemoryRe… in PostCallRecordGetBufferMemoryRequirements2KHR()
3274 …virtual bool PreCallValidateGetImageSparseMemoryRequirements2KHR(VkDevice device, const VkImageSpa… in PreCallValidateGetImageSparseMemoryRequirements2KHR()
3275 …virtual void PreCallRecordGetImageSparseMemoryRequirements2KHR(VkDevice device, const VkImageSpars… in PreCallRecordGetImageSparseMemoryRequirements2KHR()
3276 …virtual void PostCallRecordGetImageSparseMemoryRequirements2KHR(VkDevice device, const VkImageSpar… in PostCallRecordGetImageSparseMemoryRequirements2KHR()
3277 …virtual bool PreCallValidateCreateSamplerYcbcrConversionKHR(VkDevice device, const VkSamplerYcbcrC… in PreCallValidateCreateSamplerYcbcrConversionKHR()
3278 …virtual void PreCallRecordCreateSamplerYcbcrConversionKHR(VkDevice device, const VkSamplerYcbcrCon… in PreCallRecordCreateSamplerYcbcrConversionKHR()
3279 …virtual void PostCallRecordCreateSamplerYcbcrConversionKHR(VkDevice device, const VkSamplerYcbcrCo… in PostCallRecordCreateSamplerYcbcrConversionKHR()
3280 …virtual bool PreCallValidateDestroySamplerYcbcrConversionKHR(VkDevice device, VkSamplerYcbcrConver… in PreCallValidateDestroySamplerYcbcrConversionKHR()
3281 …virtual void PreCallRecordDestroySamplerYcbcrConversionKHR(VkDevice device, VkSamplerYcbcrConversi… in PreCallRecordDestroySamplerYcbcrConversionKHR()
3282 …virtual void PostCallRecordDestroySamplerYcbcrConversionKHR(VkDevice device, VkSamplerYcbcrConvers… in PostCallRecordDestroySamplerYcbcrConversionKHR()
3283 …virtual bool PreCallValidateBindBufferMemory2KHR(VkDevice device, uint32_t bindInfoCount, const Vk… in PreCallValidateBindBufferMemory2KHR()
3284 …virtual void PreCallRecordBindBufferMemory2KHR(VkDevice device, uint32_t bindInfoCount, const VkBi… in PreCallRecordBindBufferMemory2KHR()
3285 …virtual void PostCallRecordBindBufferMemory2KHR(VkDevice device, uint32_t bindInfoCount, const VkB… in PostCallRecordBindBufferMemory2KHR()
3286 …virtual bool PreCallValidateBindImageMemory2KHR(VkDevice device, uint32_t bindInfoCount, const VkB… in PreCallValidateBindImageMemory2KHR()
3287 …virtual void PreCallRecordBindImageMemory2KHR(VkDevice device, uint32_t bindInfoCount, const VkBin… in PreCallRecordBindImageMemory2KHR()
3288 …virtual void PostCallRecordBindImageMemory2KHR(VkDevice device, uint32_t bindInfoCount, const VkBi… in PostCallRecordBindImageMemory2KHR()
3289 …virtual bool PreCallValidateGetDescriptorSetLayoutSupportKHR(VkDevice device, const VkDescriptorSe… in PreCallValidateGetDescriptorSetLayoutSupportKHR()
3290 …virtual void PreCallRecordGetDescriptorSetLayoutSupportKHR(VkDevice device, const VkDescriptorSetL… in PreCallRecordGetDescriptorSetLayoutSupportKHR()
3291 …virtual void PostCallRecordGetDescriptorSetLayoutSupportKHR(VkDevice device, const VkDescriptorSet… in PostCallRecordGetDescriptorSetLayoutSupportKHR()
3298 …l bool PreCallValidateGetPipelineExecutablePropertiesKHR(VkDevice device, c… in PreCallValidateGetPipelineExecutablePropertiesKHR()
3299 …ual void PreCallRecordGetPipelineExecutablePropertiesKHR(VkDevice device, c… in PreCallRecordGetPipelineExecutablePropertiesKHR()
3300 …al void PostCallRecordGetPipelineExecutablePropertiesKHR(VkDevice device, c… in PostCallRecordGetPipelineExecutablePropertiesKHR()
3301 …l bool PreCallValidateGetPipelineExecutableStatisticsKHR(VkDevice device, c… in PreCallValidateGetPipelineExecutableStatisticsKHR()
3302 …ual void PreCallRecordGetPipelineExecutableStatisticsKHR(VkDevice device, c… in PreCallRecordGetPipelineExecutableStatisticsKHR()
3303 …al void PostCallRecordGetPipelineExecutableStatisticsKHR(VkDevice device, c… in PostCallRecordGetPipelineExecutableStatisticsKHR()
3304 …lValidateGetPipelineExecutableInternalRepresentationsKHR(VkDevice device, c… in PreCallValidateGetPipelineExecutableInternalRepresentationsKHR()
3305 …allRecordGetPipelineExecutableInternalRepresentationsKHR(VkDevice device, c… in PreCallRecordGetPipelineExecutableInternalRepresentationsKHR()
3306 …allRecordGetPipelineExecutableInternalRepresentationsKHR(VkDevice device, c… in PostCallRecordGetPipelineExecutableInternalRepresentationsKHR()
3316 …virtual bool PreCallValidateDebugMarkerSetObjectTagEXT(VkDevice device, const VkDebugMarkerObjectT… in PreCallValidateDebugMarkerSetObjectTagEXT()
3317 …virtual void PreCallRecordDebugMarkerSetObjectTagEXT(VkDevice device, const VkDebugMarkerObjectTag… in PreCallRecordDebugMarkerSetObjectTagEXT()
3318 …virtual void PostCallRecordDebugMarkerSetObjectTagEXT(VkDevice device, const VkDebugMarkerObjectTa… in PostCallRecordDebugMarkerSetObjectTagEXT()
3319 …virtual bool PreCallValidateDebugMarkerSetObjectNameEXT(VkDevice device, const VkDebugMarkerObject… in PreCallValidateDebugMarkerSetObjectNameEXT()
3320 …virtual void PreCallRecordDebugMarkerSetObjectNameEXT(VkDevice device, const VkDebugMarkerObjectNa… in PreCallRecordDebugMarkerSetObjectNameEXT()
3321 …virtual void PostCallRecordDebugMarkerSetObjectNameEXT(VkDevice device, const VkDebugMarkerObjectN… in PostCallRecordDebugMarkerSetObjectNameEXT()
3349 …virtual bool PreCallValidateGetImageViewHandleNVX(VkDevice device, const VkImageViewHandleInfoNVX*… in PreCallValidateGetImageViewHandleNVX()
3350 …virtual void PreCallRecordGetImageViewHandleNVX(VkDevice device, const VkImageViewHandleInfoNVX* p… in PreCallRecordGetImageViewHandleNVX()
3351 …virtual void PostCallRecordGetImageViewHandleNVX(VkDevice device, const VkImageViewHandleInfoNVX* … in PostCallRecordGetImageViewHandleNVX()
3358 …virtual bool PreCallValidateGetShaderInfoAMD(VkDevice device, VkPipeline pipeline, VkShaderStageFl… in PreCallValidateGetShaderInfoAMD()
3359 …virtual void PreCallRecordGetShaderInfoAMD(VkDevice device, VkPipeline pipeline, VkShaderStageFlag… in PreCallRecordGetShaderInfoAMD()
3360 …virtual void PostCallRecordGetShaderInfoAMD(VkDevice device, VkPipeline pipeline, VkShaderStageFla… in PostCallRecordGetShaderInfoAMD()
3370 …virtual bool PreCallValidateGetMemoryWin32HandleNV(VkDevice device, VkDeviceMemory memory, VkExter… in PreCallValidateGetMemoryWin32HandleNV()
3371 …virtual void PreCallRecordGetMemoryWin32HandleNV(VkDevice device, VkDeviceMemory memory, VkExterna… in PreCallRecordGetMemoryWin32HandleNV()
3372 …virtual void PostCallRecordGetMemoryWin32HandleNV(VkDevice device, VkDeviceMemory memory, VkExtern… in PostCallRecordGetMemoryWin32HandleNV()
3391 …virtual bool PreCallValidateCreateIndirectCommandsLayoutNVX(VkDevice device, const VkIndirectComma… in PreCallValidateCreateIndirectCommandsLayoutNVX()
3392 …virtual void PreCallRecordCreateIndirectCommandsLayoutNVX(VkDevice device, const VkIndirectCommand… in PreCallRecordCreateIndirectCommandsLayoutNVX()
3393 …virtual void PostCallRecordCreateIndirectCommandsLayoutNVX(VkDevice device, const VkIndirectComman… in PostCallRecordCreateIndirectCommandsLayoutNVX()
3394 …virtual bool PreCallValidateDestroyIndirectCommandsLayoutNVX(VkDevice device, VkIndirectCommandsLa… in PreCallValidateDestroyIndirectCommandsLayoutNVX()
3395 …virtual void PreCallRecordDestroyIndirectCommandsLayoutNVX(VkDevice device, VkIndirectCommandsLayo… in PreCallRecordDestroyIndirectCommandsLayoutNVX()
3396 …virtual void PostCallRecordDestroyIndirectCommandsLayoutNVX(VkDevice device, VkIndirectCommandsLay… in PostCallRecordDestroyIndirectCommandsLayoutNVX()
3397 …virtual bool PreCallValidateCreateObjectTableNVX(VkDevice device, const VkObjectTableCreateInfoNVX… in PreCallValidateCreateObjectTableNVX()
3398 …virtual void PreCallRecordCreateObjectTableNVX(VkDevice device, const VkObjectTableCreateInfoNVX* … in PreCallRecordCreateObjectTableNVX()
3399 …virtual void PostCallRecordCreateObjectTableNVX(VkDevice device, const VkObjectTableCreateInfoNVX*… in PostCallRecordCreateObjectTableNVX()
3400 …virtual bool PreCallValidateDestroyObjectTableNVX(VkDevice device, VkObjectTableNVX objectTable, c… in PreCallValidateDestroyObjectTableNVX()
3401 …virtual void PreCallRecordDestroyObjectTableNVX(VkDevice device, VkObjectTableNVX objectTable, con… in PreCallRecordDestroyObjectTableNVX()
3402 …virtual void PostCallRecordDestroyObjectTableNVX(VkDevice device, VkObjectTableNVX objectTable, co… in PostCallRecordDestroyObjectTableNVX()
3403 …virtual bool PreCallValidateRegisterObjectsNVX(VkDevice device, VkObjectTableNVX objectTable, uint… in PreCallValidateRegisterObjectsNVX()
3404 …virtual void PreCallRecordRegisterObjectsNVX(VkDevice device, VkObjectTableNVX objectTable, uint32… in PreCallRecordRegisterObjectsNVX()
3405 …virtual void PostCallRecordRegisterObjectsNVX(VkDevice device, VkObjectTableNVX objectTable, uint3… in PostCallRecordRegisterObjectsNVX()
3406 …virtual bool PreCallValidateUnregisterObjectsNVX(VkDevice device, VkObjectTableNVX objectTable, ui… in PreCallValidateUnregisterObjectsNVX()
3407 …virtual void PreCallRecordUnregisterObjectsNVX(VkDevice device, VkObjectTableNVX objectTable, uint… in PreCallRecordUnregisterObjectsNVX()
3408 …virtual void PostCallRecordUnregisterObjectsNVX(VkDevice device, VkObjectTableNVX objectTable, uin… in PostCallRecordUnregisterObjectsNVX()
3431 …virtual bool PreCallValidateDisplayPowerControlEXT(VkDevice device, VkDisplayKHR display, const Vk… in PreCallValidateDisplayPowerControlEXT()
3432 …virtual void PreCallRecordDisplayPowerControlEXT(VkDevice device, VkDisplayKHR display, const VkDi… in PreCallRecordDisplayPowerControlEXT()
3433 …virtual void PostCallRecordDisplayPowerControlEXT(VkDevice device, VkDisplayKHR display, const VkD… in PostCallRecordDisplayPowerControlEXT()
3434 …virtual bool PreCallValidateRegisterDeviceEventEXT(VkDevice device, const VkDeviceEventInfoEXT* pD… in PreCallValidateRegisterDeviceEventEXT()
3435 …virtual void PreCallRecordRegisterDeviceEventEXT(VkDevice device, const VkDeviceEventInfoEXT* pDev… in PreCallRecordRegisterDeviceEventEXT()
3436 …virtual void PostCallRecordRegisterDeviceEventEXT(VkDevice device, const VkDeviceEventInfoEXT* pDe… in PostCallRecordRegisterDeviceEventEXT()
3437 …virtual bool PreCallValidateRegisterDisplayEventEXT(VkDevice device, VkDisplayKHR display, const V… in PreCallValidateRegisterDisplayEventEXT()
3438 …virtual void PreCallRecordRegisterDisplayEventEXT(VkDevice device, VkDisplayKHR display, const VkD… in PreCallRecordRegisterDisplayEventEXT()
3439 …virtual void PostCallRecordRegisterDisplayEventEXT(VkDevice device, VkDisplayKHR display, const Vk… in PostCallRecordRegisterDisplayEventEXT()
3440 …virtual bool PreCallValidateGetSwapchainCounterEXT(VkDevice device, VkSwapchainKHR swapchain, VkSu… in PreCallValidateGetSwapchainCounterEXT()
3441 …virtual void PreCallRecordGetSwapchainCounterEXT(VkDevice device, VkSwapchainKHR swapchain, VkSurf… in PreCallRecordGetSwapchainCounterEXT()
3442 …virtual void PostCallRecordGetSwapchainCounterEXT(VkDevice device, VkSwapchainKHR swapchain, VkSur… in PostCallRecordGetSwapchainCounterEXT()
3443 …virtual bool PreCallValidateGetRefreshCycleDurationGOOGLE(VkDevice device, VkSwapchainKHR swapchai… in PreCallValidateGetRefreshCycleDurationGOOGLE()
3444 …virtual void PreCallRecordGetRefreshCycleDurationGOOGLE(VkDevice device, VkSwapchainKHR swapchain,… in PreCallRecordGetRefreshCycleDurationGOOGLE()
3445 …virtual void PostCallRecordGetRefreshCycleDurationGOOGLE(VkDevice device, VkSwapchainKHR swapchain… in PostCallRecordGetRefreshCycleDurationGOOGLE()
3446 …virtual bool PreCallValidateGetPastPresentationTimingGOOGLE(VkDevice device, VkSwapchainKHR swapch… in PreCallValidateGetPastPresentationTimingGOOGLE()
3447 …virtual void PreCallRecordGetPastPresentationTimingGOOGLE(VkDevice device, VkSwapchainKHR swapchai… in PreCallRecordGetPastPresentationTimingGOOGLE()
3448 …virtual void PostCallRecordGetPastPresentationTimingGOOGLE(VkDevice device, VkSwapchainKHR swapcha… in PostCallRecordGetPastPresentationTimingGOOGLE()
3452 …virtual bool PreCallValidateSetHdrMetadataEXT(VkDevice device, uint32_t swapchainCount, const VkSw… in PreCallValidateSetHdrMetadataEXT()
3453 …virtual void PreCallRecordSetHdrMetadataEXT(VkDevice device, uint32_t swapchainCount, const VkSwap… in PreCallRecordSetHdrMetadataEXT()
3454 …virtual void PostCallRecordSetHdrMetadataEXT(VkDevice device, uint32_t swapchainCount, const VkSwa… in PostCallRecordSetHdrMetadataEXT()
3465 …virtual bool PreCallValidateSetDebugUtilsObjectNameEXT(VkDevice device, const VkDebugUtilsObjectNa… in PreCallValidateSetDebugUtilsObjectNameEXT()
3466 …virtual void PreCallRecordSetDebugUtilsObjectNameEXT(VkDevice device, const VkDebugUtilsObjectName… in PreCallRecordSetDebugUtilsObjectNameEXT()
3467 …virtual void PostCallRecordSetDebugUtilsObjectNameEXT(VkDevice device, const VkDebugUtilsObjectNam… in PostCallRecordSetDebugUtilsObjectNameEXT()
3468 …virtual bool PreCallValidateSetDebugUtilsObjectTagEXT(VkDevice device, const VkDebugUtilsObjectTag… in PreCallValidateSetDebugUtilsObjectTagEXT()
3469 …virtual void PreCallRecordSetDebugUtilsObjectTagEXT(VkDevice device, const VkDebugUtilsObjectTagIn… in PreCallRecordSetDebugUtilsObjectTagEXT()
3470 …virtual void PostCallRecordSetDebugUtilsObjectTagEXT(VkDevice device, const VkDebugUtilsObjectTagI… in PostCallRecordSetDebugUtilsObjectTagEXT()
3499 …virtual bool PreCallValidateGetAndroidHardwareBufferPropertiesANDROID(VkDevice device, const struc… in PreCallValidateGetAndroidHardwareBufferPropertiesANDROID()
3500 …virtual void PreCallRecordGetAndroidHardwareBufferPropertiesANDROID(VkDevice device, const struct … in PreCallRecordGetAndroidHardwareBufferPropertiesANDROID()
3501 …virtual void PostCallRecordGetAndroidHardwareBufferPropertiesANDROID(VkDevice device, const struct… in PostCallRecordGetAndroidHardwareBufferPropertiesANDROID()
3504 …virtual bool PreCallValidateGetMemoryAndroidHardwareBufferANDROID(VkDevice device, const VkMemoryG… in PreCallValidateGetMemoryAndroidHardwareBufferANDROID()
3505 …virtual void PreCallRecordGetMemoryAndroidHardwareBufferANDROID(VkDevice device, const VkMemoryGet… in PreCallRecordGetMemoryAndroidHardwareBufferANDROID()
3506 …virtual void PostCallRecordGetMemoryAndroidHardwareBufferANDROID(VkDevice device, const VkMemoryGe… in PostCallRecordGetMemoryAndroidHardwareBufferANDROID()
3514 …virtual bool PreCallValidateGetImageDrmFormatModifierPropertiesEXT(VkDevice device, VkImage image,… in PreCallValidateGetImageDrmFormatModifierPropertiesEXT()
3515 …virtual void PreCallRecordGetImageDrmFormatModifierPropertiesEXT(VkDevice device, VkImage image, V… in PreCallRecordGetImageDrmFormatModifierPropertiesEXT()
3516 …virtual void PostCallRecordGetImageDrmFormatModifierPropertiesEXT(VkDevice device, VkImage image, … in PostCallRecordGetImageDrmFormatModifierPropertiesEXT()
3526 …virtual bool PreCallValidateCreateAccelerationStructureNV(VkDevice device, const VkAccelerationStr… in PreCallValidateCreateAccelerationStructureNV()
3527 …virtual void PreCallRecordCreateAccelerationStructureNV(VkDevice device, const VkAccelerationStruc… in PreCallRecordCreateAccelerationStructureNV()
3528 …virtual void PostCallRecordCreateAccelerationStructureNV(VkDevice device, const VkAccelerationStru… in PostCallRecordCreateAccelerationStructureNV()
3529 …virtual bool PreCallValidateDestroyAccelerationStructureNV(VkDevice device, VkAccelerationStructur… in PreCallValidateDestroyAccelerationStructureNV()
3530 …virtual void PreCallRecordDestroyAccelerationStructureNV(VkDevice device, VkAccelerationStructureN… in PreCallRecordDestroyAccelerationStructureNV()
3531 …virtual void PostCallRecordDestroyAccelerationStructureNV(VkDevice device, VkAccelerationStructure… in PostCallRecordDestroyAccelerationStructureNV()
3532 …virtual bool PreCallValidateGetAccelerationStructureMemoryRequirementsNV(VkDevice device, const Vk… in PreCallValidateGetAccelerationStructureMemoryRequirementsNV()
3533 …virtual void PreCallRecordGetAccelerationStructureMemoryRequirementsNV(VkDevice device, const VkAc… in PreCallRecordGetAccelerationStructureMemoryRequirementsNV()
3534 …virtual void PostCallRecordGetAccelerationStructureMemoryRequirementsNV(VkDevice device, const VkA… in PostCallRecordGetAccelerationStructureMemoryRequirementsNV()
3535 …virtual bool PreCallValidateBindAccelerationStructureMemoryNV(VkDevice device, uint32_t bindInfoCo… in PreCallValidateBindAccelerationStructureMemoryNV()
3536 …virtual void PreCallRecordBindAccelerationStructureMemoryNV(VkDevice device, uint32_t bindInfoCoun… in PreCallRecordBindAccelerationStructureMemoryNV()
3537 …virtual void PostCallRecordBindAccelerationStructureMemoryNV(VkDevice device, uint32_t bindInfoCou… in PostCallRecordBindAccelerationStructureMemoryNV()
3547 …virtual bool PreCallValidateCreateRayTracingPipelinesNV(VkDevice device, VkPipelineCache pipelineC… in PreCallValidateCreateRayTracingPipelinesNV()
3548 …virtual void PreCallRecordCreateRayTracingPipelinesNV(VkDevice device, VkPipelineCache pipelineCac… in PreCallRecordCreateRayTracingPipelinesNV()
3549 …virtual void PostCallRecordCreateRayTracingPipelinesNV(VkDevice device, VkPipelineCache pipelineCa… in PostCallRecordCreateRayTracingPipelinesNV()
3550 …virtual bool PreCallValidateGetRayTracingShaderGroupHandlesNV(VkDevice device, VkPipeline pipeline… in PreCallValidateGetRayTracingShaderGroupHandlesNV()
3551 …virtual void PreCallRecordGetRayTracingShaderGroupHandlesNV(VkDevice device, VkPipeline pipeline, … in PreCallRecordGetRayTracingShaderGroupHandlesNV()
3552 …virtual void PostCallRecordGetRayTracingShaderGroupHandlesNV(VkDevice device, VkPipeline pipeline,… in PostCallRecordGetRayTracingShaderGroupHandlesNV()
3553 …virtual bool PreCallValidateGetAccelerationStructureHandleNV(VkDevice device, VkAccelerationStruct… in PreCallValidateGetAccelerationStructureHandleNV()
3554 …virtual void PreCallRecordGetAccelerationStructureHandleNV(VkDevice device, VkAccelerationStructur… in PreCallRecordGetAccelerationStructureHandleNV()
3555 …virtual void PostCallRecordGetAccelerationStructureHandleNV(VkDevice device, VkAccelerationStructu… in PostCallRecordGetAccelerationStructureHandleNV()
3559 …virtual bool PreCallValidateCompileDeferredNV(VkDevice device, VkPipeline pipeline, uint32_t shade… in PreCallValidateCompileDeferredNV()
3560 …virtual void PreCallRecordCompileDeferredNV(VkDevice device, VkPipeline pipeline, uint32_t shader)… in PreCallRecordCompileDeferredNV()
3561 …virtual void PostCallRecordCompileDeferredNV(VkDevice device, VkPipeline pipeline, uint32_t shader… in PostCallRecordCompileDeferredNV()
3562 …virtual bool PreCallValidateGetMemoryHostPointerPropertiesEXT(VkDevice device, VkExternalMemoryHan… in PreCallValidateGetMemoryHostPointerPropertiesEXT()
3563 …virtual void PreCallRecordGetMemoryHostPointerPropertiesEXT(VkDevice device, VkExternalMemoryHandl… in PreCallRecordGetMemoryHostPointerPropertiesEXT()
3564 …virtual void PostCallRecordGetMemoryHostPointerPropertiesEXT(VkDevice device, VkExternalMemoryHand… in PostCallRecordGetMemoryHostPointerPropertiesEXT()
3571 …virtual bool PreCallValidateGetCalibratedTimestampsEXT(VkDevice device, uint32_t timestampCount, c… in PreCallValidateGetCalibratedTimestampsEXT()
3572 …virtual void PreCallRecordGetCalibratedTimestampsEXT(VkDevice device, uint32_t timestampCount, con… in PreCallRecordGetCalibratedTimestampsEXT()
3573 …virtual void PostCallRecordGetCalibratedTimestampsEXT(VkDevice device, uint32_t timestampCount, co… in PostCallRecordGetCalibratedTimestampsEXT()
3592 …virtual bool PreCallValidateInitializePerformanceApiINTEL(VkDevice device, const VkInitializePerfo… in PreCallValidateInitializePerformanceApiINTEL()
3593 …virtual void PreCallRecordInitializePerformanceApiINTEL(VkDevice device, const VkInitializePerform… in PreCallRecordInitializePerformanceApiINTEL()
3594 …virtual void PostCallRecordInitializePerformanceApiINTEL(VkDevice device, const VkInitializePerfor… in PostCallRecordInitializePerformanceApiINTEL()
3595 … virtual bool PreCallValidateUninitializePerformanceApiINTEL(VkDevice device) { return false; }; in PreCallValidateUninitializePerformanceApiINTEL()
3596 virtual void PreCallRecordUninitializePerformanceApiINTEL(VkDevice device) {}; in PreCallRecordUninitializePerformanceApiINTEL()
3597 virtual void PostCallRecordUninitializePerformanceApiINTEL(VkDevice device) {}; in PostCallRecordUninitializePerformanceApiINTEL()
3607 …virtual bool PreCallValidateAcquirePerformanceConfigurationINTEL(VkDevice device, const VkPerforma… in PreCallValidateAcquirePerformanceConfigurationINTEL()
3608 …virtual void PreCallRecordAcquirePerformanceConfigurationINTEL(VkDevice device, const VkPerformanc… in PreCallRecordAcquirePerformanceConfigurationINTEL()
3609 …virtual void PostCallRecordAcquirePerformanceConfigurationINTEL(VkDevice device, const VkPerforman… in PostCallRecordAcquirePerformanceConfigurationINTEL()
3610 …virtual bool PreCallValidateReleasePerformanceConfigurationINTEL(VkDevice device, VkPerformanceCon… in PreCallValidateReleasePerformanceConfigurationINTEL()
3611 …virtual void PreCallRecordReleasePerformanceConfigurationINTEL(VkDevice device, VkPerformanceConfi… in PreCallRecordReleasePerformanceConfigurationINTEL()
3612 …virtual void PostCallRecordReleasePerformanceConfigurationINTEL(VkDevice device, VkPerformanceConf… in PostCallRecordReleasePerformanceConfigurationINTEL()
3616 …virtual bool PreCallValidateGetPerformanceParameterINTEL(VkDevice device, VkPerformanceParameterTy… in PreCallValidateGetPerformanceParameterINTEL()
3617 …virtual void PreCallRecordGetPerformanceParameterINTEL(VkDevice device, VkPerformanceParameterType… in PreCallRecordGetPerformanceParameterINTEL()
3618 …virtual void PostCallRecordGetPerformanceParameterINTEL(VkDevice device, VkPerformanceParameterTyp… in PostCallRecordGetPerformanceParameterINTEL()
3619 …virtual bool PreCallValidateSetLocalDimmingAMD(VkDevice device, VkSwapchainKHR swapChain, VkBool32… in PreCallValidateSetLocalDimmingAMD()
3620 …virtual void PreCallRecordSetLocalDimmingAMD(VkDevice device, VkSwapchainKHR swapChain, VkBool32 l… in PreCallRecordSetLocalDimmingAMD()
3621 …virtual void PostCallRecordSetLocalDimmingAMD(VkDevice device, VkSwapchainKHR swapChain, VkBool32 … in PostCallRecordSetLocalDimmingAMD()
3632 …virtual bool PreCallValidateGetBufferDeviceAddressEXT(VkDevice device, const VkBufferDeviceAddress… in PreCallValidateGetBufferDeviceAddressEXT()
3633 …virtual void PreCallRecordGetBufferDeviceAddressEXT(VkDevice device, const VkBufferDeviceAddressIn… in PreCallRecordGetBufferDeviceAddressEXT()
3634 …virtual void PostCallRecordGetBufferDeviceAddressEXT(VkDevice device, const VkBufferDeviceAddressI… in PostCallRecordGetBufferDeviceAddressEXT()
3647 …virtual bool PreCallValidateAcquireFullScreenExclusiveModeEXT(VkDevice device, VkSwapchainKHR swap… in PreCallValidateAcquireFullScreenExclusiveModeEXT()
3648 …virtual void PreCallRecordAcquireFullScreenExclusiveModeEXT(VkDevice device, VkSwapchainKHR swapch… in PreCallRecordAcquireFullScreenExclusiveModeEXT()
3649 …virtual void PostCallRecordAcquireFullScreenExclusiveModeEXT(VkDevice device, VkSwapchainKHR swapc… in PostCallRecordAcquireFullScreenExclusiveModeEXT()
3652 …virtual bool PreCallValidateReleaseFullScreenExclusiveModeEXT(VkDevice device, VkSwapchainKHR swap… in PreCallValidateReleaseFullScreenExclusiveModeEXT()
3653 …virtual void PreCallRecordReleaseFullScreenExclusiveModeEXT(VkDevice device, VkSwapchainKHR swapch… in PreCallRecordReleaseFullScreenExclusiveModeEXT()
3654 …virtual void PostCallRecordReleaseFullScreenExclusiveModeEXT(VkDevice device, VkSwapchainKHR swapc… in PostCallRecordReleaseFullScreenExclusiveModeEXT()
3657 …virtual bool PreCallValidateGetDeviceGroupSurfacePresentModes2EXT(VkDevice device, const VkPhysica… in PreCallValidateGetDeviceGroupSurfacePresentModes2EXT()
3658 …virtual void PreCallRecordGetDeviceGroupSurfacePresentModes2EXT(VkDevice device, const VkPhysicalD… in PreCallRecordGetDeviceGroupSurfacePresentModes2EXT()
3659 …virtual void PostCallRecordGetDeviceGroupSurfacePresentModes2EXT(VkDevice device, const VkPhysical… in PostCallRecordGetDeviceGroupSurfacePresentModes2EXT()
3667 …virtual bool PreCallValidateResetQueryPoolEXT(VkDevice device, VkQueryPool queryPool, uint32_t fir… in PreCallValidateResetQueryPoolEXT()
3668 …virtual void PreCallRecordResetQueryPoolEXT(VkDevice device, VkQueryPool queryPool, uint32_t first… in PreCallRecordResetQueryPoolEXT()
3669 …virtual void PostCallRecordResetQueryPoolEXT(VkDevice device, VkQueryPool queryPool, uint32_t firs… in PostCallRecordResetQueryPoolEXT()
3671 …virtual VkResult CoreLayerCreateValidationCacheEXT(VkDevice device, const VkValidationCacheCreateI… in CoreLayerCreateValidationCacheEXT()
3672 …virtual void CoreLayerDestroyValidationCacheEXT(VkDevice device, VkValidationCacheEXT validationCa… in CoreLayerDestroyValidationCacheEXT()
3673 …virtual VkResult CoreLayerMergeValidationCachesEXT(VkDevice device, VkValidationCacheEXT dstCache,… in CoreLayerMergeValidationCachesEXT()
3674 …virtual VkResult CoreLayerGetValidationCacheDataEXT(VkDevice device, VkValidationCacheEXT validati… in CoreLayerGetValidationCacheDataEXT()
3677 …virtual bool PreCallValidateCreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache… in PreCallValidateCreateGraphicsPipelines()
3680 …virtual void PreCallRecordCreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, … in PreCallRecordCreateGraphicsPipelines()
3683 …virtual void PostCallRecordCreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache,… in PostCallRecordCreateGraphicsPipelines()
3688 …virtual bool PreCallValidateCreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache,… in PreCallValidateCreateComputePipelines()
3691 …virtual void PreCallRecordCreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, u… in PreCallRecordCreateComputePipelines()
3694 …virtual void PostCallRecordCreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, … in PostCallRecordCreateComputePipelines()
3699 …virtual bool PreCallValidateCreateRayTracingPipelinesNV(VkDevice device, VkPipelineCache pipelineC… in PreCallValidateCreateRayTracingPipelinesNV()
3702 …virtual void PreCallRecordCreateRayTracingPipelinesNV(VkDevice device, VkPipelineCache pipelineCac… in PreCallRecordCreateRayTracingPipelinesNV()
3705 …virtual void PostCallRecordCreateRayTracingPipelinesNV(VkDevice device, VkPipelineCache pipelineCa… in PostCallRecordCreateRayTracingPipelinesNV()
3710 …virtual void PreCallRecordCreatePipelineLayout(VkDevice device, const VkPipelineLayoutCreateInfo* … in PreCallRecordCreatePipelineLayout()
3715 …virtual bool PreCallValidateCreateShaderModule(VkDevice device, const VkShaderModuleCreateInfo* pC… in PreCallValidateCreateShaderModule()
3718 …virtual void PreCallRecordCreateShaderModule(VkDevice device, const VkShaderModuleCreateInfo* pCre… in PreCallRecordCreateShaderModule()
3721 …virtual void PostCallRecordCreateShaderModule(VkDevice device, const VkShaderModuleCreateInfo* pCr… in PostCallRecordCreateShaderModule()
3726 …virtual bool PreCallValidateAllocateDescriptorSets(VkDevice device, const VkDescriptorSetAllocateI… in PreCallValidateAllocateDescriptorSets()
3729 …virtual void PostCallRecordAllocateDescriptorSets(VkDevice device, const VkDescriptorSetAllocateIn… in PostCallRecordAllocateDescriptorSets()