Home
last modified time | relevance | path

Searched refs:startInstance (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.cpp1190 uint32_t startInstance = 0) in DrawInstanced() argument
1242 pDC->FeWork.desc.draw.startInstance = startInstance; in DrawInstanced()
1256 startInstance, in DrawInstanced()
1302 uint32_t startInstance) in SwrDrawInstanced() argument
1305 hContext, topology, numVertsPerInstance, startVertex, numInstances, startInstance); in SwrDrawInstanced()
1324 uint32_t startInstance = 0) in DrawIndexedInstance() argument
1400 pDC->FeWork.desc.draw.startInstance = startInstance; in DrawIndexedInstance()
1415 startInstance, in DrawIndexedInstance()
1466 uint32_t startInstance) in SwrDrawIndexedInstanced() argument
1469 hContext, topology, numIndices, indexOffset, baseVertex, numInstances, startInstance); in SwrDrawIndexedInstanced()
Dapi.h539 uint32_t startInstance);
574 uint32_t startInstance);
Dcontext.h190 uint32_t startInstance; // Instance offset member
Dfrontend.cpp1817 fetchInfo_lo.StartInstance = work.startInstance; in ProcessDraw()
2147 fetchInfo.StartInstance = work.startInstance; in ProcessDraw()
/external/skia/src/gpu/d3d/
DGrD3DCommandList.h179 unsigned int startVertex, unsigned int startInstance);
182 unsigned int startInstance);
DGrD3DCommandList.cpp436 unsigned int startVertex, unsigned int startInstance) { in drawInstanced() argument
439 fCommandList->DrawInstanced(vertexCount, instanceCount, startVertex, startInstance); in drawInstanced()
446 unsigned int startInstance) { in drawIndexedInstanced() argument
450 startInstance); in drawIndexedInstanced()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/
Devents_private.proto160 uint32_t startInstance;
176 uint32_t startInstance;
Darchrast.cpp147 event.data.startInstance, in Handle()
167 event.data.startInstance, in Handle()
Devents.proto81 uint32_t startInstance; // which instance to start fetching
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp551 Value* startInstance = LOAD(mpFetchInfo, {0, SWR_FETCH_CONTEXT_StartInstance}); in JitGatherVertices() local
592 curInstance = ADD(curInstance, startInstance); in JitGatherVertices()
614 startOffset = startInstance; in JitGatherVertices()