Home
last modified time | relevance | path

Searched refs:xStarts (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/ui/src/frontend/
Dflamegraph.ts248 const xStarts = this.xStartsPerDepth.get(value.depth); constant
249 if (xStarts === undefined) {
252 xStarts.push(currentX);
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationTests.cpp3623 const int xStarts[] = { 1, 1, 1 }; in compareAndVerifyOverestimatedNormal() local
3627 const int xStart = xStarts[getIteration()]; in compareAndVerifyOverestimatedNormal()