Searched refs:TILED (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/hlo/tests/ |
D | lhlo-fuse-linalg.mlir | 2 …ir-hlo-opt -lhlo-fuse-linalg=tile-sizes=2,3 %s -split-input-file | FileCheck %s -check-prefix=TILED 39 // TILED-LABEL: func @fusion 40 // TILED-DAG: %[[C2:.*]] = constant 2 41 // TILED-DAG: %[[C3:.*]] = constant 3 42 // TILED-NOT: linalg.generic 43 // TILED: scf.for {{.*}} step %[[C2]] 44 // TILED: scf.for {{.*}} step %[[C3]] 45 // TILED-NOT: scf.for 46 // TILED: linalg.generic 47 // TILED: addf [all …]
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_surface.h | 32 TILED, enumerator
|
D | nouveau_surface.c | 53 if (layout == TILED) { in nouveau_surface_alloc()
|
D | nouveau_fbo.c | 97 nouveau_surface_alloc(ctx, s, TILED, NOUVEAU_BO_VRAM | NOUVEAU_BO_MAP, in nouveau_renderbuffer_storage()
|
/external/mesa3d/src/freedreno/decode/scripts/ |
D | texturator-to-unit-test-5xx.lua | 70 …ddr, blit.base, blit.width, blit.height, blit.ubwc_addr, blit.ubwc_base, r.RB_RESOLVE_CNTL_3.TILED)
|
/external/mesa3d/docs/relnotes/ |
D | 20.3.0.rst | 921 - panfrost: Clarify what TILED mode is
|