Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_eu_defines.h1746 LSC_OP_LOAD = 0, enumerator
Dbrw_lower_logical_sends.cpp1767 inst->desc = lsc_msg_desc(devinfo, LSC_OP_LOAD, inst->exec_size, in lower_lsc_surface_logical_send()
1988 inst->desc = lsc_msg_desc(devinfo, LSC_OP_LOAD, inst->exec_size, in lower_lsc_a64_logical_send()
2260 inst->desc = lsc_msg_desc(devinfo, LSC_OP_LOAD, inst->exec_size, in lower_lsc_varying_pull_constant_logical_send()
Dbrw_disasm.c632 [LSC_OP_LOAD] = "load",
2285 case LSC_OP_LOAD: in brw_disassemble_inst()
Dbrw_ir_performance.cpp1107 case LSC_OP_LOAD: in instruction_desc()
Dbrw_schedule_instructions.cpp535 case LSC_OP_LOAD: in set_latency_gfx7()
Dbrw_eu.h1203 return opcode == LSC_OP_LOAD || opcode == LSC_OP_STORE; in lsc_opcode_has_transpose()
Dbrw_fs.cpp3748 inst->desc = lsc_msg_desc(devinfo, LSC_OP_LOAD, in lower_uniform_pull_constant_loads()