Searched refs:InvalidateCommandBuffers (Results 1 – 4 of 4) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 2187 …InvalidateCommandBuffers(pCB->linkedCommandBuffers, VulkanTypedHandle(cb, kVulkanObjectTypeCommand… in ResetCommandBufferState() 3930 InvalidateCommandBuffers(mem_info->cb_bindings, obj_struct); in PreCallRecordFreeMemory() 4185 InvalidateCommandBuffers(event_state->cb_bindings, obj_struct); in PreCallRecordDestroyEvent() 4205 InvalidateCommandBuffers(qp_state->cb_bindings, obj_struct); in PreCallRecordDestroyQueryPool() 4653 InvalidateCommandBuffers(pipeline_state->cb_bindings, obj_struct); in PreCallRecordDestroyPipeline() 4688 InvalidateCommandBuffers(sampler_state->cb_bindings, obj_struct); in PreCallRecordDestroySampler() 4722 InvalidateCommandBuffers(desc_pool_state->cb_bindings, obj_struct); in PreCallRecordDestroyDescriptorPool() 4906 void ValidationStateTracker::InvalidateCommandBuffers(std::unordered_set<CMD_BUFFER_STATE *> const … in InvalidateCommandBuffers() function in ValidationStateTracker 4918 InvalidateCommandBuffers(cb_node->linkedCommandBuffers, obj); in InvalidateCommandBuffers() 4940 InvalidateCommandBuffers(framebuffer_state->cb_bindings, obj_struct); in PreCallRecordDestroyFramebuffer() [all …]
|
D | buffer_validation.cpp | 1559 InvalidateCommandBuffers(image_state->cb_bindings, obj_struct); in PreCallRecordDestroyImage() 4579 InvalidateCommandBuffers(image_view_state->cb_bindings, obj_struct); in PreCallRecordDestroyImageView() 4598 InvalidateCommandBuffers(buffer_state->cb_bindings, obj_struct); in PreCallRecordDestroyBuffer() 4637 InvalidateCommandBuffers(buffer_view_state->cb_bindings, obj_struct); in PreCallRecordDestroyBufferView()
|
D | descriptor_sets.cpp | 902 …state_data_->InvalidateCommandBuffers(cb_bindings, VulkanTypedHandle(set_, kVulkanObjectTypeDescri… in InvalidateBoundCmdBuffers()
|
D | core_validation.h | 793 …void InvalidateCommandBuffers(std::unordered_set<CMD_BUFFER_STATE*> const& cb_nodes, const VulkanT…
|