Home
last modified time | relevance | path

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

/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/MachineIndependent/
DParseContextBase.cpp609 type->setStruct(typeList); in growGlobalUniformBlock()
DParseHelper.cpp8069 (*originTypeList)[member].type->setStruct(const_cast<TTypeList*>(structure)); in fixBlockUniformLayoutMatrix()
8072 (*tmpTypeList)[member].type->setStruct(const_cast<TTypeList*>(structure)); in fixBlockUniformLayoutMatrix()
8112 (*originTypeList)[member].type->setStruct(const_cast<TTypeList*>(structure)); in fixBlockUniformLayoutPacking()
8115 (*tmpTypeList)[member].type->setStruct(const_cast<TTypeList*>(structure)); in fixBlockUniformLayoutPacking()
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp2345 ioVariable->getWritableType().setStruct(newLists->second.input); in remapEntryPointIO()
2347 ioVariable->getWritableType().setStruct(newLists->second.output); in remapEntryPointIO()
7807 ioMember.type->setStruct(s); in declareStruct()
7923 type.setStruct(it->second.uniform); in declareVariable()
8702 memberType.setStruct(it->second.uniform); in declareBlock()
8707 memberType.setStruct(it->second.input); in declareBlock()
8712 memberType.setStruct(it->second.output); in declareBlock()
10030 outType.setStruct(newLists->second.output); in addPatchConstantInvocation()
/third_party/glslang/glslang/Include/
DTypes.h2246 void setStruct(TTypeList* s) { assert(isStruct()); structure = s; } in setStruct() function