Lines Matching refs:offsetSize
964 OffsetSize offsetSize,
1040 OffsetSize offsetSize, in TextureGatherCase() argument
1052 , m_offsetSize (offsetSize) in TextureGatherCase()
1643 OffsetSize offsetSize, in TextureGather2DCase() argument
1654 …: TextureGatherCase (context, name, description, TEXTURETYPE_2D, gatherType, offsetSize, textureF… in TextureGather2DCase()
1733 OffsetSize offsetSize, in TextureGather2DArrayCase() argument
1744 …: TextureGatherCase (context, name, description, TEXTURETYPE_2D_ARRAY, gatherType, offsetSize, te… in TextureGather2DArrayCase()
2005 OffsetSize offsetSize, in makeTextureGatherCase() argument
2020 …return new TextureGather2DCase(context, name, description, gatherType, offsetSize, textureFormat, … in makeTextureGatherCase()
2024 …return new TextureGather2DArrayCase(context, name, description, gatherType, offsetSize, textureFor… in makeTextureGatherCase()
2029 DE_ASSERT(offsetSize == OFFSETSIZE_NONE); in makeTextureGatherCase()
2116 const OffsetSize offsetSize = (OffsetSize)offsetSizeI; in init() local
2117 if ((gatherType == GATHERTYPE_BASIC) != (offsetSize == OFFSETSIZE_NONE)) in init()
2120 TestCaseGroup* const offsetSizeGroup = offsetSize == OFFSETSIZE_NONE ? in init()
2123 offsetSize == OFFSETSIZE_MINIMUM_REQUIRED ? "min_required_offset" in init()
2124 : offsetSize == OFFSETSIZE_IMPLEMENTATION_MAXIMUM ? "implementation_offset" in init()
2126 … offsetSize == OFFSETSIZE_MINIMUM_REQUIRED ? "Use offsets within GL minimum required range" in init()
2127 … : offsetSize == OFFSETSIZE_IMPLEMENTATION_MAXIMUM ? "Use offsets within the implementation range" in init()
2193 …reGatherCase(textureType, m_context, caseName.c_str(), "", gatherType, offsetSize, format, compare… in init()
2201 …if (offsetSize != OFFSETSIZE_MINIMUM_REQUIRED) // Don't test all features for both offset size typ… in init()
2220 …makeTextureGatherCase(textureType, m_context, caseName.c_str(), "", gatherType, offsetSize, format, in init()
2269 …reGatherCase(textureType, m_context, caseName.c_str(), "", gatherType, offsetSize, format, compare… in init()
2283 …makeTextureGatherCase(textureType, m_context, caseName.c_str(), "", gatherType, offsetSize, format, in init()
2298 …eTextureGatherCase(textureType, m_context, "mipmap_incomplete", "", gatherType, offsetSize, format, in init()