• Home
  • Raw
  • Download

Lines Matching refs:IVec3

306 IVec3 calculatePackedPitch (const TextureFormat& format, const IVec3& size);
326 ConstPixelBufferAccess (const TextureFormat& format, const IVec3& size, const void* data);
328 …ConstPixelBufferAccess (const TextureFormat& format, const IVec3& size, const IVec3& pitch, const…
331 const IVec3& getSize (void) const { return m_size; } in getSize()
338 const IVec3& getPitch (void) const { return m_pitch; } in getPitch()
358 … (const Sampler& sampler, Sampler::FilterMode filter, float s, float t, const IVec3& offset) const;
359 …ampler& sampler, Sampler::FilterMode filter, float s, float t, float r, const IVec3& offset) const;
362 …pler& sampler, Sampler::FilterMode filter, float ref, float s, float t, const IVec3& offset) const;
366 IVec3 m_size;
367 IVec3 m_pitch; //!< (pixelPitch, rowPitch, slicePitch)
386 PixelBufferAccess (const TextureFormat& format, const IVec3& size, void* data);
388 …PixelBufferAccess (const TextureFormat& format, const IVec3& size, const IVec3& pitch, void* data);
416 const IVec3& getSize (void) const { return m_size; } in getSize()
434 IVec3 m_size;
445 …* levels, int numLevels, const Sampler& sampler, float s, float t, float lod, const IVec3& offset);
446 … int numLevels, const Sampler& sampler, float s, float t, float r, float lod, const IVec3& offset);
449 …nt numLevels, const Sampler& sampler, float ref, float s, float t, float lod, const IVec3& offset);
579 …return sampleLevelArray2DOffset(m_levels, m_numLevels, sampler, s, t, lod, IVec3(offset.x(), offse… in sampleOffset()
584 return sampleLevelArray2DCompare(m_levels, m_numLevels, sampler, ref, s, t, lod, IVec3(0, 0, 0)); in sampleCompare()
589 …return sampleLevelArray2DCompare(m_levels, m_numLevels, sampler, ref, s, t, lod, IVec3(offset.x(),… in sampleCompareOffset()
1047 …eOffset (const Sampler& sampler, float s, float t, float r, float lod, const IVec3& offset) const;
1059 …pleOffset (const Sampler& sampler, float s, float t, float r, float lod, const IVec3& offset) const in sampleOffset()
1087 …eOffset (const Sampler& sampler, float s, float t, float r, float lod, const IVec3& offset) const;
1105 …pleOffset (const Sampler& sampler, float s, float t, float r, float lod, const IVec3& offset) const in sampleOffset()