• 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()
389 … (const Sampler& sampler, Sampler::FilterMode filter, float s, float t, const IVec3& offset) const;
390 …ampler& sampler, Sampler::FilterMode filter, float s, float t, float r, const IVec3& offset) const;
393 …pler& sampler, Sampler::FilterMode filter, float ref, float s, float t, const IVec3& offset) const;
397 IVec3 m_size;
398 IVec3 m_pitch; //!< (pixelPitch, rowPitch, slicePitch)
399 IVec3 m_divider;
418 PixelBufferAccess (const TextureFormat& format, const IVec3& size, void* data);
420 …PixelBufferAccess (const TextureFormat& format, const IVec3& size, const IVec3& pitch, void* data);
421 …PixelBufferAccess (const TextureFormat& format, const IVec3& size, const IVec3& pitch, const IVec3
449 const IVec3& getSize (void) const { return m_size; } in getSize()
467 IVec3 m_size;
478 …int numLevels, const Sampler& sampler, float s, float t, float lod, const IVec3& offset, bool es2 …
479 … int numLevels, const Sampler& sampler, float s, float t, float r, float lod, const IVec3& offset);
482 …nt numLevels, const Sampler& sampler, float ref, float s, float t, float lod, const IVec3& offset);
616 …return sampleLevelArray2DOffset(m_levels, m_numLevels, sampler, s, t, lod, IVec3(offset.x(), offse… in sampleOffset()
621 return sampleLevelArray2DCompare(m_levels, m_numLevels, sampler, ref, s, t, lod, IVec3(0, 0, 0)); in sampleCompare()
626 …return sampleLevelArray2DCompare(m_levels, m_numLevels, sampler, ref, s, t, lod, IVec3(offset.x(),… in sampleCompareOffset()
1091 …eOffset (const Sampler& sampler, float s, float t, float r, float lod, const IVec3& offset) const;
1103 …pleOffset (const Sampler& sampler, float s, float t, float r, float lod, const IVec3& offset) const in sampleOffset()
1131 …eOffset (const Sampler& sampler, float s, float t, float r, float lod, const IVec3& offset) const;
1149 …pleOffset (const Sampler& sampler, float s, float t, float r, float lod, const IVec3& offset) const in sampleOffset()