Searched refs:EMIT (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_opcode_tmp.h | 114 OP01(EMIT)
|
| H A D | tgsi_info_opcodes.h | 98 OPCODE(0, 1, NONE, EMIT)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_opcode_tmp.h | 120 OP01(EMIT)
|
| H A D | tgsi_info_opcodes.h | 98 OPCODE(0, 1, NONE, EMIT)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/ |
| H A D | midgard_compile.c | 203 #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 D | midgard_compile.c | 105 #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 D | nv50_ir_from_tgsi.cpp | 860 NV50_IR_OPCODE_CASE(EMIT, EMIT); 2183 exported at EMIT time */
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_from_tgsi.cpp | 801 NV50_IR_OPCODE_CASE(EMIT, EMIT); 2165 exported at EMIT time */
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/ |
| H A D | tgsi.rst | 1599 .. opcode:: EMIT - Emit
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/ |
| H A D | tgsi.rst | 1633 .. opcode:: EMIT - Emit
|
Completed in 29 milliseconds