Searched defs:Swizzle (Results 1 – 9 of 9) sorted by relevance
| /external/skia/src/sksl/ir/ |
| D | SkSLSwizzle.h | 64 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/ |
| D | radeon_program_pair.h | 66 unsigned int Swizzle:12; member
|
| D | radeon_program.h | 48 unsigned int Swizzle:12; member
|
| /external/llvm/lib/Target/AMDGPU/ |
| D | R600OptimizeVectorRegisters.cpp | 194 unsigned Swizzle = (*It).second; in RebuildVector() local 256 unsigned Swizzle = MI.getOperand(i + Offset).getImm() + 1; in SwizzleInput() local
|
| D | R600InstrInfo.cpp | 382 Swizzle(std::vector<std::pair<int, unsigned> > Src, in Swizzle() function
|
| /external/mesa3d/src/gallium/drivers/r300/compiler/tests/ |
| D | rc_test_helpers.c | 74 struct match_info Swizzle; member
|
| /external/mesa3d/src/mesa/program/ |
| D | prog_instruction.h | 262 GLuint Swizzle:12; member
|
| /external/swiftshader/src/Reactor/ |
| D | Nucleus.cpp | 3173 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/ |
| D | mtypes.h | 1280 GLenum Swizzle[4]; /**< GL_EXT_texture_swizzle */ member
|