Searched refs:PRIMITIVE_TOPOLOGY (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | api.h | 519 PRIMITIVE_TOPOLOGY topology, 535 PRIMITIVE_TOPOLOGY topology, 551 PRIMITIVE_TOPOLOGY topology, 569 PRIMITIVE_TOPOLOGY topology,
|
D | state.h | 43 enum PRIMITIVE_TOPOLOGY enum 735 PRIMITIVE_TOPOLOGY outputTopology; // @llvm_enum 823 PRIMITIVE_TOPOLOGY postDSTopology; // @llvm_enum
|
D | pa.h | 77 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};
|
D | api.cpp | 1098 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()
|
D | frontend.h | 385 uint32_t GetNumPrims(PRIMITIVE_TOPOLOGY mode, uint32_t numElements); 386 uint32_t NumVertsPerPrim(PRIMITIVE_TOPOLOGY topology, bool includeAdjVerts);
|
D | context.h | 304 PRIMITIVE_TOPOLOGY topology; in OSALIGNLINE()
|
D | clip.h | 181 BinnerChooser(PRIMITIVE_TOPOLOGY topology, uint32_t conservativeRast) 243 BinnerChooser(PRIMITIVE_TOPOLOGY topology, uint32_t conservativeRast) 561 PRIMITIVE_TOPOLOGY clipTopology = TOP_UNKNOWN;
|
D | frontend.cpp | 216 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()
|
D | binner.cpp | 82 const PRIMITIVE_TOPOLOGY topo = pa.binTopology; in ProcessAttributes()
|
D | pa_avx.cpp | 2762 PRIMITIVE_TOPOLOGY topo) : in PA_STATE_OPT()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_state.h | 364 static INLINE enum PRIMITIVE_TOPOLOGY 398 return (PRIMITIVE_TOPOLOGY)((unsigned)TOP_PATCHLIST_BASE + tcs_verts); in swr_convert_prim_topology()
|
D | swr_shader.cpp | 1702 PRIMITIVE_TOPOLOGY postDSTopology = TOP_POINT_LIST; in CompileTES()
|