Home
last modified time | relevance | path

Searched refs:ImageFunctionHLSL (Results 1 – 5 of 5) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DImageFunctionHLSL.cpp17 ImmutableString ImageFunctionHLSL::GetImageReference( in GetImageReference()
19 const ImageFunctionHLSL::ImageFunction &imageFunction) in GetImageReference()
47 void ImageFunctionHLSL::OutputImageFunctionArgumentList( in OutputImageFunctionArgumentList()
49 const ImageFunctionHLSL::ImageFunction &imageFunction) in OutputImageFunctionArgumentList()
53 if (imageFunction.method == ImageFunctionHLSL::ImageFunction::Method::LOAD || in OutputImageFunctionArgumentList()
54 imageFunction.method == ImageFunctionHLSL::ImageFunction::Method::STORE) in OutputImageFunctionArgumentList()
78 if (imageFunction.method == ImageFunctionHLSL::ImageFunction::Method::STORE) in OutputImageFunctionArgumentList()
108 void ImageFunctionHLSL::OutputImageSizeFunctionBody( in OutputImageSizeFunctionBody()
110 const ImageFunctionHLSL::ImageFunction &imageFunction, in OutputImageSizeFunctionBody()
139 void ImageFunctionHLSL::OutputImageLoadFunctionBody( in OutputImageLoadFunctionBody()
[all …]
DImageFunctionHLSL.h23 class ImageFunctionHLSL final : angle::NonCopyable
76 const ImageFunctionHLSL::ImageFunction &imageFunction);
79 const ImageFunctionHLSL::ImageFunction &imageFunction);
81 const ImageFunctionHLSL::ImageFunction &imageFunction,
84 const ImageFunctionHLSL::ImageFunction &imageFunction,
87 const ImageFunctionHLSL::ImageFunction &imageFunction,
DOutputHLSL.h27 class ImageFunctionHLSL; variable
189 ImageFunctionHLSL *mImageFunctionHLSL;
DOutputHLSL.cpp368 mImageFunctionHLSL = new ImageFunctionHLSL; in OutputHLSL()
/device/generic/vulkan-cereal/third-party/angle/src/
Dcompiler.gni263 "src/compiler/translator/ImageFunctionHLSL.cpp",
264 "src/compiler/translator/ImageFunctionHLSL.h",