Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.h79 SWR_GS_STATE gsState;
Dswr_shader.cpp442 SWR_GS_STATE *pGsState;
1496 SWR_GS_STATE *pGS = &ctx->gs->gsState; in CompileGS()
Dswr_state.cpp1569 SWR_GS_STATE state = { 0 }; in swr_update_derived()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dcontext.h251 SWR_GS_STATE gsState; in OSALIGNLINE()
Dapi.h429 SWR_FUNC(void, SwrSetGsState, HANDLE hContext, SWR_GS_STATE* pState);
Dstate.h718 struct SWR_GS_STATE struct
Dfrontend.cpp836 const SWR_GS_STATE* pState = &state.gsState; in GeometryShaderStage()
1186 const SWR_GS_STATE& gsState = state.gsState; in AllocateGsBuffers()
Dapi.cpp646 void SwrSetGsState(HANDLE hContext, SWR_GS_STATE* pGSState) in SwrSetGsState()