Searched refs:DRAWSTATE_NONE (Results 1 – 2 of 2) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | core_validation_error_enums.h | 51 DRAWSTATE_NONE, // Used for INFO & other non-error messages enumerator
|
D | core_validation.cpp | 4165 __LINE__, DRAWSTATE_NONE, "DS", "%s", in printPipeline() 4178 DRAWSTATE_NONE, "DS", "Cmds in command buffer 0x%p", (void *)cb); in printCB() 4183 …__LINE__, DRAWSTATE_NONE, "DS", " CMD 0x%" PRIx64 ": %s", (*ii).cmdNumber, cmdTypeToString((*ii).… in printCB() 4578 DRAW_STATE_ERROR error_code = DRAWSTATE_NONE; in ValidateAndIncrementBoundObjects() 7497 … DRAWSTATE_NONE, "DS", "Descriptor Set 0x%" PRIxLEAST64 " bound on pipeline %s", in CmdBindDescriptorSets() 7593 …(uint64_t)pCB->lastBound[pipelineBindPoint].boundDescriptorSets[i], __LINE__, DRAWSTATE_NONE, "DS", in CmdBindDescriptorSets() 7609 DRAWSTATE_NONE, "DS", "DescriptorSet 0x%" PRIxLEAST64 in CmdBindDescriptorSets() 7766 … __LINE__, DRAWSTATE_NONE, "DS", "vkCmdDraw() call 0x%" PRIx64 ", reporting descriptor set state:", in CmdDraw() 7793 … VK_DEBUG_REPORT_OBJECT_TYPE_COMMAND_BUFFER_EXT, 0, __LINE__, DRAWSTATE_NONE, "DS", in CmdDrawIndexed() 7824 … VK_DEBUG_REPORT_OBJECT_TYPE_COMMAND_BUFFER_EXT, 0, __LINE__, DRAWSTATE_NONE, "DS", in CmdDrawIndirect() [all …]
|