Searched refs:guestResult (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/svga/include/ |
H A D | svga3d_cmd.h | 1120 SVGAGuestPtr guestResult; /* Points to an SVGA3dQueryResult structure */ member 1129 * Will read the SVGA3dQueryResult structure pointed to by guestResult, 1138 * A query will be identified by the gmrId and offset of the guestResult 1143 * guestResult will not be written to. This property can be used to 1152 SVGAGuestPtr guestResult; member
|
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/ |
H A D | svga_dump.c | 398 _debug_printf("\t\t.guestResult.gmrId = %u\n", (*cmd).guestResult.gmrId); in dump_SVGA3dCmdWaitForQuery() 399 _debug_printf("\t\t.guestResult.offset = %u\n", (*cmd).guestResult.offset); in dump_SVGA3dCmdWaitForQuery() 597 _debug_printf("\t\t.guestResult.gmrId = %u\n", (*cmd).guestResult.gmrId); in dump_SVGA3dCmdEndQuery() 598 _debug_printf("\t\t.guestResult.offset = %u\n", (*cmd).guestResult.offset); in dump_SVGA3dCmdEndQuery()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_cmd.c | 1530 swc->region_relocation(swc, &cmd->guestResult, buffer, 0, in SVGA3D_EndQuery() 1622 swc->region_relocation(swc, &cmd->guestResult, buffer, 0, in SVGA3D_WaitForQuery()
|
Completed in 10 milliseconds