Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/ir/
DSkSLSwizzle.h25 Swizzle(const Context& context, std::unique_ptr<Expression> base, in Swizzle() function
81 Swizzle(const Type* type, std::unique_ptr<Expression> base, const ComponentArray& components) in Swizzle() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUAsmUtils.cpp86 namespace Swizzle { namespace
/third_party/skia/third_party/externals/tint/src/sem/
Dmember_accessor_expression.cc44 Swizzle::Swizzle(const ast::MemberAccessorExpression* declaration, in Swizzle() function in tint::sem::Swizzle
/third_party/skia/src/sksl/dsl/
DDSLCore.cpp293 static DSLExpression Swizzle(DSLExpression base, SkSL::SwizzleComponent::Type a, in Swizzle() function in SkSL::dsl::DSLCore
300 static DSLExpression Swizzle(DSLExpression base, in Swizzle() function in SkSL::dsl::DSLCore
309 static DSLExpression Swizzle(DSLExpression base, in Swizzle() function in SkSL::dsl::DSLCore
319 static DSLExpression Swizzle(DSLExpression base, in Swizzle() function in SkSL::dsl::DSLCore
678 DSLExpression Swizzle(DSLExpression base, SkSL::SwizzleComponent::Type a, in Swizzle() function
683 DSLExpression Swizzle(DSLExpression base, in Swizzle() function
690 DSLExpression Swizzle(DSLExpression base, in Swizzle() function
698 DSLExpression Swizzle(DSLExpression base, in Swizzle() function
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dvertexpostproc.adoc602 [[vertexpostproc-flatshading]]
Dfragmentdensitymapops.adoc106 [[fragmentdensitymap-component-mapping]]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600OptimizeVectorRegisters.cpp212 unsigned Swizzle = (*It).second; in RebuildVector() local
272 unsigned Swizzle = MI.getOperand(i + Offset).getImm() + 1; in SwizzleInput() local
DR600InstrInfo.cpp374 Swizzle(std::vector<std::pair<int, unsigned>> Src, in Swizzle() function
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_program_pair.h66 unsigned int Swizzle:12; member
Dradeon_program.h48 unsigned int Swizzle:12; member
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DNodeType.h25 Swizzle, enumerator
/third_party/mesa3d/src/mesa/main/
Dformat_parser.py109 class Swizzle: class
Dformats.c77 uint8_t Swizzle[4]; member
Dmtypes.h867 GLenum Swizzle[4]; /**< GL_EXT_texture_swizzle */ member
/third_party/mesa3d/src/gallium/drivers/r300/compiler/tests/
Drc_test_helpers.c121 struct match_info Swizzle; member
/third_party/mesa3d/src/mesa/program/
Dprog_instruction.h194 GLuint Swizzle:12; member
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DReactor.cpp1484 RValue<Byte8> Swizzle(RValue<Byte8> x, uint32_t select) in Swizzle() function
1735 RValue<Byte16> Swizzle(RValue<Byte16> x, uint64_t select) in Swizzle() function
1980 RValue<Short4> Swizzle(RValue<Short4> x, uint16_t select) in Swizzle() function
2262 RValue<UShort8> Swizzle(RValue<UShort8> x, uint32_t select) in Swizzle() function
3497 RValue<Int4> Swizzle(RValue<Int4> x, uint16_t select) in Swizzle() function
3739 RValue<UInt4> Swizzle(RValue<UInt4> x, uint16_t select) in Swizzle() function
4247 RValue<Float4> Swizzle(RValue<Float4> x, uint16_t select) in Swizzle() function
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cTextureGatherTests.cpp1549 class Swizzle : public PlainGatherFloat2D class
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cTextureGatherTests.cpp2996 class Swizzle : public PlainGatherFloat2DRgba class
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h770 unsigned Swizzle : 2; /* TGSI_SWIZZLE_ */ member
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dfunction.cc4173 ast::IdentifierExpression* FunctionEmitter::Swizzle(uint32_t i) { in Swizzle() function in tint::reader::spirv::FunctionEmitter
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DStateChangeTest.cpp6485 TEST_P(ImageRespecificationTest, Swizzle) in TEST_P() argument
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/
DReactorUnitTests.cpp1005 TEST(ReactorUnitTests, Swizzle) in TEST() argument