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_emit.h149 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()
Dsvga_tgsi_insn.c329 emit_dst( emit, dest )); in submit_op0()
/external/mesa3d/src/gallium/drivers/nv30/
Dnvfx_vertprog.c201 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()
Dnvfx_fragprog.c160 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/
Dffvertex_prog.c540 static void emit_dst( struct prog_dst_register *dst, in emit_dst() function
620 emit_dst( &inst->DstReg, dest, mask ); in emit_op3fn()