Searched refs:_MI_ALU (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_query.c88 #define _MI_ALU(op, x, y) (((op) << 20) | ((x) << 10) | (y)) macro
90 #define _MI_ALU0(op) _MI_ALU(MI_ALU_##op, 0, 0)
91 #define _MI_ALU1(op, x) _MI_ALU(MI_ALU_##op, x, 0)
92 #define _MI_ALU2(op, x, y) _MI_ALU(MI_ALU_##op, x, y)
405 vk_outarray_append(&out, alu_dw) *alu_dw = _MI_ALU(MI_ALU_##op, x, y)
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.1.0.rst3180 - iris: Add \_MI_ALU helpers that don't paste

Completed in 9 milliseconds