Searched defs:isImage (Results 1 – 9 of 9) sorted by relevance
85 bool isImage; member
384 bool isImage() const in isImage() function
166 bool HasMipInCoord(const glslang::TString& name, bool isMS, bool isBuffer, bool isImage) in HasMipInCoord()234 const bool isImage = IsImage(argOrder[0]); in AppendTypeName() local960 const bool isImage = IsImage(*argOrder); in initialize() local
3071 TOperator HlslParseContext::mapAtomicOp(const TSourceLoc& loc, TOperator op, bool isImage) in mapAtomicOp()3939 const bool isImage = sampler.isImage(); in decomposeSampleMethods() local4138 const bool isImage = sampler.isImage(); in decomposeSampleMethods() local4835 const bool isImage = isImageParam(arg0); in decomposeIntrinsic() local4878 const bool isImage = isImageParam(arg0); in decomposeIntrinsic() local
211 bool isImage(const Value &val) { in isImage() function
224 bool llvm::isImage(const llvm::Value &val) { in isImage() function in llvm
98 bool isImage() const { return image && dim != EsdSubpass; } in isImage() function1277 bool isImage() const { return basicType == EbtSampler && sampler.isImage(); } in isImage() function1533 virtual bool isImage() const { return basicType == EbtSampler && getSampler().isImage(); } in isImage() function
1272 bool isImage() const { return op > EOpImageGuardBegin && op < EOpImageGuardEnd; } in isImage() function
552 unsigned isImage : 1; member