Home
last modified time | relevance | path

Searched defs:kTileSize (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/skia/gm/
H A Dbitmaptiled.cpp24 const int kTileSize = 1 << 10; in draw_tile_bitmap_with_fractional_offset() local
H A Drsxtext.cpp85 static constexpr SkISize kTileSize = { 30, 30 }; in make_shader() local
H A Dgradients.cpp930 SkScalar kTileSize = 80 / sqrtf(2); in __anon463408530302() local
965 SkScalar kTileSize = 80; in __anon463408530402() local
/aosp_15_r20/external/libaom/test/
H A Dav1_ext_tile_test.cc27 const int kTileSize = 1; variable
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
H A Dmean.cc178 constexpr uint3 kTileSize = {8, 8, 1}; variable
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DDrawBaseVertexVariantsTest.cpp29 constexpr std::array<GLfloat, 2> kTileSize = { variable
H A DMultiDrawTest.cpp26 constexpr std::array<GLfloat, 2> kTileSize = { variable
H A DDrawBaseVertexBaseInstanceTest.cpp27 constexpr std::array<GLfloat, 2> kTileSize = { variable
/aosp_15_r20/external/skia/src/core/
H A DSkRegion_path.cpp362 static constexpr int kTileSize = 32767 >> 1; // Limit so coords can fit into SkFixed (16.16) in setPath() local
/aosp_15_r20/external/skia/dm/
H A DDMSrcSink.h310 inline static constexpr SkScalar kTileSize = kTargetSize / kTileCount; variable
/aosp_15_r20/cts/tests/tests/nativehardware/jni/
H A DAHardwareBufferGLTest.cpp2265 const int kTileSize = desc.width / kNumTiles; in TEST_P() local
/aosp_15_r20/external/dng_sdk/source/
H A Ddng_negative.cpp1621 kTileSize = 256 enumerator
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dir_emitter_unnested.cc2620 const uint64_t kTileSize = std::min(2048ULL, 1ULL << num_stages); in EmitSort() local