Home
last modified time | relevance | path

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

/external/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()
/external/mesa3d/src/intel/compiler/
Dbrw_eu.cpp473 int to_bytes_scale = sizeof(brw_inst) / brw_jump_scale(devinfo); in brw_label_assembly() local
490 offset + brw_inst_uip(devinfo, inst) * to_bytes_scale, mem_ctx); in brw_label_assembly()
492 offset + brw_inst_jip(devinfo, inst) * to_bytes_scale, mem_ctx); in brw_label_assembly()
501 brw_create_label(&root_label, offset + jip * to_bytes_scale, mem_ctx); in brw_label_assembly()
Dbrw_disasm.c1669 int to_bytes_scale = sizeof(brw_inst) / brw_jump_scale(devinfo); in write_label() local
1671 brw_find_label(root_label, offset + jump * to_bytes_scale); in write_label()