Searched refs:getShaderStorageBlockSize (Results 1 – 3 of 3) sorted by relevance
908 bool ProgramGL::getShaderStorageBlockSize(const std::string &name, in getShaderStorageBlockSize() function in rx::ProgramGL1137 auto getShaderStorageBlockSize = [this](const std::string &name, const std::string &mappedName, in linkResources() local1139 return this->getShaderStorageBlockSize(name, mappedName, sizeOut); in linkResources()1147 resources.shaderStorageBlockLinker.linkBlocks(getShaderStorageBlockSize, in linkResources()
137 bool getShaderStorageBlockSize(const std::string &blockName,
1458 auto getShaderStorageBlockSize = [&shaderStorageBlockInfo](const std::string &name, in linkResources() local1471 resources.shaderStorageBlockLinker.linkBlocks(getShaderStorageBlockSize, in linkResources()