| /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() argument 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 | 26 Swizzle(const Context& context, std::unique_ptr<Expression> base, in Swizzle() function 78 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/ |
| D | AMDGPUAsmUtils.cpp | 86 namespace Swizzle { namespace
|
| /external/skia/src/sksl/dsl/ |
| D | DSLCore.cpp | 128 static DSLExpression Swizzle(DSLExpression base, SkSL::SwizzleComponent::Type a, in Swizzle() function in SkSL::dsl::DSLCore 135 static DSLExpression Swizzle(DSLExpression base, in Swizzle() function in SkSL::dsl::DSLCore 144 static DSLExpression Swizzle(DSLExpression base, in Swizzle() function in SkSL::dsl::DSLCore 154 static DSLExpression Swizzle(DSLExpression base, in Swizzle() function in SkSL::dsl::DSLCore 466 DSLExpression Swizzle(DSLExpression base, SkSL::SwizzleComponent::Type a, in Swizzle() function 471 DSLExpression Swizzle(DSLExpression base, in Swizzle() function 478 DSLExpression Swizzle(DSLExpression base, in Swizzle() function 486 DSLExpression Swizzle(DSLExpression base, in Swizzle() function
|
| /external/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| D | AMDGPUAsmUtils.cpp | 335 namespace Swizzle { namespace
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | R600OptimizeVectorRegisters.cpp | 212 unsigned Swizzle = (*It).second; in RebuildVector() local 272 unsigned Swizzle = MI.getOperand(i + Offset).getImm() + 1; in SwizzleInput() local
|
| D | R600InstrInfo.cpp | 374 Swizzle(std::vector<std::pair<int, unsigned>> Src, in Swizzle() function
|
| /external/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | R600OptimizeVectorRegisters.cpp | 216 unsigned Swizzle = (*It).second; in RebuildVector() local 276 unsigned Swizzle = MI.getOperand(i + Offset).getImm() + 1; in SwizzleInput() local
|
| D | R600InstrInfo.cpp | 374 Swizzle(std::vector<std::pair<int, unsigned>> Src, in Swizzle() function
|
| /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/ |
| D | radeon_program_pair.h | 66 unsigned int Swizzle:12; member
|
| D | radeon_program.h | 48 unsigned int Swizzle:12; member
|
| /external/angle/src/compiler/translator/TranslatorMetalDirect/ |
| D | NodeType.h | 25 Swizzle, enumerator
|
| /external/mesa3d/src/mesa/main/ |
| D | format_parser.py | 109 class Swizzle: class
|
| D | formats.c | 77 uint8_t Swizzle[4]; 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 | Reactor.cpp | 1488 RValue<Byte8> Swizzle(RValue<Byte8> x, uint32_t select) in Swizzle() function 1739 RValue<Byte16> Swizzle(RValue<Byte16> x, uint64_t select) in Swizzle() function 1984 RValue<Short4> Swizzle(RValue<Short4> x, uint16_t select) in Swizzle() function 2266 RValue<UShort8> Swizzle(RValue<UShort8> x, uint32_t select) in Swizzle() function 3501 RValue<Int4> Swizzle(RValue<Int4> x, uint16_t select) in Swizzle() function 3743 RValue<UInt4> Swizzle(RValue<UInt4> x, uint16_t select) in Swizzle() function 4251 RValue<Float4> Swizzle(RValue<Float4> x, uint16_t select) in Swizzle() function
|
| /external/deqp/external/openglcts/modules/gles31/ |
| D | es31cTextureGatherTests.cpp | 1549 class Swizzle : public PlainGatherFloat2D class
|
| /external/skia/src/sksl/ |
| D | SkSLIRGenerator.cpp | 761 auto Swizzle = [&](std::unique_ptr<Expression> expr, in getNormalizeSkPositionCode() local
|
| /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 | 753 unsigned Swizzle : 2; /* TGSI_SWIZZLE_ */ member
|
| /external/mesa3d/src/gallium/include/pipe/ |
| D | p_shader_tokens.h | 775 unsigned Swizzle : 2; /* TGSI_SWIZZLE_ */ member
|
| /external/angle/src/tests/gl_tests/ |
| D | StateChangeTest.cpp | 6400 TEST_P(ImageRespecificationTest, Swizzle) in TEST_P() argument
|