Home
last modified time | relevance | path

Searched defs:Swizzle (Results 1 – 25 of 43) sorted by relevance

12

/aosp_15_r20/external/skia/src/gpu/
H A DSwizzle.h31 constexpr Swizzle() : Swizzle(0x3210) {} in Swizzle() function
76 explicit constexpr Swizzle(uint16_t key) : fKey(key) {} in Swizzle() function
92 constexpr Swizzle::Swizzle(const char c[4]) in Swizzle() function
/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLSwizzle.h57 Swizzle(const Context& context, Position pos, std::unique_ptr<Expression> base, in Swizzle() function
114 Swizzle(Position pos, const Type* type, std::unique_ptr<Expression> base, in Swizzle() function
H A DSkSLIRHelpers.h55 std::unique_ptr<Expression> Swizzle(std::unique_ptr<Expression> base, ComponentArray c) const { in Swizzle() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DR600OptimizeVectorRegisters.cpp195 unsigned Swizzle = It.second; in RebuildVector() local
253 unsigned Swizzle = MI.getOperand(i + Offset).getImm() + 1; in SwizzleInput() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DR600OptimizeVectorRegisters.cpp212 unsigned Swizzle = (*It).second; in RebuildVector() local
272 unsigned Swizzle = MI.getOperand(i + Offset).getImm() + 1; in SwizzleInput() local
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DR600OptimizeVectorRegisters.cpp194 unsigned Swizzle = (*It).second; in RebuildVector() local
256 unsigned Swizzle = MI.getOperand(i + Offset).getImm() + 1; in SwizzleInput() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/
H A Dswizzle.rs73 pub trait Swizzle<const N: usize> { interface
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/
H A Dswizzle.rs73 pub trait Swizzle<const N: usize> { trait
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/
H A Dswizzle.rs73 pub trait Swizzle<const N: usize> { trait
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/
H A Dswizzle.rs73 pub trait Swizzle<const N: usize> { trait
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/
H A Dswizzle.rs73 pub trait Swizzle<const N: usize> { interface
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUAsmUtils.cpp86 namespace Swizzle { namespace
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkPipeline.h33 class Swizzle; variable
/aosp_15_r20/external/skia/src/gpu/ganesh/effects/
H A DGrDisableColorXP.cpp57 const skgpu::Swizzle&, in makeProgramImpl()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUAsmUtils.cpp543 namespace Swizzle { namespace
/aosp_15_r20/external/swiftshader/src/Reactor/
H A DSIMD.cpp856 RValue<SIMD::Int> Swizzle(RValue<SIMD::Int> x, uint16_t select) in Swizzle() function
863 RValue<SIMD::UInt> Swizzle(RValue<SIMD::UInt> x, uint16_t select) in Swizzle() function
870 RValue<SIMD::Float> Swizzle(RValue<SIMD::Float> x, uint16_t select) in Swizzle() function
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/
H A DGrSimpleMeshDrawOpHelper.h41 class Swizzle; variable
H A DQuadPerEdgeAA.h36 class Swizzle; variable
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_program_pair.h44 unsigned int Swizzle:12; member
H A Dradeon_program.h26 unsigned int Swizzle:12; member
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrRecordingContextPriv.h48 class Swizzle; variable
H A DSurfaceDrawContext.h74 class Swizzle; variable
/aosp_15_r20/external/angle/src/compiler/translator/
H A DNodeType.h25 Swizzle, enumerator
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dformat_parser.py109 class Swizzle: class
/aosp_15_r20/external/mesa3d/src/mesa/program/
H A Dprog_instruction.h155 GLuint Swizzle:12; member

12