Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DProgramLinkedResources.h220 ShaderStorageBlockLinker shaderStorageBlockLinker; member
DProgramLinkedResources.cpp1259 shaderStorageBlockLinker(shaderStorageBlocksOut, bufferVariablesOut, &unusedInterfaceBlocks), in ProgramLinkedResources()
1316 resources.shaderStorageBlockLinker.linkBlocks(getShaderStorageBlockSize, in linkResources()
DProgram.cpp1513 &mState.mExecutable->getResources().shaderStorageBlockLinker); in linkImpl()
1589 &mState.mExecutable->getResources().shaderStorageBlockLinker); in linkImpl()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DProgramGL.cpp1122 resources.shaderStorageBlockLinker.linkBlocks(getShaderStorageBlockSize, in linkResources()