Searched refs:sfid (Results 1 - 25 of 32) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_ir.h159 uint8_t sfid; /**< SFID for SEND instructions */ member in struct:backend_instruction
H A Dbrw_eu_emit.c2684 unsigned sfid,
2732 brw_inst_set_sfid(devinfo, send, sfid);
2738 unsigned sfid,
2805 unsigned imm_part = ex_desc_imm | sfid | eot << 5;
2849 brw_inst_set_sfid(devinfo, send, sfid);
2855 unsigned sfid,
2886 brw_send_indirect_message(p, sfid, dst, payload, surface, desc_imm, false);
3139 const unsigned sfid = (devinfo->verx10 >= 75 ? local in function:brw_untyped_atomic
3161 brw_send_indirect_surface_message(p, sfid, brw_writemask(dst, mask),
3174 const unsigned sfid local in function:brw_untyped_surface_read
2683 brw_send_indirect_message(struct brw_codegen * p,unsigned sfid,struct brw_reg dst,struct brw_reg payload,struct brw_reg desc,unsigned desc_imm,bool eot) argument
2737 brw_send_indirect_split_message(struct brw_codegen * p,unsigned sfid,struct brw_reg dst,struct brw_reg payload0,struct brw_reg payload1,struct brw_reg desc,unsigned desc_imm,struct brw_reg ex_desc,unsigned ex_desc_imm,bool eot) argument
2854 brw_send_indirect_surface_message(struct brw_codegen * p,unsigned sfid,struct brw_reg dst,struct brw_reg payload,struct brw_reg surface,unsigned desc_imm) argument
3197 const unsigned sfid = (devinfo->verx10 >= 75 ? local in function:brw_untyped_surface_write
3216 brw_set_memory_fence_message(struct brw_codegen * p,struct brw_inst * insn,enum brw_message_target sfid,bool commit_enable,unsigned bti) argument
3248 gfx12_set_memory_fence_message(struct brw_codegen * p,struct brw_inst * insn,enum brw_message_target sfid) argument
3277 brw_memory_fence(struct brw_codegen * p,struct brw_reg dst,struct brw_reg src,enum opcode send_op,enum brw_message_target sfid,bool commit_enable,unsigned bti) argument
3616 const unsigned sfid = (devinfo->verx10 >= 75 ? local in function:brw_shader_time_add
[all...]
H A Dbrw_ir_performance.cpp128 desc(inst->desc), sfid(inst->sfid)
158 desc(inst->desc), sfid(inst->sfid)
195 uint8_t sfid; member in struct:__anon104c03580110::instruction_info
941 switch (info.sfid) {
1040 switch (info.sfid) {
H A Dbrw_fs_cse.cpp188 a->sfid == b->sfid &&
H A Dbrw_disasm.c1861 brw_sfid_is_lsc(unsigned sfid) argument
1863 switch (sfid) {
2020 enum brw_message_target sfid = brw_inst_sfid(devinfo, inst); local in function:brw_disassemble_inst
2067 sfid, &space);
2074 switch (sfid) {
2415 format(file, "unsupported shared function ID %d", sfid);
2420 if (brw_sfid_is_lsc(sfid)) {
H A Dbrw_eu.h1546 * Send message to shared unit \p sfid with a possibly indirect descriptor \p
1552 unsigned sfid,
1561 unsigned sfid,
1768 enum brw_message_target sfid,
H A Dtest_fs_scoreboard.cpp232 emit_SEND(bld, g[3], x, g[4])->sfid++;
339 emit_SEND(bld, x, g[3], g[4])->sfid++;
451 emit_SEND(bld, x, g[3], g[4])->sfid++;
H A Dbrw_fs.cpp1742 send->sfid = GFX7_SFID_DATAPORT_DATA_CACHE;
3885 inst->sfid = GFX12_SFID_UGM;
4811 inst->sfid = GFX6_SFID_DATAPORT_RENDER_CACHE;
5476 inst->sfid = BRW_SFID_SAMPLER;
5791 uint32_t sfid; local in function:lower_surface_logical_send
5796 sfid = GFX7_SFID_DATAPORT_DATA_CACHE;
5801 sfid = devinfo->ver >= 7 ? GFX7_SFID_DATAPORT_DATA_CACHE :
5813 sfid = (devinfo->verx10 >= 75 ?
5824 sfid = (devinfo->verx10 >= 75 ?
5914 inst->sfid
[all...]
H A Dbrw_fs_reg_allocate.cpp777 unspill_inst->sfid = GFX7_SFID_DATAPORT_DATA_CACHE;
843 spill_inst->sfid = GFX7_SFID_DATAPORT_DATA_CACHE;
H A Dbrw_fs_generator.cpp341 brw_send_indirect_split_message(p, inst->sfid, dst, payload, payload2,
348 brw_send_indirect_message(p, inst->sfid, dst, payload, desc, desc_imm,
2472 brw_message_target(inst->sfid),
/xsrc/external/mit/xf86-video-intel/dist/src/sna/brw/
H A Dbrw_eu_emit.c380 enum brw_message_target sfid,
396 inst->header.destreg__conditionalmod = sfid;
399 inst->bits2.send_gen5.sfid = sfid;
405 inst->bits3.generic.msg_target = sfid;
533 unsigned sfid; local in function:brw_set_dp_write_message
538 sfid = GEN6_SFID_DATAPORT_RENDER_CACHE;
540 sfid = GEN7_SFID_DATAPORT_DATA_CACHE;
543 sfid = GEN6_SFID_DATAPORT_RENDER_CACHE;
545 sfid
378 brw_set_message_descriptor(struct brw_compile * p,struct brw_instruction * inst,enum brw_message_target sfid,unsigned msg_length,unsigned response_length,bool header_present,bool end_of_thread) argument
588 unsigned sfid; local in function:brw_set_dp_read_message
[all...]
H A Dbrw_disasm.c908 target = inst->bits2.send_gen5.sfid;
H A Dbrw_eu.h704 unsigned sfid:4; member in struct:brw_instruction::__anon0c137b5d090a::__anon0c137b5d0e08
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/brw/
H A Dbrw_eu_emit.c380 enum brw_message_target sfid,
396 inst->header.destreg__conditionalmod = sfid;
399 inst->bits2.send_gen5.sfid = sfid;
405 inst->bits3.generic.msg_target = sfid;
533 unsigned sfid; local in function:brw_set_dp_write_message
538 sfid = GEN6_SFID_DATAPORT_RENDER_CACHE;
540 sfid = GEN7_SFID_DATAPORT_DATA_CACHE;
543 sfid = GEN6_SFID_DATAPORT_RENDER_CACHE;
545 sfid
378 brw_set_message_descriptor(struct brw_compile * p,struct brw_instruction * inst,enum brw_message_target sfid,unsigned msg_length,unsigned response_length,bool header_present,bool end_of_thread) argument
588 unsigned sfid; local in function:brw_set_dp_read_message
[all...]
H A Dbrw_disasm.c908 target = inst->bits2.send_gen5.sfid;
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_shader.h162 uint8_t sfid; /**< SFID for SEND instructions */ member in struct:backend_instruction
H A Dbrw_eu_emit.c2510 unsigned sfid,
2551 brw_inst_set_sfid(devinfo, send, sfid);
2557 unsigned sfid,
2616 brw_OR(p, addr, ex_desc, brw_imm_ud(ex_desc_imm | sfid | eot << 5));
2648 brw_inst_set_sfid(devinfo, send, sfid);
2654 unsigned sfid,
2682 brw_send_indirect_message(p, sfid, dst, payload, surface, desc_imm, false);
2933 const unsigned sfid = (devinfo->gen >= 8 || devinfo->is_haswell ? local in function:brw_untyped_atomic
2955 brw_send_indirect_surface_message(p, sfid, brw_writemask(dst, mask),
2968 const unsigned sfid local in function:brw_untyped_surface_read
2509 brw_send_indirect_message(struct brw_codegen * p,unsigned sfid,struct brw_reg dst,struct brw_reg payload,struct brw_reg desc,unsigned desc_imm,bool eot) argument
2556 brw_send_indirect_split_message(struct brw_codegen * p,unsigned sfid,struct brw_reg dst,struct brw_reg payload0,struct brw_reg payload1,struct brw_reg desc,unsigned desc_imm,struct brw_reg ex_desc,unsigned ex_desc_imm,bool eot) argument
2653 brw_send_indirect_surface_message(struct brw_codegen * p,unsigned sfid,struct brw_reg dst,struct brw_reg payload,struct brw_reg surface,unsigned desc_imm) argument
2991 const unsigned sfid = (devinfo->gen >= 8 || devinfo->is_haswell ? local in function:brw_untyped_surface_write
3010 brw_set_memory_fence_message(struct brw_codegen * p,struct brw_inst * insn,enum brw_message_target sfid,bool commit_enable) argument
3384 const unsigned sfid = (devinfo->gen >= 8 || devinfo->is_haswell ? local in function:brw_shader_time_add
[all...]
H A Dbrw_fs_cse.cpp187 a->sfid == b->sfid &&
H A Dbrw_disasm.c1703 enum brw_message_target sfid = brw_inst_sfid(devinfo, inst); local in function:brw_disassemble_inst
1750 sfid, &space);
1756 switch (sfid) {
1986 format(file, "unsupported shared function ID %d", sfid);
H A Dbrw_eu.h904 * Send message to shared unit \p sfid with a possibly indirect descriptor \p
910 unsigned sfid,
919 unsigned sfid,
H A Dbrw_fs.cpp4993 inst->sfid = BRW_SFID_SAMPLER;
5234 uint32_t sfid; local in function:lower_surface_logical_send
5239 sfid = GEN7_SFID_DATAPORT_DATA_CACHE;
5249 sfid = (devinfo->gen >= 8 || devinfo->is_haswell ?
5260 sfid = (devinfo->gen >= 8 || devinfo->is_haswell ?
5338 inst->sfid = sfid;
5478 inst->sfid = HSW_SFID_DATAPORT_DATA_CACHE_1;
5509 inst->sfid = BRW_SFID_SAMPLER;
H A Dbrw_inst.h612 FF(sfid,
H A Dbrw_fs_generator.cpp281 brw_send_indirect_split_message(p, inst->sfid, dst, payload, payload2,
287 brw_send_indirect_message(p, inst->sfid, dst, payload, desc, desc_imm,
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dgen8_eu.c216 F(sfid, 27, 24)
590 enum brw_message_target sfid,
598 __gen8_set_sfid(inst, sfid);
647 enum brw_message_target sfid,
665 __gen8_set_message_descriptor(inst, sfid, mlen, rlen, header_present,
589 __gen8_set_message_descriptor(struct gen8_instruction * inst,enum brw_message_target sfid,unsigned msg_length,unsigned response_length,bool header_present,bool end_of_thread) argument
646 __gen8_set_dp_message(struct gen8_instruction * inst,enum brw_message_target sfid,unsigned binding_table_index,unsigned msg_type,unsigned msg_control,unsigned mlen,unsigned rlen,bool header_present,bool end_of_thread) argument
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dgen8_eu.c216 F(sfid, 27, 24)
590 enum brw_message_target sfid,
598 __gen8_set_sfid(inst, sfid);
647 enum brw_message_target sfid,
665 __gen8_set_message_descriptor(inst, sfid, mlen, rlen, header_present,
589 __gen8_set_message_descriptor(struct gen8_instruction * inst,enum brw_message_target sfid,unsigned msg_length,unsigned response_length,bool header_present,bool end_of_thread) argument
646 __gen8_set_dp_message(struct gen8_instruction * inst,enum brw_message_target sfid,unsigned binding_table_index,unsigned msg_type,unsigned msg_control,unsigned mlen,unsigned rlen,bool header_present,bool end_of_thread) argument

Completed in 178 milliseconds

12