Searched refs:attribute_flags (Results 1 – 6 of 6) sorted by relevance
79 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;
47 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;
413 ATTRIBUTE_FLAGS attribute_flags; member
83 unsigned int attribute_flags = v8::PropertyAttribute::None; in V8PropertyAttributesFromDescriptor() local89 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()
4027 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()
1903 (int)le16_to_cpu(logr->attribute_flags)); in detaillogr()