Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DImageFunctionHLSL.cpp19 const ImageFunctionHLSL::ImageFunction &imageFunction) in GetImageReference() argument
22 if (imageFunction.readonly) in GetImageReference()
26 TextureGroupSuffix(imageFunction.image, imageFunction.imageInternalFormat)); in GetImageReference()
38 RWTextureGroupSuffix(imageFunction.image, imageFunction.imageInternalFormat)); in GetImageReference()
49 const ImageFunctionHLSL::ImageFunction &imageFunction) in OutputImageFunctionArgumentList() argument
53 if (imageFunction.method == ImageFunctionHLSL::ImageFunction::Method::LOAD || in OutputImageFunctionArgumentList()
54 imageFunction.method == ImageFunctionHLSL::ImageFunction::Method::STORE) in OutputImageFunctionArgumentList()
56 switch (imageFunction.image) in OutputImageFunctionArgumentList()
78 if (imageFunction.method == ImageFunctionHLSL::ImageFunction::Method::STORE) in OutputImageFunctionArgumentList()
80 switch (imageFunction.image) in OutputImageFunctionArgumentList()
[all …]
DImageFunctionHLSL.h76 const ImageFunctionHLSL::ImageFunction &imageFunction);
79 const ImageFunctionHLSL::ImageFunction &imageFunction);
81 const ImageFunctionHLSL::ImageFunction &imageFunction,
84 const ImageFunctionHLSL::ImageFunction &imageFunction,
87 const ImageFunctionHLSL::ImageFunction &imageFunction,