Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/nine/
Ddevice9.c111 struct NineSurface9 *refSurf = NULL; in NineDevice9_SetDefaultState() local
119 refSurf = This->swapchains[0]->buffers[0]; in NineDevice9_SetDefaultState()
120 assert(refSurf); in NineDevice9_SetDefaultState()
124 This->state.viewport.Width = refSurf->desc.Width; in NineDevice9_SetDefaultState()
125 This->state.viewport.Height = refSurf->desc.Height; in NineDevice9_SetDefaultState()
131 This->state.scissor.maxx = refSurf->desc.Width; in NineDevice9_SetDefaultState()
132 This->state.scissor.maxy = refSurf->desc.Height; in NineDevice9_SetDefaultState()