Lines Matching refs:std
86 const std::array<Vec4, 3u> kVertices =
103 using ColorAndDepth = std::pair<tcu::ConstPixelBufferAccess, tcu::ConstPixelBufferAccess>;
239 std::vector<VkImageView> fbAttachments
273 std::vector<VkDynamicState> dynamicStates;
290 pipelineCreateInfo.addState (PipelineCreateInfo::ViewportState (1, std::vector<VkViewport>(), std::vector<VkRect2D>(1, scissor)));
382 std::array<float, 3> depthValues;
387 std::transform(begin(kVertices), end(kVertices), begin(depthValues), [](const Vec4& coord) { return coord.z(); });
670 InvertedDepthRangesTest (tcu::TestContext& testCtx, const std::string& name, const TestParams& params)
680 std::ostringstream src;
699 std::ostringstream src;
741 std::string name;
751 std::string name;
788 std::string name = cDepthClamp.name + "_" + cDepthParams.name;