Home
last modified time | relevance | path

Searched refs:nextY (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/core/
H A DSkScan_AAAPath.cpp134 // Flush the additive alpha cache if floor(y) and floor(nextY) is different
136 virtual void flush_if_y_changed(SkFixed y, SkFixed nextY) = 0;
168 void flush_if_y_changed(SkFixed y, SkFixed nextY) override {}
305 void flush_if_y_changed(SkFixed y, SkFixed nextY) override {
306 if (SkFixedFloorToInt(y) != SkFixedFloorToInt(nextY)) {
1276 SkFixed nextY = SkFixedCeilToFixed(y + 1);
1277 SkFixed dY = nextY - y;
1294 blitter->flush_if_y_changed(y, nextY);
1297 y = nextY;
1305 SkFixed nextY
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsTestsUtils.cpp2145 const deUint32 nextY = localSizesToTest[index + 1][1]; in makeComputeTest() local
2163 makeComputePipeline(context, cshader, nextX, nextY, nextZ)); in makeComputeTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.cpp4225 const deUint32 nextY = usedLocalSizes[index][1]; in makeComputeOrMeshTestRequiredSubgroupSize() local
4243 nextY, in makeComputeOrMeshTestRequiredSubgroupSize()
4258 nextY, in makeComputeOrMeshTestRequiredSubgroupSize()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.cpp4207 const deUint32 nextY = usedLocalSizes[index][1]; in makeComputeOrMeshTestRequiredSubgroupSize() local
4225 nextY, in makeComputeOrMeshTestRequiredSubgroupSize()
4240 nextY, in makeComputeOrMeshTestRequiredSubgroupSize()

Completed in 20 milliseconds