Searched refs:AddCommandBufferBinding (Results 1 – 1 of 1) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 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() [all …]
|