Searched refs:attribute_offset (Results 1 – 7 of 7) sorted by relevance
1726 && !action->record.attribute_offset in check_full_mft()1769 && !action->record.attribute_offset in check_full_index()1837 + le16_to_cpu(action->record.attribute_offset); in redo_action37()1880 + le16_to_cpu(action->record.attribute_offset); in redo_add_index()1943 + le16_to_cpu(action->record.attribute_offset); in redo_add_root_index()2021 + le16_to_cpu(action->record.attribute_offset); in redo_create_file()2071 + le16_to_cpu(action->record.attribute_offset); in redo_create_attribute()2094 + le16_to_cpu(action->record.attribute_offset); in redo_delete_attribute()2119 + le16_to_cpu(action->record.attribute_offset); in redo_delete_file()2174 + le16_to_cpu(action->record.attribute_offset); in redo_delete_index()[all …]
586 ntfs_log_info("attribute_offset = 0x%x\n", le16_to_cpu(lr->attribute_offset)); in dump_log_record()
1317 offs = le16_to_cpu(logr->attribute_offset); in fixup()1899 (int)le16_to_cpu(logr->attribute_offset)); in detaillogr()2016 + le16_to_cpu(logr->attribute_offset); in detaillogr()2045 + le16_to_cpu(logr->attribute_offset); in detaillogr()
1701 const GLint attribute_offset = group_offset + i * n_elements; in configureAttribute() local1709 (GLvoid*)((attribute_offset + column_offset) * sizeof(GLdouble))); in configureAttribute()1844 const GLint attribute_offset = n_type * n_attributes; in getProgramDetails() local1860 stream << "in " << type_name << " attribute_" << attribute + attribute_offset << ";\n"; in getProgramDetails()2448 const GLuint attribute_offset = attribute + group_offset; in setAttributes_a_scalar() local2450 out_buffer_data[attribute_offset] = attribute + attribute_index + vertex * 2; in setAttributes_a_scalar()2478 const GLuint attribute_offset = n_elements * attribute + group_offset; in setAttributes_a_vec() local2482 out_buffer_data[attribute_offset + i] = attribute + attribute_index + vertex * 3 + i + 1; in setAttributes_a_vec()2519 const GLuint attribute_offset = n_elements * attribute + group_offset; in setAttributes_b() local2523 out_buffer_data[attribute_offset + i] = attribute + attribute_index + vertex * n_elements + i; in setAttributes_b()[all …]
411 le16 attribute_offset; member
310 auto* attribute_offset = index_expr; in CreateVertexPullingPreamble() local312 attribute_offset = in CreateVertexPullingPreamble()318 ctx.dst->Const(buffer_array_base, nullptr, attribute_offset))); in CreateVertexPullingPreamble()
3542 cfg.compute.attribute_offset = batch->ctx->offset_start; in panfrost_launch_xfb()