Home
last modified time | relevance | path

Searched defs:elk_backend_instruction (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/intel/compiler/elk/
Delk_ir.h97 struct elk_backend_instruction : public exec_node { struct
139 const void *ir;
140 const char *annotation;
148 uint8_t exec_size;
157 uint8_t group;
159 uint32_t offset; /**< spill/unspill offset or texture offset bitfield */
160 uint8_t mlen; /**< SEND message length */
161 uint8_t ex_mlen; /**< SENDS extended message length */
162 int8_t base_mrf; /**< First MRF in the SEND message, if mlen is nonzero. */
163 uint8_t target; /**< MRT target. */
[all …]
Delk_ir_performance.cpp1614 const elk_backend_instruction *), in calculate_performance()