Searched defs:fs_inst (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | brw_ir_fs.h | 31 struct fs_inst : public exec_node { struct 126 uint8_t sources; /**< Number of brw_reg sources. */ 133 uint8_t exec_size; 142 uint8_t group; 144 uint8_t mlen; /**< SEND message length */ 145 uint8_t ex_mlen; /**< SENDS extended message length */ 146 uint8_t sfid; /**< SFID for SEND instructions */ 148 uint8_t header_size; 149 uint8_t target; /**< MRT target. */ 150 uint32_t desc; /**< SEND[S] message descriptor immediate */ [all …]
|
H A D | brw_fs.cpp | 91 fs_inst::fs_inst() in fs_inst() function in fs_inst 96 fs_inst::fs_inst(enum opcode opcode, uint8_t exec_size) in fs_inst() function in fs_inst 101 fs_inst::fs_inst(enum opcode opcode, uint8_t exec_size, const brw_reg &dst) in fs_inst() function in fs_inst 106 fs_inst::fs_inst(enum opcode opcode, uint8_t exec_size, const brw_reg &dst, in fs_inst() function in fs_inst 113 fs_inst::fs_inst(enum opcode opcode, uint8_t exec_size, const brw_reg &dst, in fs_inst() function in fs_inst 120 fs_inst::fs_inst(enum opcode opcode, uint8_t exec_size, const brw_reg &dst, in fs_inst() function in fs_inst 127 fs_inst::fs_inst(enum opcode opcode, uint8_t exec_width, const brw_reg &dst, in fs_inst() function in fs_inst 133 fs_inst::fs_inst(const fs_inst &that) in fs_inst() function in fs_inst
|
H A D | brw_fs_generator.cpp | 529 fs_generator::generate_barrier(fs_inst *, struct brw_reg src) in generate_barrier() argument 655 fs_generator::generate_halt(fs_inst *) in generate_halt() argument
|