Home
last modified time | relevance | path

Searched defs:kSwizzle (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/transformers/cuda/flash_attn/
H A Dkernel_traits.h74 static constexpr int kSwizzle = kBlockKSmem == 32 ? 2 : 3; member
190 static constexpr int kSwizzle = kBlockKSmem == 32 ? 2 : 3; member
/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLIRNode.h85 kSwizzle, enumerator
/aosp_15_r20/external/angle/src/image_util/
H A DAstcDecompressor.cpp23 const astcenc_swizzle kSwizzle = {ASTCENC_SWZ_R, ASTCENC_SWZ_G, ASTCENC_SWZ_B, ASTCENC_SWZ_A}; variable
/aosp_15_r20/hardware/google/gfxstream/host/compressedTextureFormats/
DAstcCpuDecompressorImpl.cpp28 const astcenc_swizzle kSwizzle = {ASTCENC_SWZ_R, ASTCENC_SWZ_G, ASTCENC_SWZ_B, ASTCENC_SWZ_A}; variable
/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLMetalCodeGenerator.cpp1386 static constexpr char kSwizzle[] = "xyzw"; in assembleMatrixFromExpressions() local