Home | History | Annotate | Download | only in functional

Lines Matching refs:IVec3

82 	void					createTexture		(const tcu::IVec3& size);
84 void runShader (tcu::Surface& dst, const tcu::IVec3& size);
94 std::vector<tcu::IVec3> m_iterations;
133 static const tcu::IVec3 testSizes3D[] =
135 tcu::IVec3(1, 1, 1),
136 tcu::IVec3(1, 4, 7),
137 tcu::IVec3(4, 8, 12),
138 tcu::IVec3(21, 11, 9),
139 tcu::IVec3(107, 254, 2),
140 tcu::IVec3(-1, 3, 3),
141 tcu::IVec3(3, -1, 3),
142 tcu::IVec3(4, 4, -1),
199 m_iterations.push_back(tcu::IVec3(w, h, 0));
213 m_iterations.push_back(tcu::IVec3(w, h, d));
333 args["SIZETYPE"] = "ivec3";
375 void TextureSizeCase::createTexture (const tcu::IVec3& size)
408 void TextureSizeCase::runShader (tcu::Surface& dst, const tcu::IVec3& size)