Lines Matching refs:std
69 using std::vector;
211 const std::vector<VkViewport> viewports { makeViewport(renderSize) };
212 const std::vector<VkRect2D> scissors { makeRect2D(renderSize) };
241 std::vector<VkPipelineColorBlendAttachmentState> colorBlendAttachmentStates;
322 std::ostringstream src;
341 std::ostringstream src;
439 deMemcpy(vertexBufferAlloc->getHostPtr(), &vertices[0], static_cast<std::size_t>(vertexBufferSize));
678 std::ostringstream src;
699 std::ostringstream src;
851 deMemcpy(vertexBufferAlloc->getHostPtr(), &vertices[0], static_cast<std::size_t>(vertexBufferSize));
1109 deMemcpy(vertexBufferAlloc->getHostPtr(), &vertices[0], static_cast<std::size_t>(vertexBufferSize));
1349 if (!tcu::intThresholdCompare(context.getTestContext().getLog(), (std::string("Image Comparison of render target ") + de::toString(renderTargetIdx)).c_str(), "", expectedImage, resultImage, tcu::UVec4(1), tcu::COMPARE_LOG_RESULT))
1362 std::ostringstream src;
1381 std::ostringstream src;
1402 std::vector<VkAttachmentDescription> attachmentDescriptions;
1538 deMemcpy(vertexBufferAlloc->getHostPtr(), &vertices[0], static_cast<std::size_t>(vertexBufferSize));
1807 std::ostringstream src;
1826 std::ostringstream src;
1850 std::ostringstream src;
1869 std::ostringstream src;
1886 std::string getShortImageViewTypeName (const VkImageViewType imageViewType)
1888 std::string s (getImageViewTypeName(imageViewType));
1892 std::string getSizeString (const CaseDef& caseDef)
1894 std::ostringstream str;
1909 std::string getTestCaseString (const CaseDef& caseDef)
1911 std::ostringstream str;
2032 addFunctionCaseWithPrograms(group, (std::string("diff_attachments_") + getTestCaseString(differentAttachmentSizesCaseDef[sizeNdx])).c_str(), checkSupport, initDifferentAttachmentSizesPrograms, testMultiAttachments, differentAttachmentSizesCaseDef[sizeNdx]);
2051 addFunctionCaseWithPrograms(group, (std::string("multi_attachments_not_exported_") + getTestCaseString(AttachmentCaseDef[Ndx])).c_str(), checkSupport, initMultiAttachmentsNotExportPrograms, testMultiAttachments, AttachmentCaseDef[Ndx]);