• Home
  • Raw
  • Download

Lines Matching refs:offsetSize

948 																 OffsetSize					offsetSize,
1024 OffsetSize offsetSize, in TextureGatherCase() argument
1036 , m_offsetSize (offsetSize) in TextureGatherCase()
1623 OffsetSize offsetSize, in TextureGather2DCase() argument
1634 …: TextureGatherCase (context, name, description, TEXTURETYPE_2D, gatherType, offsetSize, textureF… in TextureGather2DCase()
1713 OffsetSize offsetSize, in TextureGather2DArrayCase() argument
1724 …: TextureGatherCase (context, name, description, TEXTURETYPE_2D_ARRAY, gatherType, offsetSize, te… in TextureGather2DArrayCase()
1985 OffsetSize offsetSize, in makeTextureGatherCase() argument
2000 …return new TextureGather2DCase(context, name, description, gatherType, offsetSize, textureFormat, … in makeTextureGatherCase()
2004 …return new TextureGather2DArrayCase(context, name, description, gatherType, offsetSize, textureFor… in makeTextureGatherCase()
2009 DE_ASSERT(offsetSize == OFFSETSIZE_NONE); in makeTextureGatherCase()
2096 const OffsetSize offsetSize = (OffsetSize)offsetSizeI; in init() local
2097 if ((gatherType == GATHERTYPE_BASIC) != (offsetSize == OFFSETSIZE_NONE)) in init()
2100 TestCaseGroup* const offsetSizeGroup = offsetSize == OFFSETSIZE_NONE ? in init()
2103 offsetSize == OFFSETSIZE_MINIMUM_REQUIRED ? "min_required_offset" in init()
2104 : offsetSize == OFFSETSIZE_IMPLEMENTATION_MAXIMUM ? "implementation_offset" in init()
2106offsetSize == OFFSETSIZE_MINIMUM_REQUIRED ? "Use offsets within GL minimum required range" in init()
2107 … : offsetSize == OFFSETSIZE_IMPLEMENTATION_MAXIMUM ? "Use offsets within the implementation range" in init()
2173 …reGatherCase(textureType, m_context, caseName.c_str(), "", gatherType, offsetSize, format, compare… in init()
2181 …if (offsetSize != OFFSETSIZE_MINIMUM_REQUIRED) // Don't test all features for both offset size typ… in init()
2200 …makeTextureGatherCase(textureType, m_context, caseName.c_str(), "", gatherType, offsetSize, format, in init()
2249 …reGatherCase(textureType, m_context, caseName.c_str(), "", gatherType, offsetSize, format, compare… in init()
2263 …makeTextureGatherCase(textureType, m_context, caseName.c_str(), "", gatherType, offsetSize, format, in init()
2278 …eTextureGatherCase(textureType, m_context, "mipmap_incomplete", "", gatherType, offsetSize, format, in init()