Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_asm_annotation.c31 dump_assembly(void *assembly, int num_annotations, struct annotation *annotation, in dump_assembly() argument
37 for (int i = 0; i < num_annotations; i++) { in dump_assembly()
Dintel_asm_annotation.h62 dump_assembly(void *assembly, int num_annotations, struct annotation *annotation,
Dbrw_eu_compact.c1402 int num_annotations, struct annotation *annotation) in brw_compact_instructions() argument
1568 for (int offset = 0, i = 0; i < num_annotations; i++) { in brw_compact_instructions()
1581 annotation[num_annotations].offset = p->next_insn_offset; in brw_compact_instructions()
Dbrw_eu.h539 int num_annotations, struct annotation *annotation);