Home
last modified time | relevance | path

Searched refs:InvalidateCommandBuffers (Results 1 – 4 of 4) sorted by relevance

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp2130InvalidateCommandBuffers(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 …]
Dbuffer_validation.cpp1522 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()
Ddescriptor_sets.cpp958 …device_data_->InvalidateCommandBuffers(device_data_, cb_bindings, {HandleToUint64(set_), kVulkanOb… in InvalidateBoundCmdBuffers()
Dcore_validation.h493 …void InvalidateCommandBuffers(const layer_data* dev_data, std::unordered_set<GLOBAL_CB_NODE*> cons…