Searched defs:getSwizzle (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/skia/include/gpu/
H A DGrTextureAccess.h175 const char* getSwizzle() const { return fSwizzle; } function in class:GrTextureAccess
/external/skia/include/gpu/
H A DGrTextureAccess.h169 const char* getSwizzle() const { return fSwizzle; } function in class:GrTextureAccess
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_tgsi.cpp87 int getSwizzle(int chan) const function in class:tgsi::Instruction::SrcRegister
107 return info->immd.data[reg.Index * 4 + getSwizzle(c)];
992 int k = src.getSwizzle(c);
1138 const int swz = src.getSwizzle(c);
1320 const int swz = src.getSwizzle(c);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_tgsi.cpp87 int getSwizzle(int chan) const function in class:tgsi::Instruction::SrcRegister
107 return info->immd.data[reg.Index * 4 + getSwizzle(c)];
992 int k = src.getSwizzle(c);
1138 const int swz = src.getSwizzle(c);
1320 const int swz = src.getSwizzle(c);
/external/deqp/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp205 tcu::Vector<TextureSwizzleComponent, 4>& getSwizzle (void);
206 const tcu::Vector<TextureSwizzleComponent, 4>& getSwizzle (void) const;
220 stream << "(" << comp.getSwizzle()[0]
221 << ", " << comp.getSwizzle()[1]
222 << ", " << comp.getSwizzle()[2]
223 << ", " << comp.getSwizzle()[3]
274 tcu::Vector<TextureSwizzleComponent, 4>& MaybeTextureSwizzle::getSwizzle (void) function in class:deqp::gles31::Functional::__anon20356::MaybeTextureSwizzle
279 const tcu::Vector<TextureSwizzleComponent, 4>& MaybeTextureSwizzle::getSwizzle (void) const function in class:deqp::gles31::Functional::__anon20356::MaybeTextureSwizzle
326 result[i] = swizzleColorChannel(src, swizzle.getSwizzle()[i]);
1302 const deUint32 curGLSwizzle = getGLTextureSwizzleComponent(m_textureSwizzle.getSwizzle()[
[all...]

Completed in 136 milliseconds