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

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
api.cpp 848 const uint32_t forcedSampleCount = (rastState.forcedSampleCount) ? 1 : 0;
849 const bool bMultisampleEnable = ((rastState.sampleCount > SWR_MULTISAMPLE_1X) || forcedSampleCount) ? 1 : 0;
863 [centroid][forcedSampleCount][canEarlyZ]
    [all...]
state.h     [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_dx.h 1177 uint32 forcedSampleCount;
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/
swr_state.cpp     [all...]

Completed in 105 milliseconds