Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DTextureFunctionHLSL.cpp124 const ImmutableString &textureReference, in OutputHLSL4SampleFunctionPrefix()
461 ImmutableString *textureReference, in GetTextureReference()
510 const ImmutableString &textureReference, in OutputTextureSizeFunctionBody()
606 const ImmutableString &textureReference, in OutputIntegerTextureSampleFunctionComputations()
934 const ImmutableString &textureReference, in OutputTextureGatherFunctionBody()
1001 const ImmutableString &textureReference, in OutputTextureSampleFunctionReturnStatement()
1529 ImmutableString textureReference(""); in textureFunctionHeader() local
/external/llvm-project/clang/test/CodeGenCUDA/
Dtexture.cu8 struct textureReference { struct
18 struct __attribute__((device_builtin_texture_type)) texture : public textureReference { argument