Searched refs:InvalidateCommandBuffers (Results 1 – 4 of 4) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 2130 …InvalidateCommandBuffers(dev_data, pCB->linkedCommandBuffers, {HandleToUint64(cb), kVulkanObjectTy… in ResetCommandBufferState() 3783 InvalidateCommandBuffers(device_data, mem_info->cb_bindings, obj_struct); in PreCallRecordFreeMemory() 4082 InvalidateCommandBuffers(device_data, event_state->cb_bindings, obj_struct); in PreCallRecordDestroyEvent() 4103 InvalidateCommandBuffers(device_data, qp_state->cb_bindings, obj_struct); in PreCallRecordDestroyQueryPool() 4657 InvalidateCommandBuffers(device_data, pipeline_state->cb_bindings, obj_struct); in PreCallRecordDestroyPipeline() 4691 InvalidateCommandBuffers(device_data, sampler_state->cb_bindings, obj_struct); in PreCallRecordDestroySampler() 4729 InvalidateCommandBuffers(device_data, desc_pool_state->cb_bindings, obj_struct); in PreCallRecordDestroyDescriptorPool() 4921 void CoreChecks::InvalidateCommandBuffers(const layer_data *dev_data, std::unordered_set<GLOBAL_CB_… in InvalidateCommandBuffers() function in CoreChecks 4937 InvalidateCommandBuffers(dev_data, cb_node->linkedCommandBuffers, obj); in InvalidateCommandBuffers() 4961 InvalidateCommandBuffers(device_data, framebuffer_state->cb_bindings, obj_struct); in PreCallRecordDestroyFramebuffer() [all …]
|
D | buffer_validation.cpp | 1522 InvalidateCommandBuffers(device_data, image_state->cb_bindings, obj_struct); in PreCallRecordDestroyImage() 4501 InvalidateCommandBuffers(device_data, image_view_state->cb_bindings, obj_struct); in PreCallRecordDestroyImageView() 4522 InvalidateCommandBuffers(device_data, buffer_state->cb_bindings, obj_struct); in PreCallRecordDestroyBuffer() 4554 InvalidateCommandBuffers(device_data, buffer_view_state->cb_bindings, obj_struct); in PreCallRecordDestroyBufferView()
|
D | descriptor_sets.cpp | 958 …device_data_->InvalidateCommandBuffers(device_data_, cb_bindings, {HandleToUint64(set_), kVulkanOb… in InvalidateBoundCmdBuffers()
|
D | core_validation.h | 493 …void InvalidateCommandBuffers(const layer_data* dev_data, std::unordered_set<GLOBAL_CB_NODE*> cons…
|