Searched refs:PRIMITIVE_TOPOLOGY (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | api.h | 508 PRIMITIVE_TOPOLOGY topology, 522 PRIMITIVE_TOPOLOGY topology, 537 PRIMITIVE_TOPOLOGY topology, 553 PRIMITIVE_TOPOLOGY topology,
|
D | pa.h | 76 PRIMITIVE_TOPOLOGY binTopology{ TOP_UNKNOWN }; 172 …uint32_t vertexStride, bool in_isStreaming, uint32_t numVertsPerPrim, PRIMITIVE_TOPOLOGY topo = TO… 437 …uint32_t in_numAttribs, PRIMITIVE_TOPOLOGY topo, bool in_processCutVerts, uint32_t in_numVertsPerP… in PA_STATE_CUT() 1151 PRIMITIVE_TOPOLOGY in_binTopology, in PA_TESS() 1424 …PA_FACTORY(DRAW_CONTEXT* pDC, PRIMITIVE_TOPOLOGY in_topo, uint32_t numVerts, PA_STATE::SIMDVERTEX … in PA_FACTORY() 1473 PRIMITIVE_TOPOLOGY topo{ TOP_UNKNOWN };
|
D | state.h | 39 enum PRIMITIVE_TOPOLOGY enum 729 PRIMITIVE_TOPOLOGY outputTopology; // @llvm_enum 821 PRIMITIVE_TOPOLOGY postDSTopology; // @llvm_enum
|
D | api.cpp | 1075 PRIMITIVE_TOPOLOGY topology) in MaxVertsPerDraw() 1156 PRIMITIVE_TOPOLOGY topology, in DrawInstanced() 1244 PRIMITIVE_TOPOLOGY topology, in SwrDraw() 1261 PRIMITIVE_TOPOLOGY topology, in SwrDrawInstanced() 1282 PRIMITIVE_TOPOLOGY topology, in DrawIndexedInstance() 1392 PRIMITIVE_TOPOLOGY topology, in SwrDrawIndexed() 1412 PRIMITIVE_TOPOLOGY topology, in SwrDrawIndexedInstanced()
|
D | frontend.h | 367 uint32_t GetNumPrims(PRIMITIVE_TOPOLOGY mode, uint32_t numElements); 368 uint32_t NumVertsPerPrim(PRIMITIVE_TOPOLOGY topology, bool includeAdjVerts);
|
D | context.h | 268 PRIMITIVE_TOPOLOGY topology; in OSALIGNLINE()
|
D | clip.h | 160 BinnerChooser(PRIMITIVE_TOPOLOGY topology, uint32_t conservativeRast) 213 BinnerChooser(PRIMITIVE_TOPOLOGY topology, uint32_t conservativeRast) 519 PRIMITIVE_TOPOLOGY clipTopology = TOP_UNKNOWN;
|
D | frontend.cpp | 242 PRIMITIVE_TOPOLOGY mode, in GetNumPrims() 318 PRIMITIVE_TOPOLOGY mode, in GetNumVerts() 393 INLINE uint32_t NumVertsPerPrim(PRIMITIVE_TOPOLOGY topology, bool includeAdjVerts) in NumVertsPerPrim()
|
D | binner.cpp | 84 const PRIMITIVE_TOPOLOGY topo = pDC->pState->state.topology; in ProcessAttributes()
|
D | pa_avx.cpp | 2591 …uint32_t in_vertexStride, bool in_isStreaming, uint32_t numVertsPerPrim, PRIMITIVE_TOPOLOGY topo) … in PA_STATE_OPT()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_state.h | 342 static INLINE enum PRIMITIVE_TOPOLOGY
|