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

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
multisample.cpp 28 const uint32_t MultisampleTraits<SWR_MULTISAMPLE_1X>::samplePosXi {0x80};
29 const uint32_t MultisampleTraits<SWR_MULTISAMPLE_1X>::samplePosYi {0x80};
41 const float MultisampleTraits<SWR_MULTISAMPLE_1X>::samplePosX{0.5f};
42 const float MultisampleTraits<SWR_MULTISAMPLE_1X>::samplePosY{0.5f};
54 const float MultisampleTraits<SWR_MULTISAMPLE_1X, SWR_MSAA_CENTER_PATTERN>::samplePosX{ 0.5f };
55 const float MultisampleTraits<SWR_MULTISAMPLE_1X, SWR_MSAA_CENTER_PATTERN>::samplePosY{ 0.5f };
multisample.h 49 case 1: return SWR_MULTISAMPLE_1X;
54 default: assert(0); return SWR_MULTISAMPLE_1X;
78 struct MultisampleTraits<SWR_MULTISAMPLE_1X, SWR_MSAA_STANDARD_PATTERN>
132 static const SWR_MULTISAMPLE_COUNT sampleCount = SWR_MULTISAMPLE_1X;
137 struct MultisampleTraits<SWR_MULTISAMPLE_1X, SWR_MSAA_CENTER_PATTERN>
179 static const SWR_MULTISAMPLE_COUNT sampleCount = SWR_MULTISAMPLE_1X;
backend.cpp     [all...]
backend.h 425 if(T::bForcedSampleCount && (T::MultisampleT::sampleCount > SWR_MULTISAMPLE_1X))
430 else if(T::bForcedSampleCount && (T::MultisampleT::sampleCount == SWR_MULTISAMPLE_1X))
    [all...]
frontend.h 276 return (state.rastState.sampleCount == SWR_MULTISAMPLE_1X &&
state.h 776 SWR_MULTISAMPLE_1X = 0,
    [all...]
rasterizer.cpp     [all...]
binner.cpp 604 const SWR_MULTISAMPLE_COUNT sampleCount = (rastState.samplePattern == SWR_MSAA_STANDARD_PATTERN) ? rastState.sampleCount : SWR_MULTISAMPLE_1X;
664 if (rastState.sampleCount == SWR_MULTISAMPLE_1X && (!CT::IsConservativeT::value))
    [all...]
api.cpp 805 const bool bMultisampleEnable = ((rastState.sampleCount > SWR_MULTISAMPLE_1X) || rastState.forcedSampleCount) ? 1 : 0;
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/
swr_state.cpp 986 rastState->sampleCount = SWR_MULTISAMPLE_1X;
    [all...]

Completed in 954 milliseconds