Home | History | Annotate | Download | only in drm

Lines Matching refs:state

81    SVGA3dQueryState *state;
83 state = (SVGA3dQueryState *) vmw_svga_winsys_buffer_map(sws,
86 if (!state) {
91 /* Initialize the query state for the specified query slot */
92 state = (SVGA3dQueryState *)((char *)state + offset);
93 *state = queryState;
109 SVGA3dQueryState *state;
111 state = (SVGA3dQueryState *) vmw_svga_winsys_buffer_map(sws,
114 if (!state) {
123 state = (SVGA3dQueryState *)((char *)state + offset);
126 *queryState = *state;
129 memcpy(result, state + 1, resultLen);