Searched refs:emit_dst (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 340 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()
|
D | svga_tgsi_vgpu10.c | 3592 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/ |
D | nvfx_vertprog.c | 204 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()
|
D | nvfx_fragprog.c | 163 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/ |
D | ffvertex_prog.c | 538 static void emit_dst( struct prog_dst_register *dst, in emit_dst() function 613 emit_dst( &inst->DstReg, dest, mask ); in emit_op3fn()
|