Lines Matching refs:ValidationStateTracker
138 IMAGE_VIEW_STATE *ValidationStateTracker::GetAttachmentImageViewState(FRAMEBUFFER_STATE *framebuffe… in GetAttachmentImageViewState()
144 EVENT_STATE *ValidationStateTracker::GetEventState(VkEvent event) { in GetEventState()
152 const QUEUE_STATE *ValidationStateTracker::GetQueueState(VkQueue queue) const { in GetQueueState()
159 QUEUE_STATE *ValidationStateTracker::GetQueueState(VkQueue queue) { in GetQueueState()
167 const PHYSICAL_DEVICE_STATE *ValidationStateTracker::GetPhysicalDeviceState(VkPhysicalDevice phys) … in GetPhysicalDeviceState()
176 PHYSICAL_DEVICE_STATE *ValidationStateTracker::GetPhysicalDeviceState(VkPhysicalDevice phys) { in GetPhysicalDeviceState()
185 PHYSICAL_DEVICE_STATE *ValidationStateTracker::GetPhysicalDeviceState() { return physical_device_st… in GetPhysicalDeviceState()
186 const PHYSICAL_DEVICE_STATE *ValidationStateTracker::GetPhysicalDeviceState() const { return physic… in GetPhysicalDeviceState()
203 const BINDABLE *ValidationStateTracker::GetObjectMemBinding(const VulkanTypedHandle &typed_handle) … in GetObjectMemBinding()
204 …return GetObjectMemBindingImpl<const ValidationStateTracker *, const BINDABLE *>(this, typed_handl… in GetObjectMemBinding()
206 BINDABLE *ValidationStateTracker::GetObjectMemBinding(const VulkanTypedHandle &typed_handle) { in GetObjectMemBinding()
207 return GetObjectMemBindingImpl<ValidationStateTracker *, BINDABLE *>(this, typed_handle); in GetObjectMemBinding()
292 void ValidationStateTracker::AddMemObjInfo(void *object, const VkDeviceMemory mem, const VkMemoryAl… in AddMemObjInfo()
312 void ValidationStateTracker::AddCommandBufferBindingSampler(CMD_BUFFER_STATE *cb_node, SAMPLER_STAT… in AddCommandBufferBindingSampler()
324 void ValidationStateTracker::AddCommandBufferBindingImage(CMD_BUFFER_STATE *cb_node, IMAGE_STATE *i… in AddCommandBufferBindingImage()
352 void ValidationStateTracker::AddCommandBufferBindingImageView(CMD_BUFFER_STATE *cb_node, IMAGE_VIEW… in AddCommandBufferBindingImageView()
370 void ValidationStateTracker::AddCommandBufferBindingBuffer(CMD_BUFFER_STATE *cb_node, BUFFER_STATE … in AddCommandBufferBindingBuffer()
395 void ValidationStateTracker::AddCommandBufferBindingBufferView(CMD_BUFFER_STATE *cb_node, BUFFER_VI… in AddCommandBufferBindingBufferView()
413 void ValidationStateTracker::AddCommandBufferBindingAccelerationStructure(CMD_BUFFER_STATE *cb_node, in AddCommandBufferBindingAccelerationStructure()
438 void ValidationStateTracker::ClearCmdBufAndMemReferences(CMD_BUFFER_STATE *cb_node) { in ClearCmdBufAndMemReferences()
453 void ValidationStateTracker::ClearMemoryObjectBinding(const VulkanTypedHandle &typed_handle, VkDevi… in ClearMemoryObjectBinding()
464 void ValidationStateTracker::ClearMemoryObjectBindings(const VulkanTypedHandle &typed_handle) { in ClearMemoryObjectBindings()
536 void ValidationStateTracker::SetMemBinding(VkDeviceMemory mem, BINDABLE *mem_binding, VkDeviceSize … in SetMemBinding()
574 const BINDABLE *mem_binding = ValidationStateTracker::GetObjectMemBinding(typed_handle); in ValidateSetMemBinding()
592 const DEVICE_MEMORY_STATE *mem_info = ValidationStateTracker::GetDevMemState(mem); in ValidateSetMemBinding()
594 …const DEVICE_MEMORY_STATE *prev_binding = ValidationStateTracker::GetDevMemState(mem_binding->bind… in ValidateSetMemBinding()
699 const RENDER_PASS_STATE *ValidationStateTracker::GetRenderPassState(VkRenderPass renderpass) const { in GetRenderPassState()
707 RENDER_PASS_STATE *ValidationStateTracker::GetRenderPassState(VkRenderPass renderpass) { in GetRenderPassState()
715 std::shared_ptr<RENDER_PASS_STATE> ValidationStateTracker::GetRenderPassStateSharedPtr(VkRenderPass… in GetRenderPassStateSharedPtr()
723 …t::DescriptorSetLayout const> const GetDescriptorSetLayout(const ValidationStateTracker *state_dat… in GetDescriptorSetLayout()
1261 void ValidationStateTracker::UpdateDrawState(CMD_BUFFER_STATE *cb_state, const VkPipelineBindPoint … in UpdateDrawState()
1905 void ValidationStateTracker::FreeDescriptorSet(cvdescriptorset::DescriptorSet *descriptor_set) { in FreeDescriptorSet()
1911 void ValidationStateTracker::DeleteDescriptorSetPools() { in DeleteDescriptorSetPools()
2056 BASE_NODE *ValidationStateTracker::GetStateStructPtrFromObject(const VulkanTypedHandle &object_stru… in GetStateStructPtrFromObject()
2130 void ValidationStateTracker::AddCommandBufferBinding(std::unordered_set<CMD_BUFFER_STATE *> *cb_bin… in AddCommandBufferBinding()
2139 void ValidationStateTracker::RemoveCommandBufferBinding(VulkanTypedHandle const &object, CMD_BUFFER… in RemoveCommandBufferBinding()
2145 void ValidationStateTracker::ResetCommandBufferState(const VkCommandBuffer cb) { in ResetCommandBufferState()
2461 void ValidationStateTracker::PostCallRecordCreateDevice(VkPhysicalDevice gpu, const VkDeviceCreateI… in PostCallRecordCreateDevice()
2476 ValidationStateTracker *state_tracker = static_cast<ValidationStateTracker *>(validation_data); in PostCallRecordCreateDevice()
2680 void ValidationStateTracker::PreCallRecordDestroyDevice(VkDevice device, const VkAllocationCallback… in PreCallRecordDestroyDevice()
2753 void ValidationStateTracker::IncrementBoundObjects(CMD_BUFFER_STATE const *cb_node) { in IncrementBoundObjects()
2762 void ValidationStateTracker::IncrementResources(CMD_BUFFER_STATE *cb_node) { in IncrementResources()
2834 void ValidationStateTracker::DecrementBoundResources(CMD_BUFFER_STATE const *cb_node) { in DecrementBoundResources()
2844 void ValidationStateTracker::RetireWorkOnQueue(QUEUE_STATE *pQueue, uint64_t seq, bool switch_finis… in RetireWorkOnQueue()
3095 void ValidationStateTracker::PostCallRecordQueueSubmit(VkQueue queue, uint32_t submitCount, const V… in PostCallRecordQueueSubmit()
3799 void ValidationStateTracker::RecordCreateSamplerYcbcrConversionANDROID(const VkSamplerYcbcrConversi… in RecordCreateSamplerYcbcrConversionANDROID()
3807 void ValidationStateTracker::RecordDestroySamplerYcbcrConversionANDROID(VkSamplerYcbcrConversion yc… in RecordDestroySamplerYcbcrConversionANDROID()
3827 void ValidationStateTracker::RecordCreateSamplerYcbcrConversionANDROID(const VkSamplerYcbcrConversi… in RecordCreateSamplerYcbcrConversionANDROID()
3830 void ValidationStateTracker::RecordDestroySamplerYcbcrConversionANDROID(VkSamplerYcbcrConversion yc… in RecordDestroySamplerYcbcrConversionANDROID()
3864 void ValidationStateTracker::PostCallRecordAllocateMemory(VkDevice device, const VkMemoryAllocateIn… in PostCallRecordAllocateMemory()
3901 void ValidationStateTracker::PreCallRecordFreeMemory(VkDevice device, VkDeviceMemory mem, const VkA… in PreCallRecordFreeMemory()
4069 void ValidationStateTracker::RecordGetDeviceQueueState(uint32_t queue_family_index, VkQueue queue) { in RecordGetDeviceQueueState()
4102 void ValidationStateTracker::PostCallRecordGetDeviceQueue(VkDevice device, uint32_t queueFamilyInde… in PostCallRecordGetDeviceQueue()
4107 void ValidationStateTracker::PostCallRecordGetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo… in PostCallRecordGetDeviceQueue2()
4150 void ValidationStateTracker::PreCallRecordDestroyFence(VkDevice device, VkFence fence, const VkAllo… in PreCallRecordDestroyFence()
4165 void ValidationStateTracker::PreCallRecordDestroySemaphore(VkDevice device, VkSemaphore semaphore, in PreCallRecordDestroySemaphore()
4181 void ValidationStateTracker::PreCallRecordDestroyEvent(VkDevice device, VkEvent event, const VkAllo… in PreCallRecordDestroyEvent()
4200 void ValidationStateTracker::PreCallRecordDestroyQueryPool(VkDevice device, VkQueryPool queryPool, in PreCallRecordDestroyQueryPool()
4288 void ValidationStateTracker::InsertMemoryRange(const VulkanTypedHandle &typed_handle, DEVICE_MEMORY… in InsertMemoryRange()
4307 void ValidationStateTracker::InsertImageMemoryRange(VkImage image, DEVICE_MEMORY_STATE *mem_info, V… in InsertImageMemoryRange()
4317 void ValidationStateTracker::InsertBufferMemoryRange(VkBuffer buffer, DEVICE_MEMORY_STATE *mem_info… in InsertBufferMemoryRange()
4328 void ValidationStateTracker::InsertAccelerationStructureMemoryRange(VkAccelerationStructureNV as, D… in InsertAccelerationStructureMemoryRange()
4347 void ValidationStateTracker::RemoveBufferMemoryRange(uint64_t handle, DEVICE_MEMORY_STATE *mem_info… in RemoveBufferMemoryRange()
4351 void ValidationStateTracker::RemoveImageMemoryRange(uint64_t handle, DEVICE_MEMORY_STATE *mem_info)… in RemoveImageMemoryRange()
4355 void ValidationStateTracker::RemoveAccelerationStructureMemoryRange(uint64_t handle, DEVICE_MEMORY_… in RemoveAccelerationStructureMemoryRange()
4448 void ValidationStateTracker::UpdateBindBufferMemoryState(VkBuffer buffer, VkDeviceMemory mem, VkDev… in UpdateBindBufferMemoryState()
4461 void ValidationStateTracker::PostCallRecordBindBufferMemory(VkDevice device, VkBuffer buffer, VkDev… in PostCallRecordBindBufferMemory()
4491 void ValidationStateTracker::PostCallRecordBindBufferMemory2(VkDevice device, uint32_t bindInfoCoun… in PostCallRecordBindBufferMemory2()
4498 void ValidationStateTracker::PostCallRecordBindBufferMemory2KHR(VkDevice device, uint32_t bindInfoC… in PostCallRecordBindBufferMemory2KHR()
4505 void ValidationStateTracker::RecordGetBufferMemoryRequirementsState(VkBuffer buffer, VkMemoryRequir… in RecordGetBufferMemoryRequirementsState()
4513 void ValidationStateTracker::PostCallRecordGetBufferMemoryRequirements(VkDevice device, VkBuffer bu… in PostCallRecordGetBufferMemoryRequirements()
4518 void ValidationStateTracker::PostCallRecordGetBufferMemoryRequirements2(VkDevice device, in PostCallRecordGetBufferMemoryRequirements2()
4524 void ValidationStateTracker::PostCallRecordGetBufferMemoryRequirements2KHR(VkDevice device, in PostCallRecordGetBufferMemoryRequirements2KHR()
4548 void ValidationStateTracker::RecordGetImageMemoryRequiementsState(VkImage image, VkMemoryRequiremen… in RecordGetImageMemoryRequiementsState()
4556 void ValidationStateTracker::PostCallRecordGetImageMemoryRequirements(VkDevice device, VkImage imag… in PostCallRecordGetImageMemoryRequirements()
4561 void ValidationStateTracker::PostCallRecordGetImageMemoryRequirements2(VkDevice device, const VkIma… in PostCallRecordGetImageMemoryRequirements2()
4566 void ValidationStateTracker::PostCallRecordGetImageMemoryRequirements2KHR(VkDevice device, in PostCallRecordGetImageMemoryRequirements2KHR()
4580 void ValidationStateTracker::PostCallRecordGetImageSparseMemoryRequirements( in PostCallRecordGetImageSparseMemoryRequirements()
4591 void ValidationStateTracker::PostCallRecordGetImageSparseMemoryRequirements2( in PostCallRecordGetImageSparseMemoryRequirements2()
4603 void ValidationStateTracker::PostCallRecordGetImageSparseMemoryRequirements2KHR( in PostCallRecordGetImageSparseMemoryRequirements2KHR()
4631 void ValidationStateTracker::PreCallRecordDestroyShaderModule(VkDevice device, VkShaderModule shade… in PreCallRecordDestroyShaderModule()
4647 void ValidationStateTracker::PreCallRecordDestroyPipeline(VkDevice device, VkPipeline pipeline, in PreCallRecordDestroyPipeline()
4665 void ValidationStateTracker::PreCallRecordDestroyPipelineLayout(VkDevice device, VkPipelineLayout p… in PreCallRecordDestroyPipelineLayout()
4681 void ValidationStateTracker ::PreCallRecordDestroySampler(VkDevice device, VkSampler sampler, in PreCallRecordDestroySampler()
4693 void ValidationStateTracker::PreCallRecordDestroyDescriptorSetLayout(VkDevice device, VkDescriptorS… in PreCallRecordDestroyDescriptorSetLayout()
4715 void ValidationStateTracker::PreCallRecordDestroyDescriptorPool(VkDevice device, VkDescriptorPool d… in PreCallRecordDestroyDescriptorPool()
4755 void ValidationStateTracker::FreeCommandBufferStates(COMMAND_POOL_STATE *pool_state, const uint32_t… in FreeCommandBufferStates()
4787 void ValidationStateTracker::PreCallRecordFreeCommandBuffers(VkDevice device, VkCommandPool command… in PreCallRecordFreeCommandBuffers()
4799 void ValidationStateTracker::PostCallRecordCreateCommandPool(VkDevice device, const VkCommandPoolCr… in PostCallRecordCreateCommandPool()
4824 void ValidationStateTracker::PostCallRecordCreateQueryPool(VkDevice device, const VkQueryPoolCreate… in PostCallRecordCreateQueryPool()
4850 void ValidationStateTracker::PreCallRecordDestroyCommandPool(VkDevice device, VkCommandPool command… in PreCallRecordDestroyCommandPool()
4869 void ValidationStateTracker::PostCallRecordResetCommandPool(VkDevice device, VkCommandPool commandP… in PostCallRecordResetCommandPool()
4906 void ValidationStateTracker::InvalidateCommandBuffers(std::unordered_set<CMD_BUFFER_STATE *> const … in InvalidateCommandBuffers()
4935 void ValidationStateTracker::PreCallRecordDestroyFramebuffer(VkDevice device, VkFramebuffer framebu… in PreCallRecordDestroyFramebuffer()
4955 void ValidationStateTracker::PreCallRecordDestroyRenderPass(VkDevice device, VkRenderPass renderPas… in PreCallRecordDestroyRenderPass()
4983 void ValidationStateTracker::PostCallRecordCreateFence(VkDevice device, const VkFenceCreateInfo *pC… in PostCallRecordCreateFence()
5086 bool ValidationStateTracker::PreCallValidateCreateGraphicsPipelines(VkDevice device, VkPipelineCach… in PreCallValidateCreateGraphicsPipelines()
5140 void ValidationStateTracker::PostCallRecordCreateGraphicsPipelines(VkDevice device, VkPipelineCache… in PostCallRecordCreateGraphicsPipelines()
5169 bool ValidationStateTracker::PreCallValidateCreateComputePipelines(VkDevice device, VkPipelineCache… in PreCallValidateCreateComputePipelines()
5213 void ValidationStateTracker::PostCallRecordCreateComputePipelines(VkDevice device, VkPipelineCache … in PostCallRecordCreateComputePipelines()
5244 bool ValidationStateTracker::PreCallValidateCreateRayTracingPipelinesNV(VkDevice device, VkPipeline… in PreCallValidateCreateRayTracingPipelinesNV()
5287 void ValidationStateTracker::PostCallRecordCreateRayTracingPipelinesNV( in PostCallRecordCreateRayTracingPipelinesNV()
5392 void ValidationStateTracker::PostCallRecordCreateSampler(VkDevice device, const VkSamplerCreateInfo… in PostCallRecordCreateSampler()
5407 void ValidationStateTracker::PostCallRecordCreateDescriptorSetLayout(VkDevice device, in PostCallRecordCreateDescriptorSetLayout()
6105 void ValidationStateTracker::PostCallRecordCreatePipelineLayout(VkDevice device, const VkPipelineLa… in PostCallRecordCreatePipelineLayout()
6132 void ValidationStateTracker::PostCallRecordCreateDescriptorPool(VkDevice device, const VkDescriptor… in PostCallRecordCreateDescriptorPool()
6159 void ValidationStateTracker::PostCallRecordResetDescriptorPool(VkDevice device, VkDescriptorPool de… in PostCallRecordResetDescriptorPool()
6190 void ValidationStateTracker::PostCallRecordAllocateDescriptorSets(VkDevice device, const VkDescript… in PostCallRecordAllocateDescriptorSets()
6221 void ValidationStateTracker::PreCallRecordFreeDescriptorSets(VkDevice device, VkDescriptorPool desc… in PreCallRecordFreeDescriptorSets()
6257 void ValidationStateTracker::PreCallRecordUpdateDescriptorSets(VkDevice device, uint32_t descriptor… in PreCallRecordUpdateDescriptorSets()
6265 void ValidationStateTracker::PostCallRecordAllocateCommandBuffers(VkDevice device, const VkCommandB… in PostCallRecordAllocateCommandBuffers()
6284 void ValidationStateTracker::AddFramebufferBinding(CMD_BUFFER_STATE *cb_state, FRAMEBUFFER_STATE *f… in AddFramebufferBinding()
6382 void ValidationStateTracker::PreCallRecordBeginCommandBuffer(VkCommandBuffer commandBuffer, in PreCallRecordBeginCommandBuffer()
6450 void ValidationStateTracker::PostCallRecordEndCommandBuffer(VkCommandBuffer commandBuffer, VkResult… in PostCallRecordEndCommandBuffer()
6482 void ValidationStateTracker::PostCallRecordResetCommandBuffer(VkCommandBuffer commandBuffer, VkComm… in PostCallRecordResetCommandBuffer()
6544 void ValidationStateTracker::PreCallRecordCmdBindPipeline(VkCommandBuffer commandBuffer, VkPipeline… in PreCallRecordCmdBindPipeline()
6575 void ValidationStateTracker::PreCallRecordCmdSetViewport(VkCommandBuffer commandBuffer, uint32_t fi… in PreCallRecordCmdSetViewport()
6597 void ValidationStateTracker ::PreCallRecordCmdSetScissor(VkCommandBuffer commandBuffer, uint32_t fi… in PreCallRecordCmdSetScissor()
6626 void ValidationStateTracker::PreCallRecordCmdSetExclusiveScissorNV(VkCommandBuffer commandBuffer, u… in PreCallRecordCmdSetExclusiveScissorNV()
6697 void ValidationStateTracker::PreCallRecordCmdBindShadingRateImageNV(VkCommandBuffer commandBuffer, … in PreCallRecordCmdBindShadingRateImageNV()
6744 void ValidationStateTracker::PreCallRecordCmdSetViewportShadingRatePaletteNV(VkCommandBuffer comman… in PreCallRecordCmdSetViewportShadingRatePaletteNV()
6816 void ValidationStateTracker::PostCallRecordCreateAccelerationStructureNV(VkDevice device, in PostCallRecordCreateAccelerationStructureNV()
6848 void ValidationStateTracker::PostCallRecordGetAccelerationStructureMemoryRequirementsNV( in PostCallRecordGetAccelerationStructureMemoryRequirementsNV()
6955 void ValidationStateTracker::PostCallRecordBindAccelerationStructureMemoryNV( in PostCallRecordBindAccelerationStructureMemoryNV()
7138 void ValidationStateTracker::PostCallRecordCmdBuildAccelerationStructureNV( in PostCallRecordCmdBuildAccelerationStructureNV()
7188 void ValidationStateTracker::PostCallRecordCmdCopyAccelerationStructureNV(VkCommandBuffer commandBu… in PostCallRecordCmdCopyAccelerationStructureNV()
7217 void ValidationStateTracker::PreCallRecordDestroyAccelerationStructureNV(VkDevice device, in PreCallRecordDestroyAccelerationStructureNV()
7251 void ValidationStateTracker::PreCallRecordCmdSetLineWidth(VkCommandBuffer commandBuffer, float line… in PreCallRecordCmdSetLineWidth()
7272 void ValidationStateTracker::PreCallRecordCmdSetLineStippleEXT(VkCommandBuffer commandBuffer, uint3… in PreCallRecordCmdSetLineStippleEXT()
7299 void ValidationStateTracker::PreCallRecordCmdSetDepthBias(VkCommandBuffer commandBuffer, float dept… in PreCallRecordCmdSetDepthBias()
7319 void ValidationStateTracker::PreCallRecordCmdSetBlendConstants(VkCommandBuffer commandBuffer, const… in PreCallRecordCmdSetBlendConstants()
7338 void ValidationStateTracker::PreCallRecordCmdSetDepthBounds(VkCommandBuffer commandBuffer, float mi… in PreCallRecordCmdSetDepthBounds()
7359 void ValidationStateTracker::PreCallRecordCmdSetStencilCompareMask(VkCommandBuffer commandBuffer, V… in PreCallRecordCmdSetStencilCompareMask()
7380 void ValidationStateTracker::PreCallRecordCmdSetStencilWriteMask(VkCommandBuffer commandBuffer, VkS… in PreCallRecordCmdSetStencilWriteMask()
7401 void ValidationStateTracker::PreCallRecordCmdSetStencilReference(VkCommandBuffer commandBuffer, VkS… in PreCallRecordCmdSetStencilReference()
7410 void ValidationStateTracker::UpdateLastBoundDescriptorSets(CMD_BUFFER_STATE *cb_state, VkPipelineBi… in UpdateLastBoundDescriptorSets()
7502 void ValidationStateTracker::PreCallRecordCmdBindDescriptorSets(VkCommandBuffer commandBuffer, in PreCallRecordCmdBindDescriptorSets()
7772 void ValidationStateTracker::PreCallRecordCmdBindIndexBuffer(VkCommandBuffer commandBuffer, VkBuffe… in PreCallRecordCmdBindIndexBuffer()
7811 void ValidationStateTracker::PreCallRecordCmdBindVertexBuffers(VkCommandBuffer commandBuffer, uint3… in PreCallRecordCmdBindVertexBuffers()
7865 void ValidationStateTracker::PostCallRecordCmdUpdateBuffer(VkCommandBuffer commandBuffer, VkBuffer … in PostCallRecordCmdUpdateBuffer()
9006 bool ValidationStateTracker::SetQueryState(VkQueue queue, VkCommandBuffer commandBuffer, QueryObjec… in SetQueryState()
9018 bool ValidationStateTracker::SetQueryStateMulti(VkQueue queue, VkCommandBuffer commandBuffer, VkQue… in SetQueryStateMulti()
9079 void ValidationStateTracker::RecordCmdBeginQuery(CMD_BUFFER_STATE *cb_state, const QueryObject &que… in RecordCmdBeginQuery()
9121 void ValidationStateTracker::PostCallRecordCmdBeginQuery(VkCommandBuffer commandBuffer, VkQueryPool… in PostCallRecordCmdBeginQuery()
9164 void ValidationStateTracker::RecordCmdEndQuery(CMD_BUFFER_STATE *cb_state, const QueryObject &query… in RecordCmdEndQuery()
9172 void ValidationStateTracker::PostCallRecordCmdEndQuery(VkCommandBuffer commandBuffer, VkQueryPool q… in PostCallRecordCmdEndQuery()
9190 void ValidationStateTracker::PostCallRecordCmdResetQueryPool(VkCommandBuffer commandBuffer, VkQuery… in PostCallRecordCmdResetQueryPool()
9283 void ValidationStateTracker::PostCallRecordCmdCopyQueryPoolResults(VkCommandBuffer commandBuffer, V… in PostCallRecordCmdCopyQueryPoolResults()
9861 void ValidationStateTracker::PostCallRecordCreateFramebuffer(VkDevice device, const VkFramebufferCr… in PostCallRecordCreateFramebuffer()
10109 void ValidationStateTracker::RecordRenderPassDAG(RenderPassCreateVersion rp_version, const VkRender… in RecordRenderPassDAG()
10708 void ValidationStateTracker::RecordCreateRenderPassState(RenderPassCreateVersion rp_version, in RecordCreateRenderPassState()
10742 void ValidationStateTracker::PostCallRecordCreateRenderPass(VkDevice device, const VkRenderPassCrea… in PostCallRecordCreateRenderPass()
10750 void ValidationStateTracker::PostCallRecordCreateRenderPass2KHR(VkDevice device, const VkRenderPass… in PostCallRecordCreateRenderPass2KHR()
11236 void ValidationStateTracker::RecordCmdBeginRenderPassState(VkCommandBuffer commandBuffer, in RecordCmdBeginRenderPassState()
11277 void ValidationStateTracker::PreCallRecordCmdBeginRenderPass(VkCommandBuffer commandBuffer, in PreCallRecordCmdBeginRenderPass()
11289 void ValidationStateTracker::PreCallRecordCmdBeginRenderPass2KHR(VkCommandBuffer commandBuffer, in PreCallRecordCmdBeginRenderPass2KHR()
11338 void ValidationStateTracker::RecordCmdNextSubpass(VkCommandBuffer commandBuffer, VkSubpassContents … in RecordCmdNextSubpass()
11350 void ValidationStateTracker::PostCallRecordCmdNextSubpass(VkCommandBuffer commandBuffer, VkSubpassC… in PostCallRecordCmdNextSubpass()
11359 void ValidationStateTracker::PostCallRecordCmdNextSubpass2KHR(VkCommandBuffer commandBuffer, in PostCallRecordCmdNextSubpass2KHR()
11412 void ValidationStateTracker::RecordCmdEndRenderPassState(VkCommandBuffer commandBuffer) { in RecordCmdEndRenderPassState()
11425 void ValidationStateTracker::PostCallRecordCmdEndRenderPass(VkCommandBuffer commandBuffer) { in PostCallRecordCmdEndRenderPass()
11435 void ValidationStateTracker::PostCallRecordCmdEndRenderPass2KHR(VkCommandBuffer commandBuffer, in PostCallRecordCmdEndRenderPass2KHR()
11682 void ValidationStateTracker::PreCallRecordCmdExecuteCommands(VkCommandBuffer commandBuffer, uint32_… in PreCallRecordCmdExecuteCommands()
12036 void ValidationStateTracker::UpdateBindImageMemoryState(const VkBindImageMemoryInfo &bindInfo) { in UpdateBindImageMemoryState()
12058 void ValidationStateTracker::PostCallRecordBindImageMemory(VkDevice device, VkImage image, VkDevice… in PostCallRecordBindImageMemory()
12091 void ValidationStateTracker::PostCallRecordBindImageMemory2(VkDevice device, uint32_t bindInfoCount, in PostCallRecordBindImageMemory2()
12099 void ValidationStateTracker::PostCallRecordBindImageMemory2KHR(VkDevice device, uint32_t bindInfoCo… in PostCallRecordBindImageMemory2KHR()
12383 void ValidationStateTracker::PostCallRecordCreateSemaphore(VkDevice device, const VkSemaphoreCreate… in PostCallRecordCreateSemaphore()
12539 void ValidationStateTracker::PostCallRecordCreateEvent(VkDevice device, const VkEventCreateInfo *pC… in PostCallRecordCreateEvent()
12892 void ValidationStateTracker::RecordCreateSwapchainState(VkResult result, const VkSwapchainCreateInf… in RecordCreateSwapchainState()
12913 void ValidationStateTracker::PostCallRecordCreateSwapchainKHR(VkDevice device, const VkSwapchainCre… in PostCallRecordCreateSwapchainKHR()
12921 void ValidationStateTracker::PreCallRecordDestroySwapchainKHR(VkDevice device, VkSwapchainKHR swapc… in PreCallRecordDestroySwapchainKHR()
13206 void ValidationStateTracker::PostCallRecordCreateSharedSwapchainsKHR(VkDevice device, uint32_t swap… in PostCallRecordCreateSharedSwapchainsKHR()
13293 void ValidationStateTracker::RecordAcquireNextImageState(VkDevice device, VkSwapchainKHR swapchain,… in RecordAcquireNextImageState()
13323 void ValidationStateTracker::PostCallRecordAcquireNextImageKHR(VkDevice device, VkSwapchainKHR swap… in PostCallRecordAcquireNextImageKHR()
13330 void ValidationStateTracker::PostCallRecordAcquireNextImage2KHR(VkDevice device, const VkAcquireNex… in PostCallRecordAcquireNextImage2KHR()
13337 void ValidationStateTracker::PostCallRecordEnumeratePhysicalDevices(VkInstance instance, uint32_t *… in PostCallRecordEnumeratePhysicalDevices()
13428 void ValidationStateTracker::PostCallRecordGetPhysicalDeviceQueueFamilyProperties(VkPhysicalDevice … in PostCallRecordGetPhysicalDeviceQueueFamilyProperties()
13447 void ValidationStateTracker::PostCallRecordGetPhysicalDeviceQueueFamilyProperties2( in PostCallRecordGetPhysicalDeviceQueueFamilyProperties2()
13455 void ValidationStateTracker::PostCallRecordGetPhysicalDeviceQueueFamilyProperties2KHR( in PostCallRecordGetPhysicalDeviceQueueFamilyProperties2KHR()
13475 void ValidationStateTracker::PreCallRecordDestroySurfaceKHR(VkInstance instance, VkSurfaceKHR surfa… in PreCallRecordDestroySurfaceKHR()
13480 void ValidationStateTracker::RecordVulkanSurface(VkSurfaceKHR *pSurface) { in RecordVulkanSurface()
13484 void ValidationStateTracker::PostCallRecordCreateDisplayPlaneSurfaceKHR(VkInstance instance, in PostCallRecordCreateDisplayPlaneSurfaceKHR()
13493 void ValidationStateTracker::PostCallRecordCreateAndroidSurfaceKHR(VkInstance instance, in PostCallRecordCreateAndroidSurfaceKHR()
13503 void ValidationStateTracker::PostCallRecordCreateIOSSurfaceMVK(VkInstance instance, const VkIOSSurf… in PostCallRecordCreateIOSSurfaceMVK()
13512 void ValidationStateTracker::PostCallRecordCreateMacOSSurfaceMVK(VkInstance instance, in PostCallRecordCreateMacOSSurfaceMVK()
13522 void ValidationStateTracker::PostCallRecordCreateWaylandSurfaceKHR(VkInstance instance, in PostCallRecordCreateWaylandSurfaceKHR()
13541 void ValidationStateTracker::PostCallRecordCreateWin32SurfaceKHR(VkInstance instance, in PostCallRecordCreateWin32SurfaceKHR()
13559 void ValidationStateTracker::PostCallRecordCreateXcbSurfaceKHR(VkInstance instance, const VkXcbSurf… in PostCallRecordCreateXcbSurfaceKHR()
13577 void ValidationStateTracker::PostCallRecordCreateXlibSurfaceKHR(VkInstance instance, const VkXlibSu… in PostCallRecordCreateXlibSurfaceKHR()
13594 void ValidationStateTracker::PostCallRecordGetPhysicalDeviceSurfaceCapabilitiesKHR(VkPhysicalDevice… in PostCallRecordGetPhysicalDeviceSurfaceCapabilitiesKHR()
13604 void ValidationStateTracker::PostCallRecordGetPhysicalDeviceSurfaceCapabilities2KHR( in PostCallRecordGetPhysicalDeviceSurfaceCapabilities2KHR()
13613 void ValidationStateTracker::PostCallRecordGetPhysicalDeviceSurfaceCapabilities2EXT(VkPhysicalDevic… in PostCallRecordGetPhysicalDeviceSurfaceCapabilities2EXT()
13639 void ValidationStateTracker::PostCallRecordGetPhysicalDeviceSurfaceSupportKHR(VkPhysicalDevice phys… in PostCallRecordGetPhysicalDeviceSurfaceSupportKHR()
13647 void ValidationStateTracker::PostCallRecordGetPhysicalDeviceSurfacePresentModesKHR(VkPhysicalDevice… in PostCallRecordGetPhysicalDeviceSurfacePresentModesKHR()
13702 void ValidationStateTracker::PostCallRecordGetPhysicalDeviceSurfaceFormatsKHR(VkPhysicalDevice phys… in PostCallRecordGetPhysicalDeviceSurfaceFormatsKHR()
13724 void ValidationStateTracker::PostCallRecordGetPhysicalDeviceSurfaceFormats2KHR(VkPhysicalDevice phy… in PostCallRecordGetPhysicalDeviceSurfaceFormats2KHR()
13749 void ValidationStateTracker::PreCallRecordCmdBeginDebugUtilsLabelEXT(VkCommandBuffer commandBuffer, in PreCallRecordCmdBeginDebugUtilsLabelEXT()
13754 void ValidationStateTracker::PostCallRecordCmdEndDebugUtilsLabelEXT(VkCommandBuffer commandBuffer) { in PostCallRecordCmdEndDebugUtilsLabelEXT()
13758 void ValidationStateTracker::PreCallRecordCmdInsertDebugUtilsLabelEXT(VkCommandBuffer commandBuffer, in PreCallRecordCmdInsertDebugUtilsLabelEXT()
13767 void ValidationStateTracker::RecordEnumeratePhysicalDeviceGroupsState( in RecordEnumeratePhysicalDeviceGroupsState()
13782 void ValidationStateTracker::PostCallRecordEnumeratePhysicalDeviceGroups( in PostCallRecordEnumeratePhysicalDeviceGroups()
13789 void ValidationStateTracker::PostCallRecordEnumeratePhysicalDeviceGroupsKHR( in PostCallRecordEnumeratePhysicalDeviceGroupsKHR()
13853 void ValidationStateTracker::PreCallRecordDestroyDescriptorUpdateTemplate(VkDevice device, in PreCallRecordDestroyDescriptorUpdateTemplate()
13860 void ValidationStateTracker::PreCallRecordDestroyDescriptorUpdateTemplateKHR(VkDevice device, in PreCallRecordDestroyDescriptorUpdateTemplateKHR()
13867 void ValidationStateTracker::RecordCreateDescriptorUpdateTemplateState(const VkDescriptorUpdateTemp… in RecordCreateDescriptorUpdateTemplateState()
13874 void ValidationStateTracker::PostCallRecordCreateDescriptorUpdateTemplate( in PostCallRecordCreateDescriptorUpdateTemplate()
13881 void ValidationStateTracker::PostCallRecordCreateDescriptorUpdateTemplateKHR( in PostCallRecordCreateDescriptorUpdateTemplateKHR()
13919 void ValidationStateTracker::RecordUpdateDescriptorSetWithTemplateState(VkDescriptorSet descriptorS… in RecordUpdateDescriptorSetWithTemplateState()
13934 void ValidationStateTracker::PreCallRecordUpdateDescriptorSetWithTemplate(VkDevice device, VkDescri… in PreCallRecordUpdateDescriptorSetWithTemplate()
13940 void ValidationStateTracker::PreCallRecordUpdateDescriptorSetWithTemplateKHR(VkDevice device, VkDes… in PreCallRecordUpdateDescriptorSetWithTemplateKHR()
14053 void ValidationStateTracker::RecordGetPhysicalDeviceDisplayPlanePropertiesState(VkPhysicalDevice ph… in RecordGetPhysicalDeviceDisplayPlanePropertiesState()
14069 void ValidationStateTracker::PostCallRecordGetPhysicalDeviceDisplayPlanePropertiesKHR(VkPhysicalDev… in PostCallRecordGetPhysicalDeviceDisplayPlanePropertiesKHR()
14077 void ValidationStateTracker::PostCallRecordGetPhysicalDeviceDisplayPlaneProperties2KHR(VkPhysicalDe… in PostCallRecordGetPhysicalDeviceDisplayPlaneProperties2KHR()
14179 void ValidationStateTracker::PostCallRecordCmdBeginQueryIndexedEXT(VkCommandBuffer commandBuffer, V… in PostCallRecordCmdBeginQueryIndexedEXT()
14202 void ValidationStateTracker::PostCallRecordCmdEndQueryIndexedEXT(VkCommandBuffer commandBuffer, VkQ… in PostCallRecordCmdEndQueryIndexedEXT()
14251 void ValidationStateTracker::RecordCreateSamplerYcbcrConversionState(const VkSamplerYcbcrConversion… in RecordCreateSamplerYcbcrConversionState()
14258 void ValidationStateTracker::PostCallRecordCreateSamplerYcbcrConversion(VkDevice device, in PostCallRecordCreateSamplerYcbcrConversion()
14267 void ValidationStateTracker::PostCallRecordCreateSamplerYcbcrConversionKHR(VkDevice device, in PostCallRecordCreateSamplerYcbcrConversionKHR()
14276 void ValidationStateTracker::PostCallRecordDestroySamplerYcbcrConversion(VkDevice device, VkSampler… in PostCallRecordDestroySamplerYcbcrConversion()
14284 void ValidationStateTracker::PostCallRecordDestroySamplerYcbcrConversionKHR(VkDevice device, in PostCallRecordDestroySamplerYcbcrConversionKHR()
14363 void ValidationStateTracker::PostCallRecordResetQueryPoolEXT(VkDevice device, VkQueryPool queryPool… in PostCallRecordResetQueryPoolEXT()
14503 void PIPELINE_STATE::initGraphicsPipeline(ValidationStateTracker *state_data, const VkGraphicsPipel… in initGraphicsPipeline()
14561 void PIPELINE_STATE::initComputePipeline(ValidationStateTracker *state_data, const VkComputePipelin… in initComputePipeline()
14576 void PIPELINE_STATE::initRayTracingPipelineNV(ValidationStateTracker *state_data, in initRayTracingPipelineNV()