Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Ddepthstencil.h127 const SWR_VIEWPORT* pViewport = &pState->vp[viewportIndex]; in DepthStencilTest()
217 void DepthStencilWrite(const SWR_VIEWPORT* pViewport, const SWR_DEPTH_STENCIL_STATE* pDSState, in DepthStencilWrite()
Dcontext.h278 SWR_VIEWPORT vp[KNOB_NUM_VIEWPORTS_SCISSORS]; in OSALIGNLINE()
Dapi.h645 const SWR_VIEWPORT* pViewports,
Dstate.h954 struct SWR_VIEWPORT struct
Dapi.cpp754 const SWR_VIEWPORT* pViewports, in SwrSetViewports()
763 memcpy(&pState->vp[0], pViewports, sizeof(SWR_VIEWPORT) * numViewports); in SwrSetViewports()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.h106 SWR_VIEWPORT vp;
Dswr_state.cpp1214 SWR_VIEWPORT *vp = &ctx->derived.vp; in swr_update_derived()