Searched refs:report_error_no_cb_begin (Results 1 – 1 of 1) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 4301 static VkBool32 report_error_no_cb_begin(const layer_data *dev_data, const VkCommandBuffer cb, cons… in report_error_no_cb_begin() function 4412 skipCall |= report_error_no_cb_begin(my_data, pCB->commandBuffer, caller_name); in addCmd() 7059 skipCall |= report_error_no_cb_begin(dev_data, commandBuffer, "vkEndCommandBuffer()"); in vkEndCommandBuffer() 7487 … skipCall |= report_error_no_cb_begin(dev_data, commandBuffer, "vkCmdBindDescriptorSets()"); in vkCmdBindDescriptorSets() 7577 skipCall |= report_error_no_cb_begin(dev_data, commandBuffer, "vkCmdBindVertexBuffer()"); in vkCmdBindVertexBuffers() 8761 skipCall |= report_error_no_cb_begin(dev_data, commandBuffer, "vkCmdWaitEvents()"); in vkCmdWaitEvents() 8836 skipCall |= report_error_no_cb_begin(dev_data, commandBuffer, "vkCmdEndQuery()"); in vkCmdEndQuery() 8859 skipCall |= report_error_no_cb_begin(dev_data, commandBuffer, "vkCmdResetQueryPool()"); in vkCmdResetQueryPool() 8905 … skipCall |= report_error_no_cb_begin(dev_data, commandBuffer, "vkCmdCopyQueryPoolResults()"); in vkCmdCopyQueryPoolResults() 8926 skipCall |= report_error_no_cb_begin(dev_data, commandBuffer, "vkCmdPushConstants()"); in vkCmdPushConstants() [all …]
|