Home
last modified time | relevance | path

Searched refs:brw_label (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_eu.cpp419 const struct brw_label *
420 brw_find_label(const struct brw_label *root, int offset) in brw_find_label()
422 const struct brw_label *curr = root; in brw_find_label()
438 brw_create_label(struct brw_label **labels, int offset, void *mem_ctx) in brw_create_label()
441 struct brw_label *curr = *labels; in brw_create_label()
442 struct brw_label *prev; in brw_create_label()
453 curr = ralloc(mem_ctx, struct brw_label); in brw_create_label()
459 struct brw_label *root = ralloc(mem_ctx, struct brw_label); in brw_create_label()
467 const struct brw_label *
471 struct brw_label *root_label = NULL; in brw_label_assembly()
[all …]
Dbrw_eu.h145 struct brw_label { struct
148 struct brw_label *next; argument
178 const struct brw_label *brw_find_label(const struct brw_label *root, int offset);
179 void brw_create_label(struct brw_label **labels, int offset, void *mem_ctx);
182 int offset, const struct brw_label *root_label);
183 const struct brw_label *brw_label_assembly(const struct gen_device_info *devinfo,
190 const struct brw_label *root_label, FILE *out);
Dbrw_disasm_info.c42 const struct brw_label *root_label = in dump_assembly()
Dbrw_disasm.c1665 const struct brw_label *root_label, in write_label()
1670 const struct brw_label *label = in write_label()
1681 int offset, const struct brw_label *root_label) in brw_disassemble_inst()
/external/mesa3d/src/intel/common/
Dgen_disasm.c82 const struct brw_label *root_label = in gen_disassemble()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.h150 struct brw_label;
/external/mesa3d/docs/relnotes/
D20.3.0.rst1234 - intel/disasm: brw_label and support functions