Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DShaderInterfaceVariableInfoMap.cpp93 ASSERT(hasVariable(shaderType, id)); in getMutable()
101 ASSERT(!hasVariable(shaderType, id)); in add()
124 ASSERT(!hasVariable(shaderType, id)); in addResource()
132 if (!hasVariable(shaderType, id)) in addOrGet()
143 bool ShaderInterfaceVariableInfoMap::hasVariable(gl::ShaderType shaderType, uint32_t id) const in hasVariable() function in rx::ShaderInterfaceVariableInfoMap
153 return hasVariable(shaderType, SpvGetXfbBufferBlockId(bufferIndex)); in hasTransformFeedbackInfo()
Dspv_utils.cpp481 if (variableInfoMapOut->hasVariable(shaderType, varyingId)) in AssignVaryingLocations()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheckImpl.h499 bool hasVariable() const { in hasVariable() function
DFileCheck.cpp1210 if ((CheckTy == Check::CheckLabel) && P.hasVariable()) { in readCheckFile()
/external/llvm/utils/FileCheck/
DFileCheck.cpp158 bool hasVariable() const { return !(VariableUses.empty() && in hasVariable() function in Pattern
955 if ((CheckTy == Check::CheckLabel) && P.hasVariable()) { in ReadCheckFile()
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTests.cpp1172 bool hasVariable = false; in genTestCaseName() local
1183 hasVariable = true; in genTestCaseName()
1262 if (!hasVariable) in genTestCaseName()