Home | History | Annotate | Download | only in layers

Lines Matching refs:DRAW

2023 // Validate state stored as flags at time of draw call
2062 "Index buffer object not bound to this command buffer when Indexed Draw attempted");
2655 "DS 0x%" PRIxLEAST64 " encountered the following validation error at draw time: %s",
2683 // Validate draw-time state related to the PSO
2707 "must be the same at draw-time.",
2741 "Num samples mismatch! At draw-time in Pipeline (0x%" PRIxLEAST64
2749 "No active render pass found at draw-time in Pipeline (0x%" PRIxLEAST64 ")!",
2760 // Validate overall state at the time of a draw call
2770 "At Draw/Dispatch time no valid VkPipeline is bound! This is illegal. Please bind one with vkCmdBindPipeline().");
2824 "DS 0x%" PRIxLEAST64 " bound but it was never updated. It is now being used to draw so "
6775 pCB->drawCount[DRAW]++;
6781 __LINE__, DRAWSTATE_NONE, "DS", "vkCmdDraw() call 0x%" PRIx64 ", reporting DS state:", g_drawCount[DRAW]++);
7265 // Warn if this is issued prior to Draw Cmd and clearing the entire attachment
7275 "vkCmdClearAttachments() issued on CB object 0x%" PRIxLEAST64 " prior to any Draw Cmds."
7276 " It is recommended you use RenderPass LOAD_OP_CLEAR on Attachments prior to any Draw.",