Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DTypes.h230 void setInterfaceBlock(const TInterfaceBlock *interfaceBlockIn);
DTypes.cpp677 void TType::setInterfaceBlock(const TInterfaceBlock *interfaceBlockIn) in setInterfaceBlock() function in sh::TType
DParseContext.cpp3990 fieldType->setInterfaceBlock(interfaceBlock); in addInterfaceBlock()
DSymbolTable_ESSL_autogen.cpp15524 type_gl_PositionGS->setInterfaceBlock(gl_PerVertexOutBlock); in initializeBuiltInVariables()
DSymbolTable_autogen.cpp31275 type_gl_PositionGS->setInterfaceBlock(gl_PerVertexOutBlock); in initializeBuiltInVariables()
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_ops/
DRewriteRowMajorMatrices.cpp678 newType->setInterfaceBlock(iter.second->getType().getInterfaceBlock()); in convertNamelessInterfaceBlockField()