Searched refs:BRW_OPCODE_AND (Results 1 - 25 of 43) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_cmod_propagation.cpp141 scan_inst->opcode != BRW_OPCODE_AND)
177 if ((inst->opcode != BRW_OPCODE_AND &&
201 if (inst->opcode == BRW_OPCODE_AND &&
254 if (inst->opcode == BRW_OPCODE_AND)
H A Dbrw_vec4_cmod_propagation.cpp58 if ((inst->opcode != BRW_OPCODE_AND &&
74 if (inst->opcode == BRW_OPCODE_AND &&
265 if (inst->opcode == BRW_OPCODE_AND)
H A Dbrw_vec4_copy_propagation.cpp84 return (opcode == BRW_OPCODE_AND ||
226 case BRW_OPCODE_AND:
H A Dbrw_vec4_cse.cpp55 case BRW_OPCODE_AND:
H A Dbrw_eu_defines.h204 BRW_OPCODE_AND = 5, enumerator in enum:opcode
H A Dbrw_fs_cse.cpp54 case BRW_OPCODE_AND:
H A Dbrw_fs_copy_propagation.cpp305 return (opcode == BRW_OPCODE_AND ||
642 case BRW_OPCODE_AND:
H A Dbrw_shader.cpp819 case BRW_OPCODE_AND:
969 case BRW_OPCODE_AND:
H A Dtest_vec4_cmod_propagation.cpp248 EXPECT_EQ(BRW_OPCODE_AND, instruction(block0, 1)->opcode);
586 EXPECT_EQ(BRW_OPCODE_AND, instruction(block0, 1)->opcode);
H A Dbrw_eu.c469 [BRW_OPCODE_AND] = {
H A Dtest_fs_cmod_propagation.cpp519 EXPECT_EQ(BRW_OPCODE_AND, instruction(block0, 1)->opcode);
554 EXPECT_EQ(BRW_OPCODE_AND, instruction(block0, 1)->opcode);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_cmod_propagation.cpp184 scan_inst->opcode != BRW_OPCODE_AND)
233 if ((inst->opcode != BRW_OPCODE_AND &&
257 if (inst->opcode == BRW_OPCODE_AND &&
318 if (inst->opcode == BRW_OPCODE_AND)
H A Dbrw_vec4_cmod_propagation.cpp58 if ((inst->opcode != BRW_OPCODE_AND &&
74 if (inst->opcode == BRW_OPCODE_AND &&
265 if (inst->opcode == BRW_OPCODE_AND)
H A Dbrw_eu.cpp604 { BRW_OPCODE_AND, 5, "and", 2, 1, GFX_LT(GFX12) },
605 { BRW_OPCODE_AND, 101, "and", 2, 1, GFX_GE(GFX12) },
H A Dbrw_vec4_cse.cpp55 case BRW_OPCODE_AND:
H A Dbrw_fs_cse.cpp54 case BRW_OPCODE_AND:
H A Dbrw_vec4_copy_propagation.cpp210 case BRW_OPCODE_AND:
H A Dbrw_fs_copy_propagation.cpp364 return (opcode == BRW_OPCODE_AND ||
811 case BRW_OPCODE_AND:
H A Dbrw_shader.cpp867 case BRW_OPCODE_AND:
1041 case BRW_OPCODE_AND:
H A Dtest_vec4_cmod_propagation.cpp260 EXPECT_EQ(BRW_OPCODE_AND, instruction(block0, 1)->opcode);
598 EXPECT_EQ(BRW_OPCODE_AND, instruction(block0, 1)->opcode);
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dbrw_defines.h568 #define BRW_OPCODE_AND 5 macro
/xsrc/external/mit/xf86-video-intel/dist/xvmc/
H A Dbrw_defines.h568 #define BRW_OPCODE_AND 5 macro
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dbrw_defines.h568 #define BRW_OPCODE_AND 5 macro
/xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/
H A Dbrw_defines.h568 #define BRW_OPCODE_AND 5 macro
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Dbrw_defines.h561 #define BRW_OPCODE_AND 5 macro

Completed in 41 milliseconds

12