Searched refs:annot (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
H A D | NVPTXUtilities.cpp | 135 unsigned annot; in isTexture() local 136 if (findOneNVVMAnnotation(gv, "texture", annot)) { in isTexture() 137 assert((annot == 1) && "Unexpected annotation on a texture symbol"); in isTexture() 146 unsigned annot; in isSurface() local 147 if (findOneNVVMAnnotation(gv, "surface", annot)) { in isSurface() 148 assert((annot == 1) && "Unexpected annotation on a surface symbol"); in isSurface() 159 unsigned annot; in isSampler() local 160 if (findOneNVVMAnnotation(gv, AnnotationName, annot)) { in isSampler() 161 assert((annot == 1) && "Unexpected annotation on a sampler symbol"); in isSampler() 167 std::vector<unsigned> annot; in isSampler() local 179 std::vector<unsigned> annot; isImageReadOnly() local 191 std::vector<unsigned> annot; isImageWriteOnly() local 203 std::vector<unsigned> annot; isImageReadWrite() local 218 unsigned annot; isManaged() local [all...] |
/third_party/ltp/testcases/kernel/security/smack/ |
H A D | smack_set_socket_labels.c | 70 char *annot = "security.SMACK64IPNOT"; in set_socket_labels() local 98 rc = fsetxattr(sock, annot, avnot, strlen(avnot) + 1, 0); in set_socket_labels()
|
Completed in 2 milliseconds