Home
last modified time | relevance | path

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

/external/skqp/src/sksl/ir/
DSkSLSwizzle.h96 struct Swizzle : public Expression { struct
97 Swizzle(const Context& context, std::unique_ptr<Expression> base, std::vector<int> components) in Swizzle() function
104 std::unique_ptr<Expression> constantPropagate(const IRGenerator& irGenerator, in constantPropagate()
131 return std::unique_ptr<Expression>(new Swizzle(fType, fBase->clone(), fComponents)); in clone() argument
148 Swizzle(const Type& type, std::unique_ptr<Expression> base, std::vector<int> components) in Swizzle() argument
/external/skia/src/sksl/ir/
DSkSLSwizzle.h102 struct Swizzle : public Expression { struct
103 Swizzle(const Context& context, std::unique_ptr<Expression> base, std::vector<int> components) in Swizzle() function
110 std::unique_ptr<Expression> constantPropagate(const IRGenerator& irGenerator, in constantPropagate()
137 return std::unique_ptr<Expression>(new Swizzle(fType, fBase->clone(), fComponents)); in clone() argument
154 Swizzle(const Type& type, std::unique_ptr<Expression> base, std::vector<int> components) in Swizzle() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUAsmUtils.cpp77 namespace Swizzle { namespace
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600OptimizeVectorRegisters.cpp218 unsigned Swizzle = (*It).second; in RebuildVector() local
278 unsigned Swizzle = MI.getOperand(i + Offset).getImm() + 1; in SwizzleInput() local
DR600InstrInfo.cpp376 Swizzle(std::vector<std::pair<int, unsigned>> Src, in Swizzle() function
/external/mesa3d/src/mesa/main/
Dformat_parser.py103 class Swizzle: class
Dformats.c76 uint8_t Swizzle[4]; member
Dmtypes.h1033 GLenum Swizzle[4]; /**< GL_EXT_texture_swizzle */ 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/swiftshader/src/Reactor/
DReactorUnitTests.cpp265 TEST(ReactorUnitTests, Swizzle) in TEST() argument
DSubzeroReactor.cpp3722 RValue<Short4> Swizzle(RValue<Short4> x, unsigned char select) in Swizzle() function
4349 …RValue<UShort8> Swizzle(RValue<UShort8> x, char select0, char select1, char select2, char select3,… in Swizzle() function
6047 RValue<Int4> Swizzle(RValue<Int4> x, unsigned char select) in Swizzle() function
6963 RValue<Float4> Swizzle(RValue<Float4> x, unsigned char select) in Swizzle() function
DLLVMReactor.cpp3587 RValue<Short4> Swizzle(RValue<Short4> x, unsigned char select) in Swizzle() function
4060 …RValue<UShort8> Swizzle(RValue<UShort8> x, char select0, char select1, char select2, char select3,… in Swizzle() function
5734 RValue<Int4> Swizzle(RValue<Int4> x, unsigned char select) in Swizzle() function
6695 RValue<Float4> Swizzle(RValue<Float4> x, unsigned char select) in Swizzle() function
/external/deqp/external/openglcts/modules/gles31/
Des31cTextureGatherTests.cpp1549 class Swizzle : public PlainGatherFloat2D class
/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureGatherTests.cpp2997 class Swizzle : public PlainGatherFloat2DRgba class
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h719 unsigned Swizzle : 2; /* TGSI_SWIZZLE_ */ member
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h760 unsigned Swizzle : 2; /* TGSI_SWIZZLE_ */ member