Searched refs:texCoordMat (Results 1 – 2 of 2) sorted by relevance
366 tcu::Mat3 texCoordMat = tcu::Mat3(m_uniforms[0].value.m3); in shadeVertices() local372 const tcu::Vec3 v_coord = texCoordMat * tcu::Vec3(a_coord.x(), a_coord.y(), 1.0f); in shadeVertices()
512 tcu::Mat3 texCoordMat = tcu::Mat3(m_uniforms[0].value.m3); in shadeVertices() local518 tcu::Vec3 v_coord = texCoordMat * tcu::Vec3(a_coord.x(), a_coord.y(), 1.0f); in shadeVertices()