Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShaderViewportLayerArrayTests.hpp93 inline std::string getVarName() const in getVarName() function in gl4cts::ShaderViewportLayerArrayUtils::ShaderPipeline
Dgl4cShaderViewportLayerArrayTests.cpp242 varName += shaderPipeline.getVarName(); in renderQuad()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp675 static std::string getVarName(InstrProfIncrementInst *Inc, StringRef Prefix) { in getVarName() function
785 getVarName(Inc, getInstrProfCountersVarPrefix())); in getOrCreateRegionCounters()
807 getVarName(Inc, getInstrProfValuesVarPrefix())); in getOrCreateRegionCounters()
841 getVarName(Inc, getInstrProfDataVarPrefix())); in getOrCreateRegionCounters()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheckImpl.h68 StringRef getVarName() const { return VarName; } in getVarName() function