Home
last modified time | relevance | path

Searched refs:kUndefined (Results 1 – 25 of 32) sorted by relevance

12

/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dparser_impl_variable_qualifier_test.cc54 ast::Access::kUndefined},
56 ast::Access::kUndefined},
58 ast::Access::kUndefined},
60 ast::Access::kUndefined},
62 ast::Access::kUndefined},
64 ast::Access::kUndefined},
66 ast::Access::kUndefined},
Dparser_impl.h294 ast::Access access = ast::Access::kUndefined;
304 ast::Access access = ast::Access::kUndefined;
Dparser_impl.cc530 ast::Access::kUndefined, // access control in global_constant_decl()
964 VariableQualifier{sc.value, ast::Access::kUndefined}, source}; in variable_qualifier()
1107 auto access = ast::Access::kUndefined; in expect_type_decl_pointer()
1482 ast::Access::kUndefined, // access control in expect_param()
1746 ast::Access::kUndefined, // access control in variable_stmt()
/third_party/skia/modules/androidkit/src/
DSurfaceThread.h24 kUndefined, enumerator
31 MessageType fType = kUndefined;
/third_party/flutter/skia/tools/sk_app/android/
Dsurface_glue_android.h23 kUndefined, enumerator
35 MessageType fType = kUndefined;
Dsurface_glue_android.cpp121 SkASSERT(message.fType != kUndefined); in message_callback()
/third_party/skia/tools/sk_app/android/
Dsurface_glue_android.h23 kUndefined, enumerator
35 MessageType fType = kUndefined;
Dsurface_glue_android.cpp121 SkASSERT(message.fType != kUndefined); in message_callback()
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
Dgenerator_impl.cc280 ast::Access::kUndefined, "")) { in EmitDynamicVectorAssignment()
289 ast::Access::kUndefined, "vec")) { in EmitDynamicVectorAssignment()
294 ast::Access::kUndefined, "val")) { in EmitDynamicVectorAssignment()
356 ast::Access::kUndefined, "")) { in EmitDynamicMatrixVectorAssignment()
365 ast::Access::kUndefined, "mat")) { in EmitDynamicMatrixVectorAssignment()
371 ast::Access::kUndefined, "val")) { in EmitDynamicMatrixVectorAssignment()
430 ast::Access::kUndefined, "")) { in EmitDynamicMatrixScalarAssignment()
439 ast::Access::kUndefined, "mat")) { in EmitDynamicMatrixScalarAssignment()
444 ast::Access::kUndefined, "val")) { in EmitDynamicMatrixScalarAssignment()
1293 ast::Access::kUndefined, name)) { in EmitStorageAtomicCall()
[all …]
/third_party/skia/third_party/externals/tint/src/ast/
Daccess.h27 kUndefined = 0, enumerator
Daccess.cc22 case ast::Access::kUndefined: { in operator <<()
Dpointer_test.cc37 create<Pointer>(i32, ast::StorageClass::kWorkgroup, Access::kUndefined); in TEST_F()
Dpointer.cc38 if (access != ast::Access::kUndefined) { in FriendlyName()
/third_party/icu/icu4c/source/test/intltest/
Dreldatefmttest.cpp1524 static const char *kUndefined = "Undefined"; variable
1542 return kUndefined; in DirectionStr()
1544 return kUndefined; in DirectionStr()
1565 return kUndefined; in RelativeUnitStr()
1567 return kUndefined; in RelativeUnitStr()
1604 return kUndefined; in RelativeDateTimeUnitStr()
1606 return kUndefined; in RelativeDateTimeUnitStr()
1639 return kUndefined; in AbsoluteUnitStr()
1641 return kUndefined; in AbsoluteUnitStr()
/third_party/skia/third_party/externals/tint/src/writer/
Dappend_vector.cc142 ast::Access::kUndefined)); in AppendVector()
164 ast::StorageClass::kNone, ast::Access::kUndefined); in AppendVector()
/third_party/flutter/skia/tests/
DBackendAllocationTest.cpp284 kUndefined, enumerator
294 case VkLayout::kUndefined: in check_vk_layout()
352 check_vk_layout(backendTex, VkLayout::kUndefined); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
467 check_vk_layout(result, VkLayout::kUndefined); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
755 check_vk_layout(beTex, VkLayout::kUndefined); in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
/third_party/skia/third_party/externals/tint/src/sem/
Dpointer_type.cc30 TINT_ASSERT(Semantic, access != ast::Access::kUndefined); in Pointer()
Dreference_type.cc29 TINT_ASSERT(Semantic, access != ast::Access::kUndefined); in Reference()
/third_party/skia/third_party/externals/tint/src/writer/glsl/
Dgenerator_impl.cc638 ast::Access::kUndefined, "result")) { in EmitWorkgroupAtomicCall()
826 ast::Access::kUndefined, "")) { in EmitModfCall()
876 ast::Access::kUndefined, "")) { in EmitFrexpCall()
910 ast::Access::kUndefined, "")) { in EmitFrexpCall()
2050 if (!EmitType(out, type, ast::StorageClass::kNone, ast::Access::kUndefined, in EmitZeroValue()
2066 if (!EmitType(out, type, ast::StorageClass::kNone, ast::Access::kUndefined, in EmitZeroValue()
2678 ast::StorageClass::kNone, ast::Access::kUndefined, in CallIntrinsicHelper()
2695 ast::Access::kUndefined, param_name)) { in CallIntrinsicHelper()
/third_party/skia/third_party/externals/tint/src/
Dprogram_builder.h132 ast::Access access = ast::Access::kUndefined;
774 ast::Access access = ast::Access::kUndefined) const {
787 ast::Access access = ast::Access::kUndefined) const {
797 ast::Access access = ast::Access::kUndefined) const {
1375 ast::Access::kUndefined, type, true, constructor, decorations);
1392 ast::Access::kUndefined, type, true, constructor, decorations);
1405 ast::Access::kUndefined, type, true, nullptr, decorations);
1420 ast::Access::kUndefined, type, true, nullptr, decorations);
/third_party/skia/third_party/externals/tint/src/writer/wgsl/
Dgenerator_impl.cc406 if (ptr->access != ast::Access::kUndefined) { in EmitType()
588 if (sc != ast::StorageClass::kNone || ac != ast::Access::kUndefined) { in EmitVariable()
590 if (ac != ast::Access::kUndefined) { in EmitVariable()
/third_party/skia/third_party/externals/tint/src/transform/
Dcalculate_array_length.cc98 ast::Access::kUndefined, buffer_typename, true, nullptr, in Run()
/third_party/skia/third_party/externals/tint/src/resolver/
Dtype_validation_test.cc100 ast::StorageClass::kPrivate, ast::Access::kUndefined, ty.f32(), true, in TEST_F()
903 ast::ImageFormat::kR32Uint, ast::Access::kUndefined); in TEST_F()
Dresolver.cc221 if (access == ast::kUndefined) { in Type()
351 if (access == ast::Access::kUndefined) { in Variable()
1426 ast::Access::kUndefined); // access in TypeConversion()
1486 ast::Access::kUndefined); // access in TypeConstructor()
/third_party/cef/libcef/browser/native/
Dbrowser_platform_delegate_native_mac.mm401 blink::WebInputEvent::Type::kUndefined,

12