Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_eu_defines.h1747 LSC_OP_LOAD_CMASK = 2, enumerator
Dbrw_lower_logical_sends.cpp1728 inst->desc = lsc_msg_desc(devinfo, LSC_OP_LOAD_CMASK, inst->exec_size, in lower_lsc_surface_logical_send()
1970 inst->desc = lsc_msg_desc(devinfo, LSC_OP_LOAD_CMASK, inst->exec_size, in lower_lsc_a64_logical_send()
2250 inst->desc = lsc_msg_desc(devinfo, LSC_OP_LOAD_CMASK, inst->exec_size, in lower_lsc_varying_pull_constant_logical_send()
Dbrw_disasm.c633 [LSC_OP_LOAD_CMASK] = "load_cmask",
2284 case LSC_OP_LOAD_CMASK: in brw_disassemble_inst()
Dbrw_ir_performance.cpp1109 case LSC_OP_LOAD_CMASK: in instruction_desc()
Dbrw_eu.h1197 return opcode == LSC_OP_LOAD_CMASK || opcode == LSC_OP_STORE_CMASK; in lsc_opcode_has_cmask()
Dbrw_schedule_instructions.cpp537 case LSC_OP_LOAD_CMASK: in set_latency_gfx7()