Searched defs:gvec4 (Results 1 – 2 of 2) sorted by relevance
373 bool gvec4 = (rvalue->getBasicType() == EbtGVec4); variable381 bool gvec4 = (rvalue->getBasicType() == EbtGVec4); variable389 bool gvec4 = (rvalue->getBasicType() == EbtGVec4); variable397 bool gvec4 = (rvalue->getBasicType() == EbtGVec4); variable
279 TType *gvec4 = new TType(EbtGVec4); in InsertBuiltInFunctions() local