Searched defs:gvec4 (Results 1 – 2 of 2) sorted by relevance
358 bool gvec4 = (rvalue->getBasicType() == EbtGVec4); variable366 bool gvec4 = (rvalue->getBasicType() == EbtGVec4); variable374 bool gvec4 = (rvalue->getBasicType() == EbtGVec4); variable382 bool gvec4 = (rvalue->getBasicType() == EbtGVec4); variable
304 TType *gvec4 = new TType(EbtGVec4); in InsertBuiltInFunctions() local