Home
last modified time | relevance | path

Searched refs:brw_jump_scale (Results 1 – 6 of 6) 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()
/external/mesa3d/src/intel/compiler/
Dbrw_eu_emit.c1537 unsigned br = brw_jump_scale(devinfo); in patch_IF_ELSE()
1856 unsigned br = brw_jump_scale(devinfo); in brw_patch_break_cont()
1880 unsigned br = brw_jump_scale(devinfo); in brw_WHILE()
2844 int scale = 16 / brw_jump_scale(devinfo); in while_jumps_before_offset()
2932 int br = brw_jump_scale(devinfo); in brw_set_uip_jip()
Dbrw_eu.cpp473 int to_bytes_scale = sizeof(brw_inst) / brw_jump_scale(devinfo); in brw_label_assembly()
Dbrw_eu.h1168 brw_jump_scale(const struct gen_device_info *devinfo) in brw_jump_scale() function
Dbrw_disasm.c1669 int to_bytes_scale = sizeof(brw_inst) / brw_jump_scale(devinfo); in write_label()
Dbrw_fs_generator.cpp230 int scale = brw_jump_scale(p->devinfo); in patch_discard_jumps_to_fb_writes()