Home
last modified time | relevance | path

Searched refs:TOP_UNKNOWN (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dpa.h42 PRIMITIVE_TOPOLOGY binTopology{ TOP_UNKNOWN };
113 bool in_isStreaming, PRIMITIVE_TOPOLOGY topo = TOP_UNKNOWN);
1203 PRIMITIVE_TOPOLOGY topo{ TOP_UNKNOWN };
Dstate.h38 TOP_UNKNOWN = 0x0, enumerator
Dfrontend.cpp304 case TOP_UNKNOWN: in GetNumPrims()
380 case TOP_UNKNOWN: in GetNumVerts()
Dclip.h343 PRIMITIVE_TOPOLOGY clipTopology = TOP_UNKNOWN; in ClipSimd()
Dpa_avx.cpp994 this->binTopology = topo == TOP_UNKNOWN ? state.topology : topo; in PA_STATE_OPT()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_draw.cpp71 return TOP_UNKNOWN; in swr_convert_prim_topology()