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()
Dapi.h594 const SWR_VIEWPORT* pViewports,
Dcontext.h271 SWR_VIEWPORT vp[KNOB_NUM_VIEWPORTS_SCISSORS]; in OSALIGNLINE()
Dstate.h870 struct SWR_VIEWPORT struct
Dapi.cpp707 const SWR_VIEWPORT* pViewports, in SwrSetViewports()
716 memcpy(&pState->vp[0], pViewports, sizeof(SWR_VIEWPORT) * numViewports); in SwrSetViewports()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.h91 SWR_VIEWPORT vp;
Dswr_state.cpp1041 SWR_VIEWPORT *vp = &ctx->derived.vp; in swr_update_derived()