Searched refs:FJ (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_inst.h439 #define FJ(name, high, low, assertions) \ macro
455 FJ(gen6_jump_count, 63, 48, devinfo->gen == 6)
456 FJ(gen4_jump_count, 111, 96, devinfo->gen < 6)
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_inst.h590 #define FJ(name, high, low, assertions) \ macro
606 FJ(gfx6_jump_count, 63, 48, devinfo->ver == 6)
607 FJ(gfx4_jump_count, 111, 96, devinfo->ver < 6)

Completed in 4 milliseconds