Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DProgramLinkedResources.cpp1708 InterfaceBlockInfo shaderStorageBlockInfo(mCustomEncoderFactory); in linkResources() local
1714 shaderStorageBlockInfo.getShaderBlockInfo(shader->shaderStorageBlocks); in linkResources()
1717 auto getShaderStorageBlockSize = [&shaderStorageBlockInfo](const std::string &name, in linkResources()
1720 return shaderStorageBlockInfo.getBlockSize(name, mappedName, sizeOut); in linkResources()
1723 auto getShaderStorageBlockMemberInfo = [&shaderStorageBlockInfo](const std::string &name, in linkResources()
1726 return shaderStorageBlockInfo.getBlockMemberInfo(name, mappedName, infoOut); in linkResources()