• Home
  • Raw
  • Download

Lines Matching refs:ImageFunctionHLSL

17 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()
84 if (imageFunction.method == ImageFunctionHLSL::ImageFunction::Method::STORE) in OutputImageFunctionArgumentList()
117 void ImageFunctionHLSL::OutputImageSizeFunctionBody( in OutputImageSizeFunctionBody()
119 const ImageFunctionHLSL::ImageFunction &imageFunction, in OutputImageSizeFunctionBody()
157 void ImageFunctionHLSL::OutputImageLoadFunctionBody( in OutputImageLoadFunctionBody()
159 const ImageFunctionHLSL::ImageFunction &imageFunction, in OutputImageLoadFunctionBody()
180 void ImageFunctionHLSL::OutputImageStoreFunctionBody( in OutputImageStoreFunctionBody()
182 const ImageFunctionHLSL::ImageFunction &imageFunction, in OutputImageStoreFunctionBody()
195 ImmutableString ImageFunctionHLSL::ImageFunction::name() const in name()
231 ImageFunctionHLSL::ImageFunction::DataType ImageFunctionHLSL::ImageFunction::getDataType( in getDataType()
261 const char *ImageFunctionHLSL::ImageFunction::getReturnType() const in getReturnType()
326 bool ImageFunctionHLSL::ImageFunction::operator<(const ImageFunction &rhs) const in operator <()
332 ImmutableString ImageFunctionHLSL::useImageFunction(const ImmutableString &name, in useImageFunction()
363 void ImageFunctionHLSL::imageFunctionHeader(TInfoSinkBase &out) in imageFunctionHeader()