Searched refs:shaderStorageBlockInfo (Results 1 – 1 of 1) sorted by relevance
1294 InterfaceBlockInfo shaderStorageBlockInfo(mCustomEncoderFactory); in linkResources() local1300 shaderStorageBlockInfo.getShaderBlockInfo(shader->getShaderStorageBlocks()); in linkResources()1303 auto getShaderStorageBlockSize = [&shaderStorageBlockInfo](const std::string &name, in linkResources()1306 return shaderStorageBlockInfo.getBlockSize(name, mappedName, sizeOut); in linkResources()1309 auto getShaderStorageBlockMemberInfo = [&shaderStorageBlockInfo](const std::string &name, in linkResources()1312 return shaderStorageBlockInfo.getBlockMemberInfo(name, mappedName, infoOut); in linkResources()