Home
last modified time | relevance | path

Searched refs:boxSrc (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c1144 _debug_printf("\t\t.boxSrc.x = %u\n", (*cmd).boxSrc.x); in dump_SVGA3dCmdSurfaceStretchBlt()
1145 _debug_printf("\t\t.boxSrc.y = %u\n", (*cmd).boxSrc.y); in dump_SVGA3dCmdSurfaceStretchBlt()
1146 _debug_printf("\t\t.boxSrc.z = %u\n", (*cmd).boxSrc.z); in dump_SVGA3dCmdSurfaceStretchBlt()
1147 _debug_printf("\t\t.boxSrc.w = %u\n", (*cmd).boxSrc.w); in dump_SVGA3dCmdSurfaceStretchBlt()
1148 _debug_printf("\t\t.boxSrc.h = %u\n", (*cmd).boxSrc.h); in dump_SVGA3dCmdSurfaceStretchBlt()
1149 _debug_printf("\t\t.boxSrc.d = %u\n", (*cmd).boxSrc.d); in dump_SVGA3dCmdSurfaceStretchBlt()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd.c1100 SVGA3dBox *boxSrc, // IN in SVGA3D_SurfaceStretchBlt() argument
1114 cmd->boxSrc = *boxSrc; in SVGA3D_SurfaceStretchBlt()
Dsvga_cmd.h178 SVGA3dBox *boxSrc, SVGA3dBox *boxDest,
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_cmd.h469 SVGA3dBox boxSrc; member
Dsvga3d_dx.h650 SVGA3dBox boxSrc; member