HomeSort by relevance Sort by last modified time
    Searched refs:SWR_RASTSTATE (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/
swr_state.h 90 SWR_RASTSTATE rastState;
swr_state.cpp 964 SWR_RASTSTATE *rastState = &ctx->derived.rastState;
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
api.h 580 /// @param pRastState - New SWR_RASTSTATE used for SwrDraw* commands
583 const SWR_RASTSTATE *pRastState);
context.h 265 SWR_RASTSTATE rastState;
binner.cpp 449 const SWR_RASTSTATE& rastState = state.rastState;
    [all...]
rasterizer.cpp 450 INLINE float ComputeBiasFactor(const SWR_RASTSTATE* pState, const SWR_TRIANGLE_DESC* pDesc, const float* z)
474 INLINE float ComputeDepthBias(const SWR_RASTSTATE* pState, const SWR_TRIANGLE_DESC* pTri, const float* z)
    [all...]
api.cpp 696 const SWR_RASTSTATE *pRastState)
701 memcpy(&pState->rastState, pRastState, sizeof(SWR_RASTSTATE));
793 const SWR_RASTSTATE &rastState = pState->state.rastState;
    [all...]
state.h 934 /// SWR_RASTSTATE
936 struct SWR_RASTSTATE
    [all...]

Completed in 490 milliseconds