Searched refs:nextY (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkScan_AAAPath.cpp | 134 // 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 D | glcSubgroupsTestsUtils.cpp | 2145 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 D | vktSubgroupsTestsUtils.cpp | 4225 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 D | vktSubgroupsTestsUtils.cpp | 4207 const deUint32 nextY = usedLocalSizes[index][1]; in makeComputeOrMeshTestRequiredSubgroupSize() local 4225 nextY, in makeComputeOrMeshTestRequiredSubgroupSize() 4240 nextY, in makeComputeOrMeshTestRequiredSubgroupSize()
|
Completed in 23 milliseconds