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