Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
Dblocklayout.cpp24 BlockLayoutMapVisitor(BlockLayoutMap *blockInfoOut, in BlockLayoutMapVisitor() argument
27 : BlockEncoderVisitor(instanceName, instanceName, encoder), mInfoOut(blockInfoOut) in BlockLayoutMapVisitor()
52 BlockLayoutMap *blockInfoOut) in GetInterfaceBlockInfo() argument
54 BlockLayoutMapVisitor visitor(blockInfoOut, prefix, encoder); in GetInterfaceBlockInfo()
370 BlockLayoutMap *blockInfoOut) in GetInterfaceBlockInfo() argument
375 GetInterfaceBlockInfo(fields, prefix, encoder, false, false, blockInfoOut); in GetInterfaceBlockInfo()
381 BlockLayoutMap *blockInfoOut) in GetActiveUniformBlockInfo() argument
386 GetInterfaceBlockInfo(uniforms, prefix, encoder, false, true, blockInfoOut); in GetActiveUniformBlockInfo()
DShaderStorageBlockOutputHLSL.cpp197 BlockMemberInfoMap *blockInfoOut) in BlockInfoVisitor() argument
200 mBlockInfoOut(blockInfoOut), in BlockInfoVisitor()
273 BlockMemberInfoMap *blockInfoOut) in GetShaderStorageBlockMembersInfo() argument
288 BlockInfoVisitor visitor("", interfaceBlock->blockStorage(), shaderVarToFieldMap, blockInfoOut); in GetShaderStorageBlockMembersInfo()
Dblocklayout.h184 BlockLayoutMap *blockInfoOut);
190 BlockLayoutMap *blockInfoOut);