Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_lower_logical_sends.cpp59 inst->sfid = BRW_SFID_URB; in lower_urb_read_logical_send()
112 inst->sfid = BRW_SFID_URB; in lower_urb_write_logical_send()
378 inst->sfid = GFX6_SFID_DATAPORT_RENDER_CACHE; in lower_fb_write_logical_send()
1103 inst->sfid = BRW_SFID_SAMPLER; in lower_sampler_logical_send_gfx7()
1472 uint32_t sfid; in lower_surface_logical_send() local
1477 sfid = GFX7_SFID_DATAPORT_DATA_CACHE; in lower_surface_logical_send()
1482 sfid = devinfo->ver >= 7 ? GFX7_SFID_DATAPORT_DATA_CACHE : in lower_surface_logical_send()
1494 sfid = (devinfo->verx10 >= 75 ? in lower_surface_logical_send()
1505 sfid = (devinfo->verx10 >= 75 ? in lower_surface_logical_send()
1595 inst->sfid = sfid; in lower_surface_logical_send()
[all …]
Dbrw_eu_emit.c2687 unsigned sfid, in brw_send_indirect_message() argument
2735 brw_inst_set_sfid(devinfo, send, sfid); in brw_send_indirect_message()
2741 unsigned sfid, in brw_send_indirect_split_message() argument
2808 unsigned imm_part = ex_desc_imm | sfid | eot << 5; in brw_send_indirect_split_message()
2852 brw_inst_set_sfid(devinfo, send, sfid); in brw_send_indirect_split_message()
2858 unsigned sfid, in brw_send_indirect_surface_message() argument
2889 brw_send_indirect_message(p, sfid, dst, payload, surface, desc_imm, false); in brw_send_indirect_surface_message()
3149 const unsigned sfid = (devinfo->verx10 >= 75 ? in brw_untyped_atomic() local
3171 brw_send_indirect_surface_message(p, sfid, brw_writemask(dst, mask), in brw_untyped_atomic()
3184 const unsigned sfid = (devinfo->verx10 >= 75 ? in brw_untyped_surface_read() local
[all …]
Dbrw_ir_performance.cpp128 desc(inst->desc), sfid(inst->sfid) in instruction_info()
158 desc(inst->desc), sfid(inst->sfid) in instruction_info()
197 uint8_t sfid; member
939 switch (info.sfid) { in instruction_desc()
1038 switch (info.sfid) { in instruction_desc()
Dbrw_ir.h159 uint8_t sfid; /**< SFID for SEND instructions */ member
Dbrw_fs_cse.cpp189 a->sfid == b->sfid && in instructions_match()
Dbrw_disasm.c1873 brw_sfid_is_lsc(unsigned sfid) in brw_sfid_is_lsc() argument
1875 switch (sfid) { in brw_sfid_is_lsc()
2034 enum brw_message_target sfid = brw_inst_sfid(devinfo, inst); in brw_disassemble_inst() local
2081 sfid, &space); in brw_disassemble_inst()
2088 switch (sfid) { in brw_disassemble_inst()
2433 format(file, "unsupported shared function ID %d", sfid); in brw_disassemble_inst()
2438 if (brw_sfid_is_lsc(sfid)) { in brw_disassemble_inst()
Dtest_fs_scoreboard.cpp232 emit_SEND(bld, g[3], x, g[4])->sfid++; in TEST_F()
339 emit_SEND(bld, x, g[3], g[4])->sfid++; in TEST_F()
451 emit_SEND(bld, x, g[3], g[4])->sfid++; in TEST_F()
Dbrw_eu.h1573 unsigned sfid,
1582 unsigned sfid,
1785 enum brw_message_target sfid,
Dbrw_fs_reg_allocate.cpp786 unspill_inst->sfid = GFX7_SFID_DATAPORT_DATA_CACHE; in emit_unspill()
856 spill_inst->sfid = GFX7_SFID_DATAPORT_DATA_CACHE; in emit_spill()
Dbrw_fs_generator.cpp342 brw_send_indirect_split_message(p, inst->sfid, dst, payload, payload2, in generate_send()
349 brw_send_indirect_message(p, inst->sfid, dst, payload, desc, desc_imm, in generate_send()
2308 brw_message_target(inst->sfid), in generate_code()
Dbrw_fs_visitor.cpp1057 fence->sfid = BRW_SFID_URB; in emit_urb_fence()
Dbrw_inst.h829 FF(sfid,
Dbrw_schedule_instructions.cpp384 switch (inst->sfid) { in set_latency_gfx7()
Dbrw_fs_nir.cpp4011 send->sfid = GFX12_SFID_UGM; in emit_rt_lsc_fence()
4239 uint8_t sfid, uint32_t desc, in emit_fence() argument
4249 fence->sfid = sfid; in emit_fence()
Dbrw_fs.cpp1645 send->sfid = GFX7_SFID_DATAPORT_DATA_CACHE; in assign_curb_setup()
3747 inst->sfid = GFX12_SFID_UGM; in lower_uniform_pull_constant_loads()
6283 if (inst->sfid != GFX12_SFID_UGM) in needs_dummy_fence()
6324 dummy_fence->sfid = GFX12_SFID_UGM; in emit_dummy_memory_fence_before_eot()
Dbrw_vec4_generator.cpp1928 brw_message_target(inst->sfid), in generate_code()
Dbrw_vec4_nir.cpp720 fence->sfid = GFX7_SFID_DATAPORT_DATA_CACHE; in nir_emit_intrinsic()
/third_party/python/Lib/idlelib/
Ddebugger.py484 self.sfid = canvas.create_window(0, 0, window=subframe, anchor="nw")