Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DTextureFunctionHLSL.cpp70 const TextureFunctionHLSL::TextureFunction &textureFunction, in OutputIntTexCoordWraps()
123 const TextureFunctionHLSL::TextureFunction &textureFunction, in OutputHLSL4SampleFunctionPrefix()
179 const TextureFunctionHLSL::TextureFunction &textureFunction, in GetSamplerCoordinateTypeString()
230 int GetHLSLCoordCount(const TextureFunctionHLSL::TextureFunction &textureFunction, in GetHLSLCoordCount()
279 const TextureFunctionHLSL::TextureFunction &textureFunction, in OutputTextureFunctionArgumentList()
459 const TextureFunctionHLSL::TextureFunction &textureFunction, in GetTextureReference()
509 const TextureFunctionHLSL::TextureFunction &textureFunction, in OutputTextureSizeFunctionBody()
571 void ProjectTextureCoordinates(const TextureFunctionHLSL::TextureFunction &textureFunction, in ProjectTextureCoordinates()
604 const TextureFunctionHLSL::TextureFunction &textureFunction, in OutputIntegerTextureSampleFunctionComputations()
932 const TextureFunctionHLSL::TextureFunction &textureFunction, in OutputTextureGatherFunctionBody()
[all …]
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp1377 const TextureFunction textureFunction(node->getName()); in visitAggregate() local