Home
last modified time | relevance | path

Searched refs:ann_count (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_asm_annotation.c88 if (annotation->ann_size <= annotation->ann_count) { in annotation_array_ensure_space()
113 struct annotation *ann = &annotation->ann[annotation->ann_count++]; in annotate()
133 annotation->ann_count--; in annotate()
146 if (!annotation->ann_count) in annotation_finalize()
149 if (annotation->ann_count == annotation->ann_size) { in annotation_finalize()
153 annotation->ann[annotation->ann_count].offset = next_inst_offset; in annotation_finalize()
162 if (!annotation->ann_count) in annotation_insert_error()
171 assume(annotation->ann_count > 0); in annotation_insert_error()
173 for (int i = 0; i < annotation->ann_count; i++) { in annotation_insert_error()
183 (annotation->ann_count - i + 2) * sizeof(struct annotation)); in annotation_insert_error()
[all …]
Dintel_asm_annotation.h54 int ann_count; member
Dbrw_fs_generator.cpp2022 annotation.ann_count--; in generate_code()
2092 brw_compact_instructions(p, start_offset, annotation.ann_count, in generate_code()
2104 dump_assembly(p->store, annotation.ann_count, annotation.ann, in generate_code()
Dbrw_vec4_generator.cpp2170 brw_compact_instructions(p, 0, annotation.ann_count, annotation.ann); in generate_code()
2184 dump_assembly(p->store, annotation.ann_count, annotation.ann, in generate_code()