Home
last modified time | relevance | path

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

12

/external/skia/src/gpu/
DSwizzle.h21 constexpr Swizzle() : Swizzle("rgba") {} in Swizzle() function
62 explicit constexpr Swizzle(uint16_t key) : fKey(key) {} in Swizzle() function
71 constexpr Swizzle::Swizzle(const char c[4]) in Swizzle() function
74 constexpr Swizzle::Swizzle(const Swizzle& that) in Swizzle() function
DGrRecordingContextPriv.h22 class Swizzle; variable
DGrFragmentProcessor.h28 class Swizzle; variable
/external/skia/src/sksl/ir/
DSkSLSwizzle.h25 Swizzle(const Context& context, std::unique_ptr<Expression> base, in Swizzle() function
81 Swizzle(const Type* type, std::unique_ptr<Expression> base, const ComponentArray& components) in Swizzle() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUAsmUtils.cpp86 namespace Swizzle { namespace
/external/skia/src/sksl/dsl/
DDSLCore.cpp294 static DSLExpression Swizzle(DSLExpression base, SkSL::SwizzleComponent::Type a, in Swizzle() function in SkSL::dsl::DSLCore
301 static DSLExpression Swizzle(DSLExpression base, in Swizzle() function in SkSL::dsl::DSLCore
310 static DSLExpression Swizzle(DSLExpression base, in Swizzle() function in SkSL::dsl::DSLCore
320 static DSLExpression Swizzle(DSLExpression base, in Swizzle() function in SkSL::dsl::DSLCore
679 DSLExpression Swizzle(DSLExpression base, SkSL::SwizzleComponent::Type a, in Swizzle() function
684 DSLExpression Swizzle(DSLExpression base, in Swizzle() function
691 DSLExpression Swizzle(DSLExpression base, in Swizzle() function
699 DSLExpression Swizzle(DSLExpression base, in Swizzle() function
/external/skia/src/gpu/vk/
DGrVkPipeline.h29 class Swizzle; variable
/external/skia/src/gpu/effects/
DGrDisableColorXP.cpp52 const skgpu::Swizzle&, in makeProgramImpl()
/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
DR600InstrInfo.cpp374 Swizzle(std::vector<std::pair<int, unsigned>> Src, in Swizzle() function
/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
DR600InstrInfo.cpp382 Swizzle(std::vector<std::pair<int, unsigned> > Src, in Swizzle() function
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_program_pair.h66 unsigned int Swizzle:12; member
Dradeon_program.h48 unsigned int Swizzle:12; member
/external/skia/include/gpu/
DGrDirectContext.h45 class Swizzle; variable
/external/angle/src/compiler/translator/tree_util/
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/gallium/drivers/r300/compiler/tests/
Drc_test_helpers.c120 struct match_info Swizzle; member
/external/mesa3d/src/mesa/program/
Dprog_instruction.h194 GLuint Swizzle:12; member
/external/skia/src/gpu/gl/
DGrGLGpu.h33 class Swizzle; variable
/external/swiftshader/src/Reactor/
DReactor.cpp1497 RValue<Byte8> Swizzle(RValue<Byte8> x, uint32_t select) in Swizzle() function
1748 RValue<Byte16> Swizzle(RValue<Byte16> x, uint64_t select) in Swizzle() function
1998 RValue<Short4> Swizzle(RValue<Short4> x, uint16_t select) in Swizzle() function
2283 RValue<UShort8> Swizzle(RValue<UShort8> x, uint32_t select) in Swizzle() function
3523 RValue<Int4> Swizzle(RValue<Int4> x, uint16_t select) in Swizzle() function
3765 RValue<UInt4> Swizzle(RValue<UInt4> x, uint16_t select) in Swizzle() function
4263 RValue<Float4> Swizzle(RValue<Float4> x, uint16_t select) in Swizzle() function
/external/deqp/external/openglcts/modules/gles31/
Des31cTextureGatherTests.cpp1549 class Swizzle : public PlainGatherFloat2D class
/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureGatherTests.cpp2996 class Swizzle : public PlainGatherFloat2DRgba class
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h753 unsigned Swizzle : 2; /* TGSI_SWIZZLE_ */ member

12