Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.h401 return TOP_UNKNOWN; in swr_convert_prim_topology()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dpa.h77 PRIMITIVE_TOPOLOGY binTopology{TOP_UNKNOWN};
192 PRIMITIVE_TOPOLOGY topo = TOP_UNKNOWN);
1673 PRIMITIVE_TOPOLOGY topo{TOP_UNKNOWN};
Dstate.h45 TOP_UNKNOWN = 0x0, enumerator
Dfrontend.cpp293 case TOP_UNKNOWN: in GetNumPrims()
382 case TOP_UNKNOWN: in GetNumVerts()
Dclip.h561 PRIMITIVE_TOPOLOGY clipTopology = TOP_UNKNOWN;
Dpa_avx.cpp2769 this->binTopology = topo == TOP_UNKNOWN ? state.topology : topo; in PA_STATE_OPT()