Searched refs:BRW_OPCODE_OR (Results 1 - 25 of 40) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_copy_propagation.cpp85 opcode == BRW_OPCODE_OR ||
225 case BRW_OPCODE_OR:
H A Dbrw_fs_cmod_propagation.cpp140 if (scan_inst->opcode != BRW_OPCODE_OR &&
H A Dbrw_vec4_cse.cpp56 case BRW_OPCODE_OR:
H A Dbrw_eu_defines.h205 BRW_OPCODE_OR = 6, enumerator in enum:opcode
H A Dbrw_fs_cse.cpp55 case BRW_OPCODE_OR:
H A Dbrw_fs_copy_propagation.cpp306 opcode == BRW_OPCODE_OR ||
641 case BRW_OPCODE_OR:
H A Dbrw_shader.cpp820 case BRW_OPCODE_OR:
990 case BRW_OPCODE_OR:
H A Dbrw_eu.c472 [BRW_OPCODE_OR] = {
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_eu.cpp606 { BRW_OPCODE_OR, 6, "or", 2, 1, GFX_LT(GFX12) },
607 { BRW_OPCODE_OR, 102, "or", 2, 1, GFX_GE(GFX12) },
H A Dbrw_fs_cmod_propagation.cpp183 if (scan_inst->opcode != BRW_OPCODE_OR &&
H A Dbrw_vec4_cse.cpp56 case BRW_OPCODE_OR:
H A Dbrw_fs_cse.cpp55 case BRW_OPCODE_OR:
H A Dbrw_vec4_copy_propagation.cpp209 case BRW_OPCODE_OR:
H A Dbrw_fs_copy_propagation.cpp365 opcode == BRW_OPCODE_OR ||
810 case BRW_OPCODE_OR:
H A Dbrw_shader.cpp868 case BRW_OPCODE_OR:
1062 case BRW_OPCODE_OR:
H A Dtest_fs_cmod_propagation.cpp1570 EXPECT_EQ(BRW_OPCODE_OR, instruction(block0, 0)->opcode);
2677 EXPECT_EQ(BRW_OPCODE_OR, instruction(block0, 0)->opcode);
2876 EXPECT_EQ(BRW_OPCODE_OR, instruction(block0, 0)->opcode);
2919 EXPECT_EQ(BRW_OPCODE_OR, instruction(block0, 0)->opcode);
2964 EXPECT_EQ(BRW_OPCODE_OR, instruction(block0, 0)->opcode);
3008 EXPECT_EQ(BRW_OPCODE_OR, instruction(block0, 0)->opcode);
3011 EXPECT_EQ(BRW_OPCODE_OR, instruction(block0, 1)->opcode);
3054 EXPECT_EQ(BRW_OPCODE_OR, instruction(block0, 0)->opcode);
H A Dbrw_eu_defines.h209 BRW_OPCODE_OR, enumerator in enum:opcode
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dbrw_defines.h569 #define BRW_OPCODE_OR 6 macro
/xsrc/external/mit/xf86-video-intel/dist/xvmc/
H A Dbrw_defines.h569 #define BRW_OPCODE_OR 6 macro
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dbrw_defines.h569 #define BRW_OPCODE_OR 6 macro
/xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/
H A Dbrw_defines.h569 #define BRW_OPCODE_OR 6 macro
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Dbrw_defines.h562 #define BRW_OPCODE_OR 6 macro
/xsrc/external/mit/xf86-video-intel/dist/src/sna/brw/
H A Dbrw_disasm.c63 [BRW_OPCODE_OR] = { .name = "or", .nsrc = 2, .ndst = 1 },
H A Dbrw_eu.h158 BRW_OPCODE_OR = 6, enumerator in enum:opcode
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/brw/
H A Dbrw_disasm.c63 [BRW_OPCODE_OR] = { .name = "or", .nsrc = 2, .ndst = 1 },

Completed in 45 milliseconds

12