Searched refs:dstres (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_miptree.c125 struct pipe_resource *dstres, unsigned dst_level,
133 if (dstres->target == PIPE_BUFFER && srcres->target == PIPE_BUFFER) {
135 nv04_resource(dstres), dstx,
142 define_rect(dstres, dst_level, dstz, dstx, dsty,
124 nv30_resource_copy_region(struct pipe_context *pipe, struct pipe_resource *dstres, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *srcres, unsigned src_level, const struct pipe_box *src_box) argument
/external/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp3608 st_dst_reg dstres = st_dst_reg(res); local
3609 dstres.writemask = WRITEMASK_W;
3610 inst = emit_asm(ir, TGSI_OPCODE_RESQ, dstres);

Completed in 118 milliseconds