Searched refs:dst_face (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_blit.c | 82 unsigned dst_level, unsigned dst_face, in copy_region_vgpu10() argument 106 dstSubResource = dst_face * (dst_tex->last_level + 1) + dst_level; in copy_region_vgpu10() 120 svga_define_texture_level(dtex, dst_face, dst_level); in copy_region_vgpu10() 123 svga_set_texture_rendered_to(dtex, dst_face, dst_level); in copy_region_vgpu10() 387 unsigned src_face, src_z, dst_face, dst_z; in try_copy_region() local 396 &dst_face, &dst_z); in try_copy_region() 407 blit->dst.level, dst_face, in try_copy_region() 428 blit->dst.level, dst_face, in try_copy_region() 432 svga_define_texture_level(dtex, dst_face, blit->dst.level); in try_copy_region() 433 svga_set_texture_rendered_to(dtex, dst_face, blit->dst.level); in try_copy_region()
|
D | svga_surface.h | 116 unsigned dst_level, unsigned dst_face,
|