Home
last modified time | relevance | path

Searched refs:BRW_OPCODE_MATH (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_eu_validate.c179 if (brw_inst_opcode(devinfo, inst) == BRW_OPCODE_MATH) { in num_sources_from_inst()
872 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_MATH) { in region_alignment_rules()
Dbrw_eu_defines.h246 BRW_OPCODE_MATH = 56, /**< Gen6+ */ enumerator
Dbrw_eu.c558 [BRW_OPCODE_MATH] = {
Dbrw_shader.cpp866 case BRW_OPCODE_MATH: in can_do_saturate()
Dbrw_disasm.c1490 if (opcode == BRW_OPCODE_MATH) { in brw_disassemble_inst()
Dbrw_fs_generator.cpp1656 brw_inst_opcode(devinfo, brw_last_inst) == BRW_OPCODE_MATH && in generate_code()
Dbrw_eu_emit.c1905 brw_inst *insn = next_insn(p, BRW_OPCODE_MATH); in gen6_math()