Searched refs:emit_dst (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_emit.h | 149 static INLINE boolean emit_dst( struct svga_shader_emitter *emit, in emit_dst() function 186 emit_dst( emit, dest ) && in emit_op1() 197 emit_dst( emit, dest ) && in emit_op2() 210 emit_dst( emit, dest ) && in emit_op3() 226 emit_dst( emit, dest ) && in emit_op4()
|
D | svga_tgsi_insn.c | 329 emit_dst( emit, dest )); in submit_op0()
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nvfx_vertprog.c | 201 emit_dst(struct nv30_context *nv30, struct nvfx_vpc *vpc, uint32_t *hw, in emit_dst() function 354 emit_dst(nv30, vpc, hw, slot, insn.dst); in nvfx_vp_emit()
|
D | nvfx_fragprog.c | 160 emit_dst(struct nvfx_fpc *fpc, struct nvfx_reg dst) in emit_dst() function 222 emit_dst(fpc, insn.dst); in nvfx_fp_emit()
|
/external/mesa3d/src/mesa/main/ |
D | ffvertex_prog.c | 540 static void emit_dst( struct prog_dst_register *dst, in emit_dst() function 620 emit_dst( &inst->DstReg, dest, mask ); in emit_op3fn()
|