Home
last modified time | relevance | path

Searched refs:to_bytes_scale (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_eu.c476 int to_bytes_scale = sizeof(brw_inst) / brw_jump_scale(devinfo); in brw_label_assembly() local
493 offset + brw_inst_uip(devinfo, inst) * to_bytes_scale, mem_ctx); in brw_label_assembly()
495 offset + brw_inst_jip(devinfo, inst) * to_bytes_scale, mem_ctx); in brw_label_assembly()
504 brw_create_label(&root_label, offset + jip * to_bytes_scale, mem_ctx); in brw_label_assembly()
Dbrw_disasm.c1834 int to_bytes_scale = sizeof(brw_inst) / brw_jump_scale(devinfo); in write_label() local
1836 brw_find_label(root_label, offset + jump * to_bytes_scale); in write_label()
/third_party/mesa3d/src/intel/tools/
Di965_asm.c135 const unsigned to_bytes_scale = brw_jump_scale(p->devinfo); in i965_postprocess_labels() local
143 relative_offset *= to_bytes_scale; in i965_postprocess_labels()