/external/swiftshader/src/OpenGL/compiler/ |
D | glslang.y | 935 TQualifier qual = context->symbolTable.atGlobalLevel() ? EvqGlobal : EvqTemporary; variable 936 $$.setBasic(EbtVoid, qual, @1); 1082 TQualifier qual = context->symbolTable.atGlobalLevel() ? EvqGlobal : EvqTemporary; variable 1083 $$.setBasic(EbtVoid, qual, @1); 1086 TQualifier qual = context->symbolTable.atGlobalLevel() ? EvqGlobal : EvqTemporary; variable 1087 $$.setBasic(EbtFloat, qual, @1); 1090 TQualifier qual = context->symbolTable.atGlobalLevel() ? EvqGlobal : EvqTemporary; variable 1091 $$.setBasic(EbtInt, qual, @1); 1094 TQualifier qual = context->symbolTable.atGlobalLevel() ? EvqGlobal : EvqTemporary; variable 1095 $$.setBasic(EbtUInt, qual, @1); [all …]
|
D | glslang_tab.cpp | 3583 TQualifier qual = context->symbolTable.atGlobalLevel() ? EvqGlobal : EvqTemporary; in yyparse() local 3584 (yyval.interm.type).setBasic(EbtVoid, qual, (yylsp[0])); in yyparse() 3831 TQualifier qual = context->symbolTable.atGlobalLevel() ? EvqGlobal : EvqTemporary; in yyparse() local 3832 (yyval.interm.type).setBasic(EbtVoid, qual, (yylsp[0])); in yyparse() 3840 TQualifier qual = context->symbolTable.atGlobalLevel() ? EvqGlobal : EvqTemporary; in yyparse() local 3841 (yyval.interm.type).setBasic(EbtFloat, qual, (yylsp[0])); in yyparse() 3849 TQualifier qual = context->symbolTable.atGlobalLevel() ? EvqGlobal : EvqTemporary; in yyparse() local 3850 (yyval.interm.type).setBasic(EbtInt, qual, (yylsp[0])); in yyparse() 3858 TQualifier qual = context->symbolTable.atGlobalLevel() ? EvqGlobal : EvqTemporary; in yyparse() local 3859 (yyval.interm.type).setBasic(EbtUInt, qual, (yylsp[0])); in yyparse() [all …]
|
D | ValidateLimitations.cpp | 438 TQualifier qual = param.type->getQualifier(); in validateFunctionCall() local 439 if ((qual == EvqOut) || (qual == EvqInOut)) { in validateFunctionCall()
|
/external/spirv-llvm/lib/SPIRV/Mangler/ |
D | ParameterType.cpp | 76 void PointerType::setQualifier(TypeAttributeEnum qual, bool enabled) { in setQualifier() argument 77 if (qual < ATTR_QUALIFIER_FIRST || qual > ATTR_QUALIFIER_LAST) { in setQualifier() 80 m_qualifiers[qual - ATTR_QUALIFIER_FIRST] = enabled; in setQualifier() 83 bool PointerType::hasQualifier(TypeAttributeEnum qual) const { in hasQualifier() 84 if (qual < ATTR_QUALIFIER_FIRST || qual > ATTR_QUALIFIER_LAST) { in hasQualifier() 87 return m_qualifiers[qual - ATTR_QUALIFIER_FIRST]; in hasQualifier() 93 TypeAttributeEnum qual = (TypeAttributeEnum)i; in toString() local 94 if (hasQualifier(qual)) { in toString() 95 myName << getReadableAttribute(qual) << " "; in toString() 112 TypeAttributeEnum qual = (TypeAttributeEnum)i; in equals() local [all …]
|
D | ParameterType.h | 241 void setQualifier(TypeAttributeEnum qual, bool enabled); 246 bool hasQualifier(TypeAttributeEnum qual) const;
|
/external/mesa3d/src/compiler/glsl/ |
D | ast_to_hir.cpp | 2836 const ast_type_qualifier *qual) in apply_explicit_binding() argument 2838 if (!qual->flags.q.uniform && !qual->flags.q.buffer) { in apply_explicit_binding() 2846 if (!process_qualifier_constant(state, loc, "binding", qual->binding, in apply_explicit_binding() 2867 if (qual->flags.q.uniform && in apply_explicit_binding() 2885 if (qual->flags.q.buffer && in apply_explicit_binding() 3040 const struct ast_type_qualifier *qual, in validate_interpolation_qualifier() argument 3107 && qual->flags.q.varying) { in validate_interpolation_qualifier() 3111 if (qual->flags.q.centroid) in validate_interpolation_qualifier() 3126 interpret_interpolation_qualifier(const struct ast_type_qualifier *qual, in interpret_interpolation_qualifier() argument 3133 if (qual->flags.q.flat) in interpret_interpolation_qualifier() [all …]
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_cpols.c | 221 POLICYQUALINFO *qual; in policy_section() local 238 if (!(qual = POLICYQUALINFO_new())) in policy_section() 240 if (!sk_POLICYQUALINFO_push(pol->qualifiers, qual)) in policy_section() 243 qual->pqualid = (ASN1_OBJECT *)OBJ_nid2obj(NID_id_qt_cps); in policy_section() 244 if (qual->pqualid == NULL) { in policy_section() 248 qual->d.cpsuri = M_ASN1_IA5STRING_new(); in policy_section() 249 if (qual->d.cpsuri == NULL) { in policy_section() 252 if (!ASN1_STRING_set(qual->d.cpsuri, cnf->value, in policy_section() 269 qual = notice_section(ctx, unot, ia5org); in policy_section() 271 if (!qual) in policy_section() [all …]
|
/external/libpcap/ |
D | gencode.h | 280 struct qual { struct 301 struct block *gen_scode(compiler_state_t *, const char *, struct qual); argument 302 struct block *gen_ecode(compiler_state_t *, const u_char *, struct qual); 303 struct block *gen_acode(compiler_state_t *, const u_char *, struct qual); 305 unsigned int, struct qual); 308 unsigned int, struct qual); 311 struct qual);
|
/external/opencensus-java/checker-framework/stubs/ |
D | guava.astub | 1 import org.checkerframework.checker.nullness.qual.EnsuresNonNullIf; 2 import org.checkerframework.checker.nullness.qual.NonNull; 3 import org.checkerframework.checker.nullness.qual.Nullable;
|
D | log4j.astub | 1 import org.checkerframework.checker.nullness.qual.Nullable;
|
D | org-springframework-cloud-sleuth.log.astub | 3 import org.checkerframework.checker.nullness.qual.Nullable;
|
D | grpc.astub | 3 import org.checkerframework.checker.nullness.qual.Nullable;
|
D | org-springframework-cloud-sleuth.astub | 3 import org.checkerframework.checker.nullness.qual.Nullable;
|
/external/mesa3d/src/gallium/state_trackers/clover/llvm/codegen/ |
D | common.cpp | 56 const std::string &qual) { in get_image_type() argument 57 if (type == "image2d_t" && qual == "read_only") in get_image_type() 59 else if (type == "image2d_t" && qual == "write_only") in get_image_type() 61 else if (type == "image3d_t" && qual == "read_only") in get_image_type() 63 else if (type == "image3d_t" && qual == "write_only") in get_image_type()
|
/external/u-boot/drivers/usb/gadget/ |
D | composite.c | 275 struct usb_qualifier_descriptor *qual = cdev->req->buf; in device_qual() local 277 qual->bLength = sizeof(*qual); in device_qual() 278 qual->bDescriptorType = USB_DT_DEVICE_QUALIFIER; in device_qual() 280 qual->bcdUSB = cdev->desc.bcdUSB; in device_qual() 281 qual->bDeviceClass = cdev->desc.bDeviceClass; in device_qual() 282 qual->bDeviceSubClass = cdev->desc.bDeviceSubClass; in device_qual() 283 qual->bDeviceProtocol = cdev->desc.bDeviceProtocol; in device_qual() 285 qual->bMaxPacketSize0 = cdev->gadget->ep0->maxpacket; in device_qual() 286 qual->bNumConfigurations = count_configs(cdev, USB_DT_DEVICE_QUALIFIER); in device_qual() 287 qual->bRESERVED = 0; in device_qual()
|
/external/kernel-headers/original/uapi/linux/ |
D | wireless.h | 711 __u8 qual; /* link quality (%retries, SNR, member 746 struct iw_quality qual; /* Quality of the link */ member 879 struct iw_quality qual; /* Quality of the link member 918 struct iw_quality qual; /* Quality part of statistics */ member
|
/external/skqp/src/core/ |
D | SkBitmapController.cpp | 109 SkFilterQuality qual) { in State() argument 111 fQuality = qual; in State()
|
/external/skia/src/core/ |
D | SkBitmapController.cpp | 109 SkFilterQuality qual) { in State() argument 111 fQuality = qual; in State()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_wext.c | 1271 res->res.qual = iwe->u.qual.qual; in wext_get_scan_qual() 1272 res->res.noise = iwe->u.qual.noise; in wext_get_scan_qual() 1273 res->res.level = iwe->u.qual.level; in wext_get_scan_qual() 1274 if (iwe->u.qual.updated & IW_QUAL_QUAL_INVALID) in wext_get_scan_qual() 1276 if (iwe->u.qual.updated & IW_QUAL_LEVEL_INVALID) in wext_get_scan_qual() 1278 if (iwe->u.qual.updated & IW_QUAL_NOISE_INVALID) in wext_get_scan_qual() 1280 if (iwe->u.qual.updated & IW_QUAL_DBM) in wext_get_scan_qual() 1282 if ((iwe->u.qual.updated & IW_QUAL_DBM) || in wext_get_scan_qual() 1283 ((iwe->u.qual.level != 0) && in wext_get_scan_qual() 1284 (iwe->u.qual.level > drv->max_level))) { in wext_get_scan_qual() [all …]
|
/external/v8/tools/clang/blink_gc_plugin/ |
D | CheckTraceVisitor.cpp | 90 NestedNameSpecifier* qual = expr->getQualifier(); in GetDependentTemplatedDecl() local 91 if (!qual) in GetDependentTemplatedDecl() 94 const Type* type = qual->getAsType(); in GetDependentTemplatedDecl()
|
/external/autotest/site_utils/ |
D | attribute_whitelist.txt | 29 suite:arc-cts-instant-qual 31 suite:arc-cts-qual 37 suite:arc-gts-qual
|
/external/autotest/server/site_tests/moblab_StorageQual/ |
D | control | 15 Kicks off the storage qual suite on a Moblab host against the DUTs on its 17 moblab correctly provisions and runs the storage qual suite, but does not
|
/external/mesa3d/src/compiler/ |
D | shader_enums.c | 243 glsl_interp_mode_name(enum glsl_interp_mode qual) in glsl_interp_mode_name() argument 252 return NAME(qual); in glsl_interp_mode_name()
|
/external/v8/tools/gcmole/ |
D | Makefile | 37 -fno-rtti -fPIC -Woverloaded-virtual -Wcast-qual -fno-strict-aliasing \
|
/external/lz4/contrib/djgpp/ |
D | Makefile | 22 CFLAGS ?= -O3 -std=gnu99 -Wall -Wextra -Wundef -Wshadow -Wcast-qual -Wcast-align -Wstrict-prototype…
|