Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dcontext.h310 SWR_DEPTH_BOUNDS_STATE depthBoundsState; in OSALIGNLINE()
Dapi.h488 SWR_FUNC(void, SwrSetDepthBoundsState, HANDLE hContext, SWR_DEPTH_BOUNDS_STATE* pState);
Dstate.h1234 struct SWR_DEPTH_BOUNDS_STATE struct
Dapi.cpp705 void SwrSetDepthBoundsState(HANDLE hContext, SWR_DEPTH_BOUNDS_STATE* pDBState) in SwrSetDepthBoundsState()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp1833 SWR_DEPTH_BOUNDS_STATE depthBoundsState = {0}; in swr_update_derived()