Searched refs:call_source (Results 1 – 2 of 2) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | core_validation.h | 338 …nvalidCommandBuffer(layer_data* dev_data, const GLOBAL_CB_NODE* cb_state, const char* call_source); 456 …ValidateCommandBufferState(layer_data* dev_data, GLOBAL_CB_NODE* cb_state, const char* call_source,
|
D | core_validation.cpp | 1885 …validCommandBuffer(layer_data *dev_data, const GLOBAL_CB_NODE *cb_state, const char *call_source) { in ReportInvalidCommandBuffer() argument 1892 … "You are adding %s to command buffer %s that is invalid because bound %s %s was %s.", call_source, in ReportInvalidCommandBuffer() 2801 …ValidateCommandBufferState(layer_data *dev_data, GLOBAL_CB_NODE *cb_state, const char *call_source, in ValidateCommandBufferState() argument 2820 skip |= ReportInvalidCommandBuffer(dev_data, cb_state, call_source); in ValidateCommandBufferState() 2827 … dev_data->report_data->FormatHandle(cb_state->commandBuffer).c_str(), call_source); in ValidateCommandBufferState() 2834 … dev_data->report_data->FormatHandle(cb_state->commandBuffer).c_str(), call_source); in ValidateCommandBufferState()
|