Home
last modified time | relevance | path

Searched defs:startInstance (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.cpp1190 uint32_t startInstance = 0) in DrawInstanced()
1302 uint32_t startInstance) in SwrDrawInstanced()
1324 uint32_t startInstance = 0) in DrawIndexedInstance()
1466 uint32_t startInstance) in SwrDrawIndexedInstanced()
Dcontext.h190 uint32_t startInstance; // Instance offset member
/external/skia/src/gpu/d3d/
DGrD3DCommandList.cpp436 unsigned int startVertex, unsigned int startInstance) { in drawInstanced()
446 unsigned int startInstance) { in drawIndexedInstanced()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp551 Value* startInstance = LOAD(mpFetchInfo, {0, SWR_FETCH_CONTEXT_StartInstance}); in JitGatherVertices() local