Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_eu_compact.c1819 try_compact_instruction(const struct compaction_state *c, in try_compact_instruction() function
1931 return try_compact_instruction(&c, dst, src); in brw_try_compact_instruction()
2523 if (try_compact_instruction(&c, dst, &inst)) { in brw_compact_instructions()
2602 bool ret = try_compact_instruction(&c, (brw_compact_inst *)insn, in brw_compact_instructions()