Home
last modified time | relevance | path

Searched refs:NoEdgesValidT (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Drasterizer.h83 typedef std::integral_constant<uint32_t, NO_VALID_EDGES> NoEdgesValidT; typedef
125 typedef NoEdgesValidT T;
Drasterizer_impl.h130 … if(std::is_same<EdgeMaskT, E1E2ValidT>::value || std::is_same<EdgeMaskT, NoEdgesValidT>::value){\ in rasterizePartialTile()
733 INLINE bool TrivialRejectTest<NoEdgesValidT>(const int, const int, const int)