Home
last modified time | relevance | path

Searched refs:setBasicType (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DIntermediate.cpp1978 type.setBasicType(EbtInt); in fold()
1990 type.setBasicType(EbtUInt); in fold()
2001 type.setBasicType(EbtFloat); in fold()
2012 type.setBasicType(EbtFloat); in fold()
DTypes.h276 void setBasicType(TBasicType t) { type = t; } in setBasicType() function
DParseHelper.cpp2940 type->setBasicType(typeSpecifier.type); in addStructDeclaratorList()