Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DProgramLinkedResources.cpp1294 InterfaceBlockInfo shaderStorageBlockInfo(mCustomEncoderFactory); in linkResources() local
1300 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()