• Home
  • Raw
  • Download

Lines Matching refs:IVec3

335 IVec3 calculatePackedPitch (const TextureFormat& format, const IVec3& size);
355 ConstPixelBufferAccess (const TextureFormat& format, const IVec3& size, const void* data);
357 …ConstPixelBufferAccess (const TextureFormat& format, const IVec3& size, const IVec3& pitch, const…
358 …ixelBufferAccess (const TextureFormat& format, const IVec3& size, const IVec3& pitch, const IVec3
361 const IVec3& getSize (void) const { return m_size; } in getSize()
368 const IVec3& getPitch (void) const { return m_pitch; } in getPitch()
369 const IVec3& getDivider (void) const { return m_divider; } in getDivider()
391 … (const Sampler& sampler, Sampler::FilterMode filter, float s, float t, const IVec3& offset) const;
392 …ampler& sampler, Sampler::FilterMode filter, float s, float t, float r, const IVec3& offset) const;
395 …pler& sampler, Sampler::FilterMode filter, float ref, float s, float t, const IVec3& offset) const;
399 IVec3 m_size;
400 IVec3 m_pitch; //!< (pixelPitch, rowPitch, slicePitch)
401 IVec3 m_divider;
420 PixelBufferAccess (const TextureFormat& format, const IVec3& size, void* data);
422 …PixelBufferAccess (const TextureFormat& format, const IVec3& size, const IVec3& pitch, void* data);
423 …PixelBufferAccess (const TextureFormat& format, const IVec3& size, const IVec3& pitch, const IVec3
451 const IVec3& getSize (void) const { return m_size; } in getSize()
469 IVec3 m_size;
480 …int numLevels, const Sampler& sampler, float s, float t, float lod, const IVec3& offset, bool es2 …
481 … int numLevels, const Sampler& sampler, float s, float t, float r, float lod, const IVec3& offset);
484 …nt numLevels, const Sampler& sampler, float ref, float s, float t, float lod, const IVec3& offset);
567 …return sampleLevelArray2DOffset(m_levels, m_numLevels, sampler, s, t, lod, IVec3(offset.x(), offse… in sampleOffset()
572 return sampleLevelArray2DCompare(m_levels, m_numLevels, sampler, ref, s, t, lod, IVec3(0, 0, 0)); in sampleCompare()
577 …return sampleLevelArray2DCompare(m_levels, m_numLevels, sampler, ref, s, t, lod, IVec3(offset.x(),… in sampleCompareOffset()
1094 …eOffset (const Sampler& sampler, float s, float t, float r, float lod, const IVec3& offset) const;
1106 …pleOffset (const Sampler& sampler, float s, float t, float r, float lod, const IVec3& offset) const in sampleOffset()
1134 …eOffset (const Sampler& sampler, float s, float t, float r, float lod, const IVec3& offset) const;
1152 …pleOffset (const Sampler& sampler, float s, float t, float r, float lod, const IVec3& offset) const in sampleOffset()