Searched refs:writeVariableType (Results 1 – 6 of 6) sorted by relevance
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/ |
D | OutputVulkanGLSL.cpp | 151 void TOutputVulkanGLSL::writeVariableType(const TType &type, in writeVariableType() function in sh::TOutputVulkanGLSL 163 TOutputGLSL::writeVariableType(overrideType, symbol, isFunctionArgument); in writeVariableType()
|
D | OutputVulkanGLSLForMetal.mm | 79 void TOutputVulkanGLSLForMetal::writeVariableType(const TType &type, 91 TOutputVulkanGLSL::writeVariableType(overrideType, symbol, isFunctionArgument);
|
D | OutputVulkanGLSLForMetal.h | 34 void writeVariableType(const TType &type,
|
D | OutputVulkanGLSL.h | 50 void writeVariableType(const TType &type,
|
D | OutputGLSLBase.cpp | 374 void TOutputGLSLBase::writeVariableType(const TType &type, in writeVariableType() function in sh::TOutputGLSLBase 427 writeVariableType(type, param, true); in writeFunctionParameters() 984 writeVariableType(type, node->getFunction(), false); in visitFunctionPrototype() 1099 writeVariableType(variable->getType(), symbolNode ? &symbolNode->variable() : nullptr, in visitDeclaration()
|
D | OutputGLSLBase.h | 49 virtual void writeVariableType(const TType &type,
|