Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c1089 _debug_printf("\t\t.boxSrc.x = %u\n", (*cmd).boxSrc.x); in dump_SVGA3dCmdSurfaceStretchBlt()
1090 _debug_printf("\t\t.boxSrc.y = %u\n", (*cmd).boxSrc.y); in dump_SVGA3dCmdSurfaceStretchBlt()
1091 _debug_printf("\t\t.boxSrc.z = %u\n", (*cmd).boxSrc.z); in dump_SVGA3dCmdSurfaceStretchBlt()
1092 _debug_printf("\t\t.boxSrc.w = %u\n", (*cmd).boxSrc.w); in dump_SVGA3dCmdSurfaceStretchBlt()
1093 _debug_printf("\t\t.boxSrc.h = %u\n", (*cmd).boxSrc.h); in dump_SVGA3dCmdSurfaceStretchBlt()
1094 _debug_printf("\t\t.boxSrc.d = %u\n", (*cmd).boxSrc.d); in dump_SVGA3dCmdSurfaceStretchBlt()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd.c1087 SVGA3dBox *boxSrc, // IN in SVGA3D_SurfaceStretchBlt() argument
1101 cmd->boxSrc = *boxSrc; in SVGA3D_SurfaceStretchBlt()
Dsvga_cmd.h156 SVGA3dBox *boxSrc, SVGA3dBox *boxDest,
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_reg.h1335 SVGA3dBox boxSrc; member