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

  /external/mesa3d/src/gallium/drivers/swr/
swr_state.h 347 return TOP_POINT_LIST;
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
frontend.cpp 247 case TOP_POINT_LIST: return numPrims;
323 case TOP_POINT_LIST: return numPrims;
398 case TOP_POINT_LIST:
874 case TOP_POINT_LIST: pfnClipFunc = ClipPoints_simd16; break;
887 case TOP_POINT_LIST: pfnClipFunc = ClipPoints; break;
    [all...]
pa.h 479 case TOP_POINT_LIST: pfnPa = &PA_STATE_CUT::ProcessVertPointList; break;
    [all...]
api.cpp 893 case TOP_POINT_LIST:
    [all...]
clip.h 165 case TOP_POINT_LIST:
218 case TOP_POINT_LIST:
525 if (pa.binTopology == TOP_POINT_LIST)
527 clipTopology = TOP_POINT_LIST;
    [all...]
state.h 42 TOP_POINT_LIST = 0x1,
    [all...]
pa_avx.cpp     [all...]

Completed in 60 milliseconds