Home
last modified time | relevance | path

Searched refs:path_tiling_setup (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/skia/third_party/vello/src/
H A Dencoding.rs373 path_tiling_setup: (&src.path_tiling_setup).into(), in from()
H A Dshaders.rs64 decl_shader!(PATH_TILING_SETUP, path_tiling_setup);
H A Dlib.rs163 path_tiling_setup: WorkgroupSize, field
/aosp_15_r20/external/skia/src/gpu/graphite/compute/
H A DVelloRenderer.cpp465 builder.appendStep(&fPathTilingSetup, to_wg_size(dispatchInfo.path_tiling_setup)); in renderScene()