Home
last modified time | relevance | path

Searched defs:hasVariable (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DShaderInterfaceVariableInfoMap.cpp143 bool ShaderInterfaceVariableInfoMap::hasVariable(gl::ShaderType shaderType, uint32_t id) const in hasVariable() function in rx::ShaderInterfaceVariableInfoMap
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheckImpl.h499 bool hasVariable() const { in hasVariable() function
/external/llvm/utils/FileCheck/
DFileCheck.cpp158 bool hasVariable() const { return !(VariableUses.empty() && in hasVariable() function in Pattern
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTests.cpp1172 bool hasVariable = false; in genTestCaseName() local