Home
last modified time | relevance | path

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

12

/external/skia/src/gpu/
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
/external/skia/src/sksl/ir/
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
DSkSLIRHelpers.h55 std::unique_ptr<Expression> Swizzle(std::unique_ptr<Expression> base, ComponentArray c) const { in Swizzle() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUAsmUtils.cpp86 namespace Swizzle { namespace
/external/skia/src/gpu/ganesh/vk/
DGrVkPipeline.h33 class Swizzle; variable
/external/skia/src/gpu/ganesh/effects/
DGrDisableColorXP.cpp57 const skgpu::Swizzle&, in makeProgramImpl()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUAsmUtils.cpp543 namespace Swizzle { namespace
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DR600OptimizeVectorRegisters.cpp195 unsigned Swizzle = It.second; in RebuildVector() local
253 unsigned Swizzle = MI.getOperand(i + Offset).getImm() + 1; in SwizzleInput() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600OptimizeVectorRegisters.cpp212 unsigned Swizzle = (*It).second; in RebuildVector() local
272 unsigned Swizzle = MI.getOperand(i + Offset).getImm() + 1; in SwizzleInput() local
/external/llvm/lib/Target/AMDGPU/
DR600OptimizeVectorRegisters.cpp194 unsigned Swizzle = (*It).second; in RebuildVector() local
256 unsigned Swizzle = MI.getOperand(i + Offset).getImm() + 1; in SwizzleInput() local
/external/skia/src/gpu/ganesh/ops/
DGrSimpleMeshDrawOpHelper.h41 class Swizzle; variable
DQuadPerEdgeAA.h36 class Swizzle; variable
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_program_pair.h43 unsigned int Swizzle : 12; member
Dradeon_program.h26 unsigned int Swizzle : 12; member
Dradeon_compiler_util.c363 unsigned int Swizzle; member
/external/skia/src/gpu/ganesh/
DGrRecordingContextPriv.h48 class Swizzle; variable
DSurfaceDrawContext.h74 class Swizzle; variable
DGrFragmentProcessor.h40 class Swizzle; variable
/external/angle/src/compiler/translator/
DNodeType.h25 Swizzle, enumerator
/external/mesa3d/src/mesa/main/
Dformat_parser.py109 class Swizzle: class
Dformats.c77 uint8_t Swizzle[4]; member
/external/mesa3d/src/mesa/program/
Dprog_instruction.h155 GLuint Swizzle:12; member
/external/swiftshader/src/Reactor/
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
/external/angle/src/compiler/translator/tree_ops/
DRewritePixelLocalStorage.cpp298 static TIntermTyped *Swizzle(TVariable *var, int n) in Swizzle() function in sh::__anon0d4e493c0111::RewritePLSTraverser
/external/skia/src/gpu/ganesh/gl/
DGrGLGpu.h86 class Swizzle; variable

12