Home
last modified time | relevance | path

Searched refs:GetInterfaceBlockInfo (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/compiler/translator/
Dblocklayout.cpp55 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()
Dblocklayout.h223 void GetInterfaceBlockInfo(const std::vector<ShaderVariable> &fields,
/external/angle/src/libANGLE/renderer/metal/
DProgramMtl.mm440 sh::GetInterfaceBlockInfo(ib.fields, "", &metalEncoder, &blockLayoutMapOut);
441 sh::GetInterfaceBlockInfo(ib.fields, "", encoder, &stdMapOut);
/external/angle/src/libANGLE/
DProgramLinkedResources.cpp632 sh::GetInterfaceBlockInfo(interfaceBlock.fields, interfaceBlock.fieldPrefix(), encoder, in getBlockInfo()