Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DProgramLinkedResources.h305 ShaderStorageBlockLinker shaderStorageBlockLinker; member
DProgramLinkedResources.cpp1673 shaderStorageBlockLinker.init(shaderStorageBlocksOut, bufferVariablesOut, in init()
1730 resources.shaderStorageBlockLinker.linkBlocks(getShaderStorageBlockSize, in linkResources()
2471 resources.shaderStorageBlockLinker.getShaderBlocks(shaderType); in LinkValidateProgramInterfaceBlocks()
DProgram.cpp1062 InitShaderStorageBlockLinker(mState, &resources->shaderStorageBlockLinker); in linkJobImpl()
/external/angle/src/libANGLE/renderer/gl/
DProgramGL.cpp762 resources.shaderStorageBlockLinker.linkBlocks(getShaderStorageBlockSize, in linkResources()