Searched refs:instanceIdx (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/gpu/ccpr/ |
D | GrCCStroker.cpp | 511 int instanceIdx = fCurrNextInstances->fStrokes[0]++; in appendLinearStrokeInstance() local 512 SkASSERT(instanceIdx < fCurrEndInstances->fStrokes[0]); in appendLinearStrokeInstance() 514 return reinterpret_cast<LinearStrokeInstance*>(fInstanceBufferData)[instanceIdx]; in appendLinearStrokeInstance() 521 int instanceIdx = fCurrNextInstances->fStrokes[numLinearSegmentsLog2]++; in appendCubicStrokeInstance() local 522 SkASSERT(instanceIdx < fCurrEndInstances->fStrokes[numLinearSegmentsLog2]); in appendCubicStrokeInstance() 524 return reinterpret_cast<CubicStrokeInstance*>(fInstanceBufferData)[instanceIdx]; in appendCubicStrokeInstance() 528 int instanceIdx = fCurrNextInstances->fTriangles++; in appendTriangleInstance() local 529 SkASSERT(instanceIdx < fCurrEndInstances->fTriangles); in appendTriangleInstance() 531 return reinterpret_cast<TriangleInstance*>(fInstanceBufferData)[instanceIdx]; in appendTriangleInstance() 535 int instanceIdx = fCurrNextInstances->fConics++; in appendConicInstance() local [all …]
|
D | GrCCDrawPathsOp.cpp | 381 inline void GrCCDrawPathsOp::recordInstance(GrTextureProxy* atlasProxy, int instanceIdx) { in recordInstance() argument 383 fInstanceRanges.push_back({atlasProxy, instanceIdx}); in recordInstance() 387 fInstanceRanges.back().fEndInstanceIdx = instanceIdx; in recordInstance() 388 fInstanceRanges.push_back({atlasProxy, instanceIdx}); in recordInstance()
|
D | GrCCDrawPathsOp.h | 81 void recordInstance(GrTextureProxy* atlasProxy, int instanceIdx);
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationTimelineSemaphoreTests.cpp | 1413 …for (deUint32 instanceIdx = 0; instanceIdx < queueFamilyProperties[familyIdx].queueCount; instance… in WaitBeforeSignalTestInstance() local 1415 if (used_queues.find(std::make_pair(familyIdx, instanceIdx)) != used_queues.end()) in WaitBeforeSignalTestInstance() 1431 getDeviceQueue(vk, device, familyIdx, instanceIdx), in WaitBeforeSignalTestInstance() 1433 used_queues.insert(std::make_pair(familyIdx, instanceIdx)); in WaitBeforeSignalTestInstance() 1830 …for (deUint32 instanceIdx = 0; instanceIdx < queueFamilyProperties[familyIdx].queueCount; instance… in OneToNTestInstance() local 1844 getDeviceQueue(vk, device, familyIdx, instanceIdx), in OneToNTestInstance() 1857 …for (deUint32 instanceIdx = 0; instanceIdx < queueFamilyProperties[familyIdx].queueCount && !added… in OneToNTestInstance() local
|