HomeSort by relevance Sort by last modified time
    Searched full:userdef (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/angle_dx11/src/compiler/
Types.h 103 TType(TStructure* userDef, TPrecision p = EbpUndefined) :
104 type(EbtStruct), precision(p), qualifier(EvqTemporary), size(1), matrix(false), array(false), arraySize(0), structure(userDef)
268 TType* userDef;
280 userDef = 0;
298 if (!userDef)
303 return userDef->isStructureContainingArrays();
SymbolTable.cpp 25 if (p.userDef)
26 structure = p.userDef->getStruct();
glslang.y 552 if ($1.userDef) {
    [all...]
glslang_tab.cpp     [all...]
ParseHelper.cpp 613 if (containsSampler(*pType.userDef)) {
    [all...]

Completed in 3137 milliseconds