Searched refs:SWR_VIEWPORT (Results 1 – 7 of 7) sorted by relevance
127 const SWR_VIEWPORT* pViewport = &pState->vp[viewportIndex]; in DepthStencilTest()217 void DepthStencilWrite(const SWR_VIEWPORT* pViewport, const SWR_DEPTH_STENCIL_STATE* pDSState, in DepthStencilWrite()
278 SWR_VIEWPORT vp[KNOB_NUM_VIEWPORTS_SCISSORS]; in OSALIGNLINE()
645 const SWR_VIEWPORT* pViewports,
954 struct SWR_VIEWPORT struct
754 const SWR_VIEWPORT* pViewports, in SwrSetViewports()763 memcpy(&pState->vp[0], pViewports, sizeof(SWR_VIEWPORT) * numViewports); in SwrSetViewports()
106 SWR_VIEWPORT vp;
1214 SWR_VIEWPORT *vp = &ctx->derived.vp; in swr_update_derived()