Searched refs:shaderStorageBlockInfo (Results 1 – 1 of 1) sorted by relevance
1708 InterfaceBlockInfo shaderStorageBlockInfo(mCustomEncoderFactory); in linkResources() local1714 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()