Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_eu_defines.h1749 LSC_OP_STORE_CMASK = 6, enumerator
Dbrw_ir_performance.cpp1110 case LSC_OP_STORE_CMASK: in instruction_desc()
Dbrw_lower_logical_sends.cpp1737 inst->desc = lsc_msg_desc(devinfo, LSC_OP_STORE_CMASK, inst->exec_size, in lower_lsc_surface_logical_send()
1979 inst->desc = lsc_msg_desc(devinfo, LSC_OP_STORE_CMASK, inst->exec_size, in lower_lsc_a64_logical_send()
Dbrw_eu.h1197 return opcode == LSC_OP_LOAD_CMASK || opcode == LSC_OP_STORE_CMASK; in lsc_opcode_has_cmask()
Dbrw_schedule_instructions.cpp538 case LSC_OP_STORE_CMASK: in set_latency_gfx7()
Dbrw_disasm.c635 [LSC_OP_STORE_CMASK] = "store_cmask",