Searched refs:GetInterfaceBlockInfo (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/compiler/translator/ |
D | blocklayout.cpp | 55 void GetInterfaceBlockInfo(const std::vector<VarT> &fields, in GetInterfaceBlockInfo() function 406 void GetInterfaceBlockInfo(const std::vector<ShaderVariable> &fields, in GetInterfaceBlockInfo() function 414 GetInterfaceBlockInfo(fields, prefix, encoder, false, false, blockInfoOut); in GetInterfaceBlockInfo() 425 GetInterfaceBlockInfo(uniforms, prefix, encoder, false, true, blockInfoOut); in GetActiveUniformBlockInfo()
|
D | blocklayout.h | 223 void GetInterfaceBlockInfo(const std::vector<ShaderVariable> &fields,
|
/external/angle/src/libANGLE/renderer/metal/ |
D | ProgramMtl.mm | 440 sh::GetInterfaceBlockInfo(ib.fields, "", &metalEncoder, &blockLayoutMapOut); 441 sh::GetInterfaceBlockInfo(ib.fields, "", encoder, &stdMapOut);
|
/external/angle/src/libANGLE/ |
D | ProgramLinkedResources.cpp | 632 sh::GetInterfaceBlockInfo(interfaceBlock.fields, interfaceBlock.fieldPrefix(), encoder, in getBlockInfo()
|