Home
last modified time | relevance | path

Searched refs:mImageFunctionHLSL (Results 1 – 2 of 2) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DOutputHLSL.cpp368 mImageFunctionHLSL = new ImageFunctionHLSL; in OutputHLSL()
399 SafeDelete(mImageFunctionHLSL); in ~OutputHLSL()
484 return mImageFunctionHLSL->getUsedImage2DFunctionNames(); in getUsedImage2DFunctionNames()
1082 mImageFunctionHLSL->imageFunctionHeader(out); in header()
2424 const ImmutableString &imageFunctionName = mImageFunctionHLSL->useImageFunction( in visitAggregate()
DOutputHLSL.h189 ImageFunctionHLSL *mImageFunctionHLSL; variable