Searched refs:invalidateCommandBuffers (Results 1 – 3 of 3) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | core_validation_types.h | 643 void invalidateCommandBuffers(std::unordered_set<GLOBAL_CB_NODE *>, VK_OBJECT);
|
D | core_validation.cpp | 5134 invalidateCommandBuffers(mem_info->cb_bindings, obj_struct); in PostCallRecordFreeMemory() 5448 invalidateCommandBuffers(event_state->cb_bindings, obj_struct); in PostCallRecordDestroyEvent() 5476 invalidateCommandBuffers(qp_node->cb_bindings, obj_struct); in DestroyQueryPool() 5724 invalidateCommandBuffers(buff_node->cb_bindings, in DestroyBuffer() 5754 invalidateCommandBuffers(buffer_view_state->cb_bindings, obj_struct); in PostCallRecordDestroyBufferView() 5788 invalidateCommandBuffers(image_state->cb_bindings, obj_struct); in PostCallRecordDestroyImage() 5944 invalidateCommandBuffers(image_view_state->cb_bindings, obj_struct); in PostCallRecordDestroyImageView() 5991 invalidateCommandBuffers(pipeline_state->cb_bindings, obj_struct); in PostCallRecordDestroyPipeline() 6037 invalidateCommandBuffers(sampler_state->cb_bindings, obj_struct); in PostCallRecordDestroySampler() 6079 invalidateCommandBuffers(desc_pool_state->cb_bindings, obj_struct); in PostCallRecordDestroyDescriptorPool() [all …]
|
D | descriptor_sets.cpp | 533 core_validation::invalidateCommandBuffers(cb_bindings, in InvalidateBoundCmdBuffers()
|