Home
last modified time | relevance | path

Searched refs:swizzle (Results 1 – 25 of 31) sorted by relevance

12

/external/skia/src/gpu/
DGrTextureAccess.cpp30 const char* swizzle, in GrTextureAccess() argument
32 this->reset(texture, swizzle, params); in GrTextureAccess()
36 const char* swizzle, in GrTextureAccess() argument
39 this->reset(texture, swizzle, bilerp, tileXAndY); in GrTextureAccess()
43 const char* swizzle, in reset() argument
46 GrAssert(strlen(swizzle) >= 1 && strlen(swizzle) <= 4); in reset()
50 this->setSwizzle(swizzle); in reset()
54 const char* swizzle, in reset() argument
58 GrAssert(strlen(swizzle) >= 1 && strlen(swizzle) <= 4); in reset()
62 this->setSwizzle(swizzle); in reset()
[all …]
/external/webkit/Source/WebCore/platform/graphics/gpu/
DTexture.cpp64 …xt3D* context, Texture::Format format, unsigned int* glFormat, unsigned int* glType, bool* swizzle) in convertFormat() argument
66 *swizzle = false; in convertFormat()
79 *swizzle = true; in convertFormat()
111 bool swizzle; in create() local
112 convertFormat(context, format, &glFormat, &glType, &swizzle); in create()
122 template <bool swizzle>
127 if (!swizzle && width == srcStride) in copySubRect()
130 if (swizzle) { in copySubRect()
160 bool swizzle; in updateSubRect() local
161 convertFormat(m_context, m_format, &glFormat, &glType, &swizzle); in updateSubRect()
[all …]
/external/skia/include/gpu/
DGrTextureAccess.h129 GrTextureAccess(GrTexture*, const char* swizzle, const GrTextureParams&);
131 const char* swizzle,
139 void reset(GrTexture*, const char* swizzle, const GrTextureParams&);
141 const char* swizzle,
/external/skia/src/gpu/gl/
DGrGLShaderBuilder.cpp55 const char* swizzle = access.getSwizzle(); in append_swizzle() local
63 for (i = 0; '\0' != swizzle[i]; ++i) { in append_swizzle()
67 swizzle = mangledSwizzle; in append_swizzle()
70 if (memcmp(swizzle, "rgba", 4)) { in append_swizzle()
71 outAppend->appendf(".%s", swizzle); in append_swizzle()
DGrGpuGL.cpp1989 inline void set_tex_swizzle(GrGLenum swizzle[4], const GrGLInterface* gl) { in set_tex_swizzle()
1992 reinterpret_cast<const GrGLint*>(swizzle))); in set_tex_swizzle()
/external/llvm/test/CodeGen/R600/
Dschedule-if.ll35 call void @llvm.R600.store.swizzle(<4 x float> %19, i32 0, i32 0)
46 declare void @llvm.R600.store.swizzle(<4 x float>, i32, i32)
Dschedule-fs-loop.ll41 call void @llvm.R600.store.swizzle(<4 x float> %24, i32 0, i32 0)
53 declare void @llvm.R600.store.swizzle(<4 x float>, i32, i32)
Dkcache-fold.ll47 call void @llvm.R600.store.swizzle(<4 x float> %39, i32 0, i32 0)
95 call void @llvm.R600.store.swizzle(<4 x float> %39, i32 0, i32 0)
100 declare void @llvm.R600.store.swizzle(<4 x float>, i32, i32)
Dschedule-vs-if-nested-loop.ll88 call void @llvm.R600.store.swizzle(<4 x float> %74, i32 60, i32 1)
93 call void @llvm.R600.store.swizzle(<4 x float> %78, i32 0, i32 2)
132 declare void @llvm.R600.store.swizzle(<4 x float>, i32, i32)
Dschedule-fs-loop-nested.ll54 call void @llvm.R600.store.swizzle(<4 x float> %37, i32 0, i32 0)
86 declare void @llvm.R600.store.swizzle(<4 x float>, i32, i32)
Dschedule-fs-loop-nested-if.ll55 call void @llvm.R600.store.swizzle(<4 x float> %34, i32 0, i32 0)
81 declare void @llvm.R600.store.swizzle(<4 x float>, i32, i32)
Dschedule-if-2.ll69 call void @llvm.R600.store.swizzle(<4 x float> %47, i32 0, i32 0)
92 declare void @llvm.R600.store.swizzle(<4 x float>, i32, i32)
/external/llvm/test/CodeGen/X86/
Dswizzle.ll8 define void @swizzle(i8* nocapture %a, %struct.vector4_t* nocapture %b, %struct.vector4_t* nocaptur…
Dvec_shuffle-18.ll5 define void @swizzle(i8* %a, %struct.vector4_t* %b, %struct.vector4_t* %c) nounwind {
D2010-11-09-MOVLPS.ll15 define void @swizzle(i8* %a, %0* %b, %0* %c) nounwind {
/external/valgrind/main/docs/internals/
Dperformance.txt26 - Nick reduced the iteration count of the loop in swizzle() from 20 to 5,
/external/openssl/crypto/bn/asm/
Dmodexp512-x86_64.pl153 sub swizzle subroutine
1174 &swizzle("%rdi", "%rcx", "%rax", "%rbx");
1204 &swizzle("%rbp", "%rcx", "%rax", "%rbx");
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
DDDSLoader.java259 int swizzle = in.readInt(); in readPixelFormat() local
278 if (swizzle == SWIZZLE_xGxR) { in readPixelFormat()
/external/llvm/lib/Target/R600/
DAMDILRegisterInfo.td21 // Since the swizzle is added based on the register class, we can leave it
DR600Instructions.td1831 // This opcode has custom swizzle pattern encoded in Swizzle Encoder
1833 // This opcode has custom swizzle pattern encoded in Swizzle Encoder
1835 // This opcode has custom swizzle pattern encoded in Swizzle Encoder
1837 // This opcode has custom swizzle pattern encoded in Swizzle Encoder
1839 // This opcode has custom swizzle pattern encoded in Swizzle Encoder
1841 // This opcode has custom swizzle pattern encoded in Swizzle Encoder
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DOutputHLSL.cpp744 TIntermAggregate *swizzle = node->getRight()->getAsAggregate(); in visitBinary() local
746 if (swizzle) in visitBinary()
748 TIntermSequence &sequence = swizzle->getSequence(); in visitBinary()
/external/llvm/lib/Support/Unix/
DProcess.inc328 // Otherwise, swizzle the current time and the process ID to form a reasonable
/external/chromium/chrome/browser/ui/cocoa/
Dbrowser_frame_view.mm42 // This is where we swizzle drawRect, and add in two methods that we
/external/valgrind/main/coregrind/
Dm_mallocfree.c1038 void swizzle ( Arena* a, UInt lno ) in swizzle() function
1452 swizzle ( a, listno ); in unlinkBlock()
/external/chromium/chrome/browser/
Dchrome_browser_application_mac.mm182 // Do-nothing wrapper so that we can arrange to only swizzle

12