Home
last modified time | relevance | path

Searched defs:Tile (Results 1 – 25 of 420) sorted by relevance

12345678910>>...17

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/mod/sumdb/tlog/
Dtile.go39 type Tile struct { struct
40 H int // height of tile (1 ≤ H ≤ 30)
41 L int // level in tiling (-1 ≤ L ≤ 63)
42 N int64 // number within level (0 ≤ N, unbounded)
43 W int // width of tile (1 ≤ W ≤ 2**H; 2**H is complete tile)
75 func HashFromTile(t Tile, data []byte, index int64) (Hash, error) {
134 func ReadTileData(t Tile, r HashReader) ([]byte, error) {
169 func (t Tile) Path() string {
262 ReadTiles(tiles []Tile) (data [][]byte, err error)
267 SaveTiles(tiles []Tile, data [][]byte)
[all …]
/aosp_15_r20/external/rust/crabbyavif/src/decoder/
Dtile.rs118 pub struct Tile { struct
128 impl Tile { argument
134 ) -> AvifResult<Tile> { in create_from_item()
267 ) -> AvifResult<Tile> { in create_from_track()
/aosp_15_r20/external/gmmlib/Source/GmmLib/ULT/
H A DGmmGen11ResourceULT.cpp248 TEST_TILE_TYPE Tile = TileTypes[TileIndex]; in TEST_F() local
329 TEST_TILE_TYPE Tile = TileTypes[TileIndex]; in TEST_F() local
403 TEST_TILE_TYPE Tile = TileTypes[TileIndex]; in TEST_F() local
482 TEST_TILE_TYPE Tile = TileTypes[TileIndex]; in TEST_F() local
563 TEST_TILE_TYPE Tile = TileTypes[TileIndex]; in TEST_F() local
645 TEST_TILE_TYPE Tile = TileTypes[TileIndex]; in TEST_F() local
/aosp_15_r20/frameworks/base/core/java/android/service/quicksettings/
H A DTile.java37 public final class Tile implements Parcelable { class
80 public Tile(Parcel source) { in Tile() method in Tile
87 public Tile() { in Tile() method in Tile
/aosp_15_r20/frameworks/base/packages/SettingsLib/Tile/src/com/android/settingslib/drawer/
H A DTile.java56 public abstract class Tile implements Parcelable { class
77 public Tile(ComponentInfo info, String category, Bundle metaData) { in Tile() method in Tile
92 Tile(Parcel in) { in Tile() method in Tile
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dtile_functor_gpu_double.cu.cc26 template struct Tile<GpuDevice, double, int32>; variable
27 template struct Tile<GpuDevice, double, int64>; variable
H A Dtile_functor_gpu_half.cu.cc26 template struct Tile<GpuDevice, Eigen::half, int32>; variable
27 template struct Tile<GpuDevice, Eigen::half, int64>; variable
H A Dtile_functor_gpu_float.cu.cc26 template struct Tile<GpuDevice, float, int32>; variable
27 template struct Tile<GpuDevice, float, int64>; variable
H A Dtile_functor_gpu_bool.cu.cc26 template struct Tile<GpuDevice, bool, int32>; variable
27 template struct Tile<GpuDevice, bool, int64>; variable
H A Dtile_functor_gpu_complex64.cu.cc26 template struct Tile<GpuDevice, complex64, int32>; variable
27 template struct Tile<GpuDevice, complex64, int64>; variable
H A Dtile_functor_gpu_int32.cu.cc26 template struct Tile<GpuDevice, int32, int32>; variable
27 template struct Tile<GpuDevice, int32, int64>; variable
H A Dtile_functor_gpu_int16.cu.cc26 template struct Tile<GpuDevice, int16, int32>; variable
27 template struct Tile<GpuDevice, int16, int64>; variable
H A Dtile_functor_gpu_complex128.cu.cc26 template struct Tile<GpuDevice, complex128, int32>; variable
27 template struct Tile<GpuDevice, complex128, int64>; variable
H A Dtile_functor_gpu_int64.cu.cc26 template struct Tile<GpuDevice, int64, int32>; variable
27 template struct Tile<GpuDevice, int64, int64>; variable
H A Dtile_functor_cpu_tstring.cc25 template struct Tile<CPUDevice, tstring, int32>; variable
26 template struct Tile<CPUDevice, tstring, int64_t>; variable
H A Dtile_functor_cpu_variant.cc26 template struct Tile<CPUDevice, Variant, int32>; variable
27 template struct Tile<CPUDevice, Variant, int64_t>; variable
H A Dtile_functor_cpu_uint64.cc25 template struct Tile<CPUDevice, uint64, int32>; variable
26 template struct Tile<CPUDevice, uint64, int64_t>; variable
H A Dtile_functor_cpu_int64.cc25 template struct Tile<CPUDevice, int64_t, int32>; variable
26 template struct Tile<CPUDevice, int64_t, int64_t>; variable
H A Dtile_functor_cpu_complex64.cc25 template struct Tile<CPUDevice, complex64, int32>; variable
26 template struct Tile<CPUDevice, complex64, int64_t>; variable
H A Dtile_functor_cpu_int32.cc25 template struct Tile<CPUDevice, int32, int32>; variable
26 template struct Tile<CPUDevice, int32, int64_t>; variable
H A Dtile_functor_cpu_bool.cc25 template struct Tile<CPUDevice, bool, int32>; variable
26 template struct Tile<CPUDevice, bool, int64_t>; variable
H A Dtile_functor_cpu_uint32.cc25 template struct Tile<CPUDevice, uint32, int32>; variable
26 template struct Tile<CPUDevice, uint32, int64_t>; variable
H A Dtile_functor_cpu_complex128.cc25 template struct Tile<CPUDevice, complex128, int32>; variable
26 template struct Tile<CPUDevice, complex128, int64_t>; variable
H A Dtile_functor_cpu_int8.cc25 template struct Tile<CPUDevice, int8, int32>; variable
26 template struct Tile<CPUDevice, int8, int64_t>; variable
H A Dtile_functor_cpu_uint8.cc25 template struct Tile<CPUDevice, uint8, int32>; variable
26 template struct Tile<CPUDevice, uint8, int64_t>; variable

12345678910>>...17