Searched refs:texTrans1 (Results 1 – 1 of 1) sorted by relevance
743 Vector4f texTrans1; in processTextureCoordinate() local772 …texTrans1.x = texTrans1.y = texTrans1.z = texTrans1.w = *Pointer<Float4>(data + OFFSET(DrawData,ff… in processTextureCoordinate()773 texTrans1.x = texTrans1.x.xxxx; in processTextureCoordinate()774 texTrans1.y = texTrans1.y.yyyy; in processTextureCoordinate()775 texTrans1.z = texTrans1.z.zzzz; in processTextureCoordinate()776 texTrans1.w = texTrans1.w.wwww; in processTextureCoordinate()777 t.y = dot4(T, texTrans1); in processTextureCoordinate()