HomeSort by relevance Sort by last modified time
    Searched refs:getSwizzle (Results 1 - 4 of 4) sorted by null

  /external/skia/src/gpu/gl/
GrGLProcessor.h 49 memcpy(fSwizzle, access.getSwizzle(), 5);
  /external/skia/include/gpu/
GrTextureAccess.h 175 const char* getSwizzle() const { return fSwizzle; }
  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp 205 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)
279 const tcu::Vector<TextureSwizzleComponent, 4>& MaybeTextureSwizzle::getSwizzle (void) const
326 result[i] = swizzleColorChannel(src, swizzle.getSwizzle()[i]);
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_from_tgsi.cpp 87 int getSwizzle(int chan) const
107 return info->immd.data[reg.Index * 4 + getSwizzle(c)];
992 int k = src.getSwizzle(c);
1138 const int swz = src.getSwizzle(c);
    [all...]

Completed in 91 milliseconds