Home
last modified time | relevance | path

Searched refs:AddCommandBufferBinding (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp2130 void ValidationStateTracker::AddCommandBufferBinding(std::unordered_set<CMD_BUFFER_STATE *> *cb_bin… in AddCommandBufferBinding() function in ValidationStateTracker
6285AddCommandBufferBinding(&fb_state->cb_bindings, VulkanTypedHandle(fb_state->framebuffer, kVulkanOb… in AddFramebufferBinding()
6557AddCommandBufferBinding(&pipe_state->cb_bindings, VulkanTypedHandle(pipeline, kVulkanObjectTypePip… in PreCallRecordCmdBindPipeline()
7903AddCommandBufferBinding(&event_state->cb_bindings, VulkanTypedHandle(event, kVulkanObjectTypeEvent… in PreCallRecordCmdSetEvent()
7931AddCommandBufferBinding(&event_state->cb_bindings, VulkanTypedHandle(event, kVulkanObjectTypeEvent… in PreCallRecordCmdResetEvent()
8929AddCommandBufferBinding(&event_state->cb_bindings, VulkanTypedHandle(pEvents[i], kVulkanObjectType… in PreCallRecordCmdWaitEvents()
9086 AddCommandBufferBinding(&GetQueryPoolState(query_obj.pool)->cb_bindings, in RecordCmdBeginQuery()
9168 AddCommandBufferBinding(&GetQueryPoolState(query_obj.pool)->cb_bindings, in RecordCmdEndQuery()
9197AddCommandBufferBinding(&GetQueryPoolState(queryPool)->cb_bindings, VulkanTypedHandle(queryPool, k… in PostCallRecordCmdResetQueryPool()
9290AddCommandBufferBinding(&GetQueryPoolState(queryPool)->cb_bindings, VulkanTypedHandle(queryPool, k… in PostCallRecordCmdCopyQueryPoolResults()
[all …]
Dcore_validation.h764 …void AddCommandBufferBinding(std::unordered_set<CMD_BUFFER_STATE*>* cb_bindings, const VulkanTyped…