HomeSort by relevance Sort by last modified time
    Searched refs:dst_face (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_blit.c 50 unsigned dst_level, unsigned dst_face,
72 dstSubResource = dst_face * (dst_tex->last_level + 1) + dst_level;
86 svga_define_texture_level(dtex, dst_face, dst_level);
89 svga_set_texture_rendered_to(dtex, dst_face, dst_level);
337 unsigned src_face, src_z, dst_face, dst_z; local
343 &dst_face, &dst_z);
351 blit.dst.level, dst_face,
477 unsigned dst_face, dst_z; local
480 &dst_face, &dst_z);
489 blit.dst.level, dst_face,
    [all...]
svga_surface.h 111 unsigned dst_level, unsigned dst_face,

Completed in 61 milliseconds