/third_party/skia/tests/sksl/runtime_errors/ |
D | IllegalPrecisionQualifiers.skvm | 7 error: 9: type 'S' does not support precision qualifiers 8 error: 10: type 'bool' does not support precision qualifiers 9 error: 11: type 'colorFilter' does not support precision qualifiers 10 error: 12: type 'half' does not support precision qualifiers 11 error: 13: type 'half' does not support precision qualifiers 12 error: 14: type 'half' does not support precision qualifiers
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | QualifierTypes.cpp | 75 bool IsInvariantCorrect(const TTypeQualifierBuilder::QualifierSequence &qualifiers) in IsInvariantCorrect() argument 79 return qualifiers.size() >= 1 && IsScopeQualifierWrapper(qualifiers[0]); in IsInvariantCorrect() 91 bool HasRepeatingQualifiers(const TTypeQualifierBuilder::QualifierSequence &qualifiers, in HasRepeatingQualifiers() argument 106 for (size_t i = 1; i < qualifiers.size(); ++i) in HasRepeatingQualifiers() 108 switch (qualifiers[i]->getType()) in HasRepeatingQualifiers() 157 static_cast<const TLayoutQualifierWrapper *>(qualifiers[i])->getQualifier(); in HasRepeatingQualifiers() 179 static_cast<const TStorageQualifierWrapper *>(qualifiers[i])->getQualifier(); in HasRepeatingQualifiers() 187 if (qualifiers[j]->getType() == QtStorage) in HasRepeatingQualifiers() 190 static_cast<const TStorageQualifierWrapper *>(qualifiers[j]); in HasRepeatingQualifiers() 209 static_cast<const TMemoryQualifierWrapper *>(qualifiers[i])->getQualifier(); in HasRepeatingQualifiers() [all …]
|
/third_party/skia/tests/sksl/errors/ |
D | PrecisionQualifiersDisallowed.glsl | 3 error: 2: precision qualifiers are not allowed 4 error: 3: precision qualifiers are not allowed 5 error: 4: precision qualifiers are not allowed
|
/third_party/glslang/Test/baseResults/ |
D | hlsl.inoutquals.negative.frag.out | 2 ERROR: 0:1: 'invalid1' : in/out qualifiers are only valid on parameters 3 ERROR: 0:2: 'invalid2' : in/out qualifiers are only valid on parameters 4 ERROR: 0:3: 'invalid3' : in/out qualifiers are only valid on parameters 5 ERROR: 0:4: 'invalid4' : in/out qualifiers are only valid on parameters
|
/third_party/skia/tools/skpbench/ |
D | sheet.py | 55 def qualified_name(self, qualifiers=RESULT_QUALIFIERS): argument 57 {x:getattr(self, x) for x in qualifiers}) 59 def get_qualified_name(name, qualifiers): argument 60 if not qualifiers: 63 args = ('%s=%s' % (k,v) for k,v in qualifiers.iteritems())
|
/third_party/skia/resources/sksl/runtime/ |
D | QualifierOrder.rts | 3 // GLSL 4.1 and below enforce that qualifiers must occur in a strict order. (See "Order of 5 // does not. However, SkSL will always emit qualifiers in the order expected by GLSL 4.1. 7 // These qualifiers are reversed from the expected order, but SkSL should compile and run anyway.
|
/third_party/openssl/crypto/x509/ |
D | v3_cpols.c | 56 ASN1_SEQUENCE_OF_OPT(POLICYINFO, qualifiers, POLICYQUALINFO) 189 if (pol->qualifiers == NULL) in policy_section() 190 pol->qualifiers = sk_POLICYQUALINFO_new_null(); in policy_section() 193 if (!sk_POLICYQUALINFO_push(pol->qualifiers, qual)) in policy_section() 222 if (pol->qualifiers == NULL) in policy_section() 223 pol->qualifiers = sk_POLICYQUALINFO_new_null(); in policy_section() 224 if (!sk_POLICYQUALINFO_push(pol->qualifiers, qual)) in policy_section() 410 if (pinfo->qualifiers) { in i2r_certpol() 412 print_qualifiers(out, pinfo->qualifiers, indent + 2); in i2r_certpol()
|
D | pcy_data.c | 77 ret->qualifier_set = policy->qualifiers; in ossl_policy_data_new() 78 policy->qualifiers = NULL; in ossl_policy_data_new()
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
D | v3_cpols.c | 56 ASN1_SEQUENCE_OF_OPT(POLICYINFO, qualifiers, POLICYQUALINFO) 189 if (pol->qualifiers == NULL) in policy_section() 190 pol->qualifiers = sk_POLICYQUALINFO_new_null(); in policy_section() 193 if (!sk_POLICYQUALINFO_push(pol->qualifiers, qual)) in policy_section() 222 if (pol->qualifiers == NULL) in policy_section() 223 pol->qualifiers = sk_POLICYQUALINFO_new_null(); in policy_section() 224 if (!sk_POLICYQUALINFO_push(pol->qualifiers, qual)) in policy_section() 410 if (pinfo->qualifiers) { in i2r_certpol() 412 print_qualifiers(out, pinfo->qualifiers, indent + 2); in i2r_certpol()
|
D | pcy_data.c | 77 ret->qualifier_set = policy->qualifiers; in ossl_policy_data_new() 78 policy->qualifiers = NULL; in ossl_policy_data_new()
|
/third_party/vk-gl-cts/external/openglcts/docs/specs/ |
D | CTS_ARB_fragment_shader_interlock.txt | 55 * Create fragment shader for ordered layout qualifiers added by this 74 There is no method to test if unordered qualifiers works correctly 75 because for those qualifiers fragment shader invocations are generally 77 ordered or unordered. Tests for unordered qualifiers would be 84 * Create two fragment shaders for all layout qualifiers added by this
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_shading_language_420pack.txt | 83 parameter qualifiers can be used. However, this is not as 85 initializers. Typically, one qualifier from each class of qualifiers 309 Change the definition of storage qualifiers to only include the following 342 have which qualifiers are specifically defined in upcoming sections." 346 "These interpolation qualifiers may only precede the qualifiers in, 386 "It is an error to use any auxiliary or interpolation qualifiers on a vertex 392 "The auxiliary storage qualifiers *centroid* and *sample* can also be 393 applied, as well as the interpolation qualifiers *flat*, *noperspective*, 397 "patch in qualifiers". Similarly for any occurances of "patch out", 411 with the in storage qualifier. The auxiliary storage qualifiers centroid [all …]
|
D | ARB_conservative_depth.txt | 101 qualifiers only..." 103 Fragment shaders allow output layout qualifiers only on the interface 108 have three types of output layout qualifiers..." 111 one of the following layout qualifiers. 168 fragment shaders in a single program must have the same set of qualifiers.
|
D | ARB_enhanced_layouts.txt | 61 This extension adds the following functionality to layout qualifiers, 193 layout qualifiers) 202 layout qualifiers in shader code, the order of the active resource list is 344 layout qualifiers and match in type and qualification 422 "xfb_buffer", "xfb_offset", or "xfb_stride" layout qualifiers. When 444 When no "xfb_buffer", "xfb_offset", or "xfb_stride" layout qualifiers are 453 "xfb_offset" layout qualifiers. The strides associated with each binding 480 layout qualifiers has no effect on the execution of the program until 491 specified using layout qualifiers, a program will fail to link if: 535 qualifiers, the values specified by TransformFeedbackVaryings are [all …]
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_shading_language_420pack.txt | 93 parameter qualifiers can be used. However, this is not as 95 initializers. Typically, one qualifier from each class of qualifiers 319 Change the definition of storage qualifiers to only include the following 352 have which qualifiers are specifically defined in upcoming sections." 356 "These interpolation qualifiers may only precede the qualifiers in, 396 "It is an error to use any auxiliary or interpolation qualifiers on a vertex 402 "The auxiliary storage qualifiers *centroid* and *sample* can also be 403 applied, as well as the interpolation qualifiers *flat*, *noperspective*, 407 "patch in qualifiers". Similarly for any occurances of "patch out", 421 with the in storage qualifier. The auxiliary storage qualifiers centroid [all …]
|
D | ARB_enhanced_layouts.txt | 71 This extension adds the following functionality to layout qualifiers, 203 layout qualifiers) 212 layout qualifiers in shader code, the order of the active resource list is 354 layout qualifiers and match in type and qualification 432 "xfb_buffer", "xfb_offset", or "xfb_stride" layout qualifiers. When 454 When no "xfb_buffer", "xfb_offset", or "xfb_stride" layout qualifiers are 463 "xfb_offset" layout qualifiers. The strides associated with each binding 490 layout qualifiers has no effect on the execution of the program until 501 specified using layout qualifiers, a program will fail to link if: 545 qualifiers, the values specified by TransformFeedbackVaryings are [all …]
|
D | ARB_conservative_depth.txt | 111 qualifiers only..." 113 Fragment shaders allow output layout qualifiers only on the interface 118 have three types of output layout qualifiers..." 121 one of the following layout qualifiers. 178 fragment shaders in a single program must have the same set of qualifiers.
|
/third_party/mesa3d/src/compiler/glsl/ |
D | glsl_parser.yy | 1000 _mesa_glsl_error(&@1, state, "precision qualifiers must come last"); 1205 /* Layout qualifiers for ARB_fragment_coord_conventions. */ 1222 /* Layout qualifiers for AMD/ARB_conservative_depth. */ 1271 * "row_major" (which is necessary because layout qualifiers 1279 * "packed", because layout qualifiers are case-insensitive 1293 /* Layout qualifiers for GLSL 1.50 geometry shaders. */ 1322 /* Layout qualifiers for ARB_shader_image_load_store. */ 1396 /* Skip ARB_shader_image_load_store qualifiers if not enabled */ 1401 /* Skip EXT_shader_image_load_store qualifiers if not enabled */ 1471 "post_depth_coverage & inner_coverage layout qualifiers " [all …]
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fSSBOArrayLengthTests.cpp | 291 } qualifiers[] = in init() local 301 for (int qualifierNdx = 0; qualifierNdx < DE_LENGTH_OF_ARRAY(qualifiers); ++qualifierNdx) in init() 303 …std::string() + ((arraysSized[sizeNdx]) ? ("sized_") : ("unsized_")) + qualifiers[qualifierNdx].na… in init() 304 …ength() of ") + ((arraysSized[sizeNdx]) ? ("sized ") : ("unsized ")) + qualifiers[qualifierNdx].na… in init() 306 …this->addChild(new SSBOArrayLengthCase(m_context, name.c_str(), desc.c_str(), qualifiers[qualifier… in init()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_shader_multisample_interpolation.txt | 117 interpolation qualifiers. When interpolating variables declared using 129 though they were declared with the "centroid" or "sample" qualifiers, 198 (modify third paragraph, p. 33) These interpolation qualifiers may only 199 precede the qualifiers in, centroid in, sample in, out, centroid out, or 206 with the in, centroid in, or sample in storage qualifiers. ... Variables 211 "sample in" or the interpolation qualifiers in a vertex shader input. ... 216 or sample in storage qualifiers. ... 227 The storage qualifiers must, of course, differ (one is in and one is 235 with the out, centroid out, or sample out storage qualifiers. ... 239 sample out storage qualifiers. ... [all …]
|
/third_party/openGLES/extensions/OES/ |
D | OES_shader_multisample_interpolation.txt | 127 interpolation qualifiers. When interpolating variables declared using 139 though they were declared with the "centroid" or "sample" qualifiers, 208 (modify third paragraph, p. 33) These interpolation qualifiers may only 209 precede the qualifiers in, centroid in, sample in, out, centroid out, or 216 with the in, centroid in, or sample in storage qualifiers. ... Variables 221 "sample in" or the interpolation qualifiers in a vertex shader input. ... 226 or sample in storage qualifiers. ... 237 The storage qualifiers must, of course, differ (one is in and one is 245 with the out, centroid out, or sample out storage qualifiers. ... 249 sample out storage qualifiers. ... [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/ |
D | AMD_conservative_depth.txt | 95 qualifiers only..." 97 Fragment shaders allow output layout qualifiers only on the interface 102 have three types of output layout qualifiers..." 105 using one of the following layout qualifiers. 155 fragment shaders in a single program must have the same set of qualifiers.
|
/third_party/openGLES/extensions/AMD/ |
D | AMD_conservative_depth.txt | 95 qualifiers only..." 97 Fragment shaders allow output layout qualifiers only on the interface 102 have three types of output layout qualifiers..." 105 using one of the following layout qualifiers. 155 fragment shaders in a single program must have the same set of qualifiers.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_shader_noperspective_interpolation.txt | 47 interpolation qualifiers that are available for fragment shader inputs: 61 The smooth and flat interpolation qualifiers are already supported in 119 The "noperspective" and "flat" qualifiers affect how shader outputs are 170 (Add to the table of interpolation qualifiers) 195 (Add to the table of interpolation qualifiers:)
|
/third_party/openGLES/extensions/NV/ |
D | NV_shader_noperspective_interpolation.txt | 47 interpolation qualifiers that are available for fragment shader inputs: 61 The smooth and flat interpolation qualifiers are already supported in 119 The "noperspective" and "flat" qualifiers affect how shader outputs are 170 (Add to the table of interpolation qualifiers) 195 (Add to the table of interpolation qualifiers:)
|