Home
last modified time | relevance | path

Searched refs:attribute_flags (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/vert/
Dfunctions_nested.vert79 int attribute_flags = input_attributes[location].w;
83 result.stride = attribute_flags & 0xFF;
84 result.swap_bytes = (attribute_flags >> 8) & 0x1;
85 result.is_volatile = (attribute_flags >> 9) & 0x1;
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl-no-opt/vert/
Dfunctions_nested.vert47 int attribute_flags = v_227.input_attributes[location].w;
52 result.stride = attribute_flags & 255;
53 result.swap_bytes = (attribute_flags >> 8) & 1;
54 result.is_volatile = (attribute_flags >> 9) & 1;
/third_party/ntfs-3g/include/ntfs-3g/
Dlogfile.h413 ATTRIBUTE_FLAGS attribute_flags; member
/third_party/node/src/
Djs_native_api_v8.cc83 unsigned int attribute_flags = v8::PropertyAttribute::None; in V8PropertyAttributesFromDescriptor() local
89 attribute_flags |= v8::PropertyAttribute::ReadOnly; in V8PropertyAttributesFromDescriptor()
93 attribute_flags |= v8::PropertyAttribute::DontEnum; in V8PropertyAttributesFromDescriptor()
96 attribute_flags |= v8::PropertyAttribute::DontDelete; in V8PropertyAttributesFromDescriptor()
99 return static_cast<v8::PropertyAttribute>(attribute_flags); in V8PropertyAttributesFromDescriptor()
/third_party/ntfs-3g/ntfsprogs/
Dplaylog.c4027 if (action->record.attribute_flags & ACTS_ON_INDX) in get_action_kind()
4030 if (action->record.attribute_flags & ACTS_ON_MFT) in get_action_kind()
4463 if (action->record.attribute_flags in play_one_redo()
4853 if (action->record.attribute_flags in play_one_undo()
Dntfsrecover.c1903 (int)le16_to_cpu(logr->attribute_flags)); in detaillogr()