Lines Matching refs:AddCommandBufferBinding

2078 static void AddCommandBufferBinding(std::unordered_set<GLOBAL_CB_NODE *> *cb_bindings, VK_OBJECT ob…  in AddCommandBufferBinding()  function
6232AddCommandBufferBinding(&fb_state->cb_bindings, {HandleToUint64(fb_state->framebuffer), kVulkanObj… in AddFramebufferBinding()
6454AddCommandBufferBinding(&pipe_state->cb_bindings, {HandleToUint64(pipeline), kVulkanObjectTypePipe… in PreCallRecordCmdBindPipeline()
7537AddCommandBufferBinding(&event_state->cb_bindings, {HandleToUint64(event), kVulkanObjectTypeEvent}… in PreCallRecordCmdSetEvent()
7566AddCommandBufferBinding(&event_state->cb_bindings, {HandleToUint64(event), kVulkanObjectTypeEvent}… in PreCallRecordCmdResetEvent()
8583AddCommandBufferBinding(&event_state->cb_bindings, {HandleToUint64(pEvents[i]), kVulkanObjectTypeE… in PreCallRecordCmdWaitEvents()
8711AddCommandBufferBinding(&GetQueryPoolNode(queryPool)->cb_bindings, {HandleToUint64(queryPool), kVu… in PostCallRecordCmdBeginQuery()
8738AddCommandBufferBinding(&GetQueryPoolNode(queryPool)->cb_bindings, {HandleToUint64(queryPool), kVu… in PostCallRecordCmdEndQuery()
8763AddCommandBufferBinding(&GetQueryPoolNode(queryPool)->cb_bindings, {HandleToUint64(queryPool), kVu… in PostCallRecordCmdResetQueryPool()
8827AddCommandBufferBinding(&GetQueryPoolNode(queryPool)->cb_bindings, {HandleToUint64(queryPool), kVu… in PostCallRecordCmdCopyQueryPoolResults()
10317 AddCommandBufferBinding(&render_pass_state->cb_bindings, in RecordCmdBeginRenderPassState()