• Home
  • Raw
  • Download

Lines Matching refs:errorStr

2352         stringstream errorStr;  in verify_renderpass_compatibility()  local
2353 errorStr << "RenderPass for primary cmdBuffer has " << primaryRPCI->subpassCount in verify_renderpass_compatibility()
2355 errorMsg = errorStr.str(); in verify_renderpass_compatibility()
2368 stringstream errorStr; in verify_renderpass_compatibility() local
2369errorStr << "color attachments at index " << cIdx << " of subpass index " << spIndex << " are not … in verify_renderpass_compatibility()
2370 errorMsg = errorStr.str(); in verify_renderpass_compatibility()
2376 stringstream errorStr; in verify_renderpass_compatibility() local
2377errorStr << "resolve attachments at index " << cIdx << " of subpass index " << spIndex << " are no… in verify_renderpass_compatibility()
2378 errorMsg = errorStr.str(); in verify_renderpass_compatibility()
2387 stringstream errorStr; in verify_renderpass_compatibility() local
2388errorStr << "depth/stencil attachments of subpass index " << spIndex << " are not compatible."; in verify_renderpass_compatibility()
2389 errorMsg = errorStr.str(); in verify_renderpass_compatibility()
2400 stringstream errorStr; in verify_renderpass_compatibility() local
2401errorStr << "input attachments at index " << i << " of subpass index " << spIndex << " are not com… in verify_renderpass_compatibility()
2402 errorMsg = errorStr.str(); in verify_renderpass_compatibility()
2417 stringstream errorStr; in verify_set_layout_compatibility() local
2418errorStr << "VkPipelineLayout (" << pipeline_layout->layout << ") only contains " << num_sets in verify_set_layout_compatibility()
2421 errorMsg = errorStr.str(); in verify_set_layout_compatibility()