Searched refs:EMIT (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_opcode_tmp.h114 OP01(EMIT)
H A Dtgsi_info_opcodes.h98 OPCODE(0, 1, NONE, EMIT)
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_opcode_tmp.h120 OP01(EMIT)
H A Dtgsi_info_opcodes.h98 OPCODE(0, 1, NONE, EMIT)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
H A Dmidgard_compile.c203 #define EMIT(op, ...) emit_mir_instruction(ctx, v_##op(__VA_ARGS__)); macro
3489 EMIT(fmov, mapped, blank_alu_src, base);
3522 EMIT(alu_br_compact_cond, midgard_jmp_writeout_op_writeout, TAG_ALU_4, 0, midgard_condition_always);
3523 EMIT(alu_br_compact_cond, midgard_jmp_writeout_op_writeout, TAG_ALU_4, -1, midgard_condition_always);
3605 EMIT(alu_br_compact_cond, midgard_jmp_writeout_op_writeout, TAG_ALU_4, 0, midgard_condition_always);
3608 EMIT(alu_br_compact_cond, midgard_jmp_writeout_op_writeout, TAG_ALU_4, -1, midgard_condition_always);
3682 EMIT(branch, true, true);
3689 EMIT(branch, false, false);
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_compile.c105 #define EMIT(op, ...) emit_mir_instruction(ctx, v_##op(__VA_ARGS__)); macro
2831 EMIT(branch, true, true);
2842 EMIT(branch, false, false);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp860 NV50_IR_OPCODE_CASE(EMIT, EMIT);
2183 exported at EMIT time */
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp801 NV50_IR_OPCODE_CASE(EMIT, EMIT);
2165 exported at EMIT time */
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dtgsi.rst1599 .. opcode:: EMIT - Emit
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dtgsi.rst1633 .. opcode:: EMIT - Emit

Completed in 29 milliseconds