Home
last modified time | relevance | path

Searched defs:enterArrayElement (Results 1 – 2 of 2) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
Dblocklayout.cpp431 void VariableNameVisitor::enterArrayElement(const ShaderVariable &arrayVar, in enterArrayElement() function in sh::VariableNameVisitor
528 void BlockEncoderVisitor::enterArrayElement(const sh::ShaderVariable &arrayVar, in enterArrayElement() function in sh::BlockEncoderVisitor
Dblocklayout.h201 virtual void enterArrayElement(const ShaderVariable &arrayVar, unsigned int arrayElement) {} in enterArrayElement() function