Searched refs:emit_alu (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dr300_fragprog_emit.c151 static int emit_alu(struct r300_emit_state * emit, struct rc_pair_instruction* inst) function in typeref:typename:int
320 if (!emit_alu(emit, &inst))
500 emit_alu(&emit, &inst->U.P);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dr300_fragprog_emit.c153 static int emit_alu(struct r300_emit_state * emit, struct rc_pair_instruction* inst) function in typeref:typename:int
322 if (!emit_alu(emit, &inst))
502 emit_alu(&emit, &inst->U.P);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2_nir.c280 /* emit_alu will fixup instrs that don't map directly */
395 emit_alu(struct ir2_context *ctx, nir_alu_instr * alu) function in typeref:typename:void
793 emit_alu(ctx, nir_instr_as_alu(instr));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir.c458 emit_alu(struct etna_compile *c, nir_alu_instr * alu) function in typeref:typename:void
607 emit_alu(c, nir_instr_as_alu(instr));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2_nir.c291 /* emit_alu will fixup instrs that don't map directly */
401 emit_alu(struct ir2_context *ctx, nir_alu_instr *alu) function in typeref:typename:void
806 emit_alu(ctx, nir_instr_as_alu(instr));
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_compiler_nir.c289 emit_alu(struct ir3_context *ctx, nir_alu_instr *alu) function in typeref:typename:void
2049 emit_alu(ctx, nir_instr_as_alu(instr));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
H A Dmidgard_compile.c1183 emit_alu(compiler_context *ctx, nir_alu_instr *instr) function in typeref:typename:void
1196 * emit_alu below */
1238 * At the end of emit_alu (as MIR), we'll fix-up the constant
1986 emit_alu(ctx, nir_instr_as_alu(instr));
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_compile.c689 emit_alu(compiler_context *ctx, nir_alu_instr *instr) function in typeref:typename:void
775 * At the end of emit_alu (as MIR), we'll fix-up the constant
2481 emit_alu(ctx, nir_instr_as_alu(instr));
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_compiler_nir.c289 emit_alu(struct ir3_context *ctx, nir_alu_instr *alu) function in typeref:typename:void
2902 emit_alu(ctx, nir_instr_as_alu(instr));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c1627 emit_alu(struct ntv_context *ctx, nir_alu_instr *alu) function in typeref:typename:void
1898 fprintf(stderr, "emit_alu: not implemented (%s)\n",
3558 emit_alu(ctx, nir_instr_as_alu(instr));
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Dnir_to_dxil.c2055 emit_alu(struct ntd_context *ctx, nir_alu_instr *alu) function in typeref:typename:bool
4247 return emit_alu(ctx, nir_instr_as_alu(instr));
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.2.0.rst381 - agx: Add agx_alu_src_index helper for emit_alu

Completed in 45 milliseconds