Searched refs:in_pDC (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | pa.h | 45 PA_STATE(DRAW_CONTEXT *in_pDC, uint8_t* in_pStreamBase, uint32_t in_streamSizeInVerts) : in PA_STATE() 46 pDC(in_pDC), pStreamBase(in_pStreamBase), streamSizeInVerts(in_streamSizeInVerts) {} in PA_STATE() 967 DRAW_CONTEXT *in_pDC, in PA_TESS() 975 PA_STATE(in_pDC, nullptr, 0), in PA_TESS()
|
D | clip.h | 137 Clipper(uint32_t in_workerId, DRAW_CONTEXT* in_pDC) : in Clipper() argument 138 workerId(in_workerId), pDC(in_pDC), state(GetApiState(in_pDC)) in Clipper()
|
D | pa_avx.cpp | 988 PA_STATE_OPT::PA_STATE_OPT(DRAW_CONTEXT *in_pDC, uint32_t in_numPrims, uint8_t* pStream, uint32_t i… in PA_STATE_OPT() argument 989 …bool in_isStreaming, PRIMITIVE_TOPOLOGY topo) : PA_STATE(in_pDC, pStream, in_streamSizeInVerts), n… in PA_STATE_OPT()
|