HomeSort by relevance Sort by last modified time
    Searched refs:PRIMITIVE_TOPOLOGY (Results 1 - 11 of 11) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
api.h 508 PRIMITIVE_TOPOLOGY topology,
522 PRIMITIVE_TOPOLOGY topology,
537 PRIMITIVE_TOPOLOGY topology,
553 PRIMITIVE_TOPOLOGY topology,
    [all...]
pa.h 76 PRIMITIVE_TOPOLOGY binTopology{ TOP_UNKNOWN };
172 uint32_t vertexStride, bool in_isStreaming, uint32_t numVertsPerPrim, PRIMITIVE_TOPOLOGY topo = TOP_UNKNOWN);
437 uint32_t in_numAttribs, PRIMITIVE_TOPOLOGY topo, bool in_processCutVerts, uint32_t in_numVertsPerPrim)
    [all...]
state.h 37 /// PRIMITIVE_TOPOLOGY.
39 enum PRIMITIVE_TOPOLOGY
729 PRIMITIVE_TOPOLOGY outputTopology; // @llvm_enum
821 PRIMITIVE_TOPOLOGY postDSTopology; // @llvm_enum
    [all...]
api.cpp     [all...]
frontend.h 367 uint32_t GetNumPrims(PRIMITIVE_TOPOLOGY mode, uint32_t numElements);
368 uint32_t NumVertsPerPrim(PRIMITIVE_TOPOLOGY topology, bool includeAdjVerts);
context.h 268 PRIMITIVE_TOPOLOGY topology;
clip.h 160 BinnerChooser(PRIMITIVE_TOPOLOGY topology, uint32_t conservativeRast)
213 BinnerChooser(PRIMITIVE_TOPOLOGY topology, uint32_t conservativeRast)
519 PRIMITIVE_TOPOLOGY clipTopology = TOP_UNKNOWN;
    [all...]
frontend.cpp 242 PRIMITIVE_TOPOLOGY mode,
318 PRIMITIVE_TOPOLOGY mode,
393 INLINE uint32_t NumVertsPerPrim(PRIMITIVE_TOPOLOGY topology, bool includeAdjVerts)
    [all...]
binner.cpp 84 const PRIMITIVE_TOPOLOGY topo = pDC->pState->state.topology;
    [all...]
pa_avx.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/swr/
swr_state.h 340 * Convert mesa PIPE_PRIM_X to SWR enum PRIMITIVE_TOPOLOGY
342 static INLINE enum PRIMITIVE_TOPOLOGY

Completed in 80 milliseconds