Home | History | Annotate | Download | only in llvmpipe

Lines Matching refs:src_box

58                  const struct pipe_box *src_box)
66 unsigned width = src_box->width;
67 unsigned height = src_box->height;
68 assert(src_box->depth == 1);
73 src, src_level, src_box);
85 src, src_level, src_box->z,
94 src_box->x, src_box->y, src_box->z, dstx, dsty, dstz,
95 src_box->width, src_box->height, src_box->depth);
103 adjust_to_tile_bounds(src_box->x, src_box->y, width, height,
109 src_box->z, src_level,
154 = llvmpipe_get_texture_image_address(src_tex, src_box->z,
169 src_box->x, src_box->y);