/external/skqp/src/sksl/ir/ |
D | SkSLSwizzle.h | 96 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/ |
D | SkSLSwizzle.h | 102 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/ |
D | AMDGPUAsmUtils.cpp | 77 namespace Swizzle { namespace
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | R600OptimizeVectorRegisters.cpp | 218 unsigned Swizzle = (*It).second; in RebuildVector() local 278 unsigned Swizzle = MI.getOperand(i + Offset).getImm() + 1; in SwizzleInput() local
|
D | R600InstrInfo.cpp | 376 Swizzle(std::vector<std::pair<int, unsigned>> Src, in Swizzle() function
|
/external/mesa3d/src/mesa/main/ |
D | format_parser.py | 103 class Swizzle: class
|
D | formats.c | 76 uint8_t Swizzle[4]; member
|
D | mtypes.h | 1033 GLenum Swizzle[4]; /**< GL_EXT_texture_swizzle */ member
|
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/ |
D | rc_test_helpers.c | 120 struct match_info Swizzle; member
|
/external/mesa3d/src/mesa/program/ |
D | prog_instruction.h | 194 GLuint Swizzle:12; member
|
/external/swiftshader/src/Reactor/ |
D | ReactorUnitTests.cpp | 265 TEST(ReactorUnitTests, Swizzle) in TEST() argument
|
D | SubzeroReactor.cpp | 3722 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
|
D | LLVMReactor.cpp | 3587 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/ |
D | es31cTextureGatherTests.cpp | 1549 class Swizzle : public PlainGatherFloat2D class
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cTextureGatherTests.cpp | 2997 class Swizzle : public PlainGatherFloat2DRgba class
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 719 unsigned Swizzle : 2; /* TGSI_SWIZZLE_ */ member
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 760 unsigned Swizzle : 2; /* TGSI_SWIZZLE_ */ member
|