Searched defs:elk_backend_instruction (Results 1 – 2 of 2) sorted by relevance
96 struct elk_backend_instruction : public exec_node { struct138 const void *ir;139 const char *annotation;147 uint8_t exec_size;156 uint8_t group;158 uint32_t offset; /**< spill/unspill offset or texture offset bitfield */159 uint8_t mlen; /**< SEND message length */160 int8_t base_mrf; /**< First MRF in the SEND message, if mlen is nonzero. */161 uint8_t target; /**< MRT target. */162 uint8_t sfid; /**< SFID for SEND instructions */[all …]
1421 const elk_backend_instruction *), in calculate_performance()