Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_eu_defines.h1748 LSC_OP_STORE = 4, enumerator
Dbrw_ir_performance.cpp1108 case LSC_OP_STORE: in instruction_desc()
Dbrw_lower_logical_sends.cpp1777 inst->desc = lsc_msg_desc(devinfo, LSC_OP_STORE, inst->exec_size, in lower_lsc_surface_logical_send()
1998 inst->desc = lsc_msg_desc(devinfo, LSC_OP_STORE, inst->exec_size, in lower_lsc_a64_logical_send()
Dbrw_schedule_instructions.cpp536 case LSC_OP_STORE: in set_latency_gfx7()
Dbrw_eu.h1203 return opcode == LSC_OP_LOAD || opcode == LSC_OP_STORE; in lsc_opcode_has_transpose()
Dbrw_disasm.c634 [LSC_OP_STORE] = "store",