Home
last modified time | relevance | path

Searched refs:setStruct (Results 1 – 6 of 6) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
DParseContextBase.cpp646 type->setStruct(typeList); in growGlobalUniformBlock()
707 type->setStruct(typeList); in growAtomicCounterBlock()
DParseHelper.cpp8868 (*originTypeList)[member].type->setStruct(const_cast<TTypeList*>(structure)); in fixBlockUniformLayoutMatrix()
8871 (*tmpTypeList)[member].type->setStruct(const_cast<TTypeList*>(structure)); in fixBlockUniformLayoutMatrix()
8913 (*originTypeList)[member].type->setStruct(const_cast<TTypeList*>(structure)); in fixBlockUniformLayoutPacking()
8916 (*tmpTypeList)[member].type->setStruct(const_cast<TTypeList*>(structure)); in fixBlockUniformLayoutPacking()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DTypes.h453 void setStruct(TStructure* s) { structure = s; } in setStruct() function
DParseHelper.cpp2957 type->setStruct(typeSpecifier.userDef->getStruct()); in addStructDeclaratorList()
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp2370 ioVariable->getWritableType().setStruct(newLists->second.input); in remapEntryPointIO()
2372 ioVariable->getWritableType().setStruct(newLists->second.output); in remapEntryPointIO()
7901 ioMember.type->setStruct(s); in declareStruct()
8017 type.setStruct(it->second.uniform); in declareVariable()
8819 memberType.setStruct(it->second.uniform); in declareBlock()
8824 memberType.setStruct(it->second.input); in declareBlock()
8829 memberType.setStruct(it->second.output); in declareBlock()
10147 outType.setStruct(newLists->second.output); in addPatchConstantInvocation()
/third_party/glslang/glslang/Include/
DTypes.h2544 void setStruct(TTypeList* s) { assert(isStruct()); structure = s; } in setStruct() function