Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dglslang_wrapper_utils.cpp1342 const bool isInterfaceBlockVariable = in visitVariable() local
1348 if (!isInterfaceBlockVariable && !isOpaqueUniform && !isInOut) in visitVariable()
1356 *nameOut = mNamesById[isInterfaceBlockVariable || isIOBlock ? typeId : id]; in visitVariable()