Home
last modified time | relevance | path

Searched refs:BRW_SFID_MATH (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_eu_defines.h927 BRW_SFID_MATH = 1, /* Only valid on Gen4-5 */ enumerator
Dbrw_disasm.c275 [BRW_SFID_MATH] = "math",
287 [BRW_SFID_MATH] = "math",
1605 case BRW_SFID_MATH: in brw_disassemble_inst()
Dbrw_eu_validate.c183 if (brw_inst_sfid(devinfo, inst) == BRW_SFID_MATH) { in num_sources_from_inst()
Dbrw_eu_emit.c440 brw_set_message_descriptor(p, inst, BRW_SFID_MATH, in brw_set_math_message()