Home
last modified time | relevance | path

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

/external/skia/src/sksl/ir/
DSkSLSwizzle.h64 struct Swizzle : public Expression { struct
65 Swizzle(const Context& context, std::unique_ptr<Expression> base, std::vector<int> components) in Swizzle() function
72 SkString description() const override { in description()
80 std::unique_ptr<Expression> fBase;
81 const std::vector<int> fComponents;
83 typedef Expression INHERITED;
/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/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/tests/
Drc_test_helpers.c74 struct match_info Swizzle; member
/external/mesa3d/src/mesa/program/
Dprog_instruction.h262 GLuint Swizzle:12; member
/external/swiftshader/src/Reactor/
DNucleus.cpp3173 RValue<Short4> Swizzle(RValue<Short4> x, unsigned char select) in Swizzle() function
3703 …RValue<UShort8> Swizzle(RValue<UShort8> x, char select0, char select1, char select2, char select3,… in Swizzle() function
5616 RValue<Int4> Swizzle(RValue<Int4> x, unsigned char select) in Swizzle() function
6666 RValue<Float4> Swizzle(RValue<Float4> x, unsigned char select) in Swizzle() function
/external/mesa3d/src/mesa/main/
Dmtypes.h1280 GLenum Swizzle[4]; /**< GL_EXT_texture_swizzle */ member