Home
last modified time | relevance | path

Searched refs:PRIMITIVE_TOPOLOGY (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.h519 PRIMITIVE_TOPOLOGY topology,
535 PRIMITIVE_TOPOLOGY topology,
551 PRIMITIVE_TOPOLOGY topology,
569 PRIMITIVE_TOPOLOGY topology,
Dstate.h43 enum PRIMITIVE_TOPOLOGY enum
735 PRIMITIVE_TOPOLOGY outputTopology; // @llvm_enum
823 PRIMITIVE_TOPOLOGY postDSTopology; // @llvm_enum
Dpa.h77 PRIMITIVE_TOPOLOGY binTopology{TOP_UNKNOWN};
192 PRIMITIVE_TOPOLOGY topo = TOP_UNKNOWN);
473 PRIMITIVE_TOPOLOGY topo, in PA_STATE_CUT()
1284 PRIMITIVE_TOPOLOGY in_binTopology,
1605 PRIMITIVE_TOPOLOGY in_topo, in PA_FACTORY()
1673 PRIMITIVE_TOPOLOGY topo{TOP_UNKNOWN};
Dapi.cpp1098 uint32_t MaxVertsPerDraw(DRAW_CONTEXT* pDC, uint32_t totalVerts, PRIMITIVE_TOPOLOGY topology) in MaxVertsPerDraw()
1186 PRIMITIVE_TOPOLOGY topology, in DrawInstanced()
1281 PRIMITIVE_TOPOLOGY topology, in SwrDraw()
1298 PRIMITIVE_TOPOLOGY topology, in SwrDrawInstanced()
1319 PRIMITIVE_TOPOLOGY topology, in DrawIndexedInstance()
1442 PRIMITIVE_TOPOLOGY topology, in SwrDrawIndexed()
1461 PRIMITIVE_TOPOLOGY topology, in SwrDrawIndexedInstanced()
Dfrontend.h385 uint32_t GetNumPrims(PRIMITIVE_TOPOLOGY mode, uint32_t numElements);
386 uint32_t NumVertsPerPrim(PRIMITIVE_TOPOLOGY topology, bool includeAdjVerts);
Dcontext.h304 PRIMITIVE_TOPOLOGY topology; in OSALIGNLINE()
Dclip.h181 BinnerChooser(PRIMITIVE_TOPOLOGY topology, uint32_t conservativeRast)
243 BinnerChooser(PRIMITIVE_TOPOLOGY topology, uint32_t conservativeRast)
561 PRIMITIVE_TOPOLOGY clipTopology = TOP_UNKNOWN;
Dfrontend.cpp216 uint32_t GetNumPrims(PRIMITIVE_TOPOLOGY mode, uint32_t numPrims) in GetNumPrims()
305 uint32_t GetNumVerts(PRIMITIVE_TOPOLOGY mode, uint32_t numPrims) in GetNumVerts()
394 uint32_t NumVertsPerPrim(PRIMITIVE_TOPOLOGY topology, bool includeAdjVerts) in NumVertsPerPrim()
Dbinner.cpp82 const PRIMITIVE_TOPOLOGY topo = pa.binTopology; in ProcessAttributes()
Dpa_avx.cpp2762 PRIMITIVE_TOPOLOGY topo) : in PA_STATE_OPT()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.h364 static INLINE enum PRIMITIVE_TOPOLOGY
398 return (PRIMITIVE_TOPOLOGY)((unsigned)TOP_PATCHLIST_BASE + tcs_verts); in swr_convert_prim_topology()
Dswr_shader.cpp1702 PRIMITIVE_TOPOLOGY postDSTopology = TOP_POINT_LIST; in CompileTES()