Searched defs:gvec4 (Results 1 – 2 of 2) sorted by relevance
372 bool gvec4 = (rvalue->getBasicType() == EbtGVec4); variable379 bool gvec4 = (rvalue->getBasicType() == EbtGVec4); variable386 bool gvec4 = (rvalue->getBasicType() == EbtGVec4); variable393 bool gvec4 = (rvalue->getBasicType() == EbtGVec4); variable
279 TType *gvec4 = new TType(EbtGVec4); in InsertBuiltInFunctions() local