Home
last modified time | relevance | path

Searched refs:emit_dst (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c340 emit_dst(struct svga_shader_emitter *emit, SVGA3dShaderDestToken dest) in emit_dst() function
356 emit_dst(emit, dest) && in emit_op1()
370 emit_dst(emit, dest) && in emit_op2()
386 emit_dst(emit, dest) && in emit_op3()
404 emit_dst(emit, dest) && in emit_op4()
495 emit_dst( emit, dest )); in submit_op0()
Dsvga_tgsi_vgpu10.c3592 emit_dst(struct svga_shader_emitter_v10 *emit, in emit_dst() function
5525 return emit_dst(emit, inst); in emit_vgpu10_instruction()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_vertprog.c204 emit_dst(struct nvfx_vpc *vpc, uint32_t *hw, in emit_dst() function
356 emit_dst(vpc, hw, slot, insn.dst); in nvfx_vp_emit()
Dnvfx_fragprog.c163 emit_dst(struct nvfx_fpc *fpc, struct nvfx_reg dst) in emit_dst() function
225 emit_dst(fpc, insn.dst); in nvfx_fp_emit()
/external/mesa3d/src/mesa/main/
Dffvertex_prog.c538 static void emit_dst( struct prog_dst_register *dst, in emit_dst() function
613 emit_dst( &inst->DstReg, dest, mask ); in emit_op3fn()