Home
last modified time | relevance | path

Searched defs:layerRange (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DImageIndex.cpp320 const Range<GLint> &layerRange, in ImageIndexIterator()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DImageIndex.cpp319 const Range<GLint> &layerRange, in ImageIndexIterator()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTextureFilteringTests.cpp141 tcu::Vec2 layerRange; member
/third_party/vk-gl-cts/framework/common/
DtcuTexLookupVerifier.cpp1856 …const IVec2 layerRange = computeLayerRange(texture.getNumLayers(), prec.coordBits.y(), coord.y()… in isLookupResultValid() local
1926 …const IVec2 layerRange = computeLayerRange(texture.getNumLayers(), prec.coordBits.z(), coord.z()… in isLookupResultValid() local
2101 const IVec2 layerRange = computeLayerRange(texture.getNumLayers(), coordBits.w(), coord.w()); in isLookupResultValid() local
2521 const IVec2 layerRange = computeLayerRange(texture.getNumLayers(), prec.coordBits.z(), coord.z()); in is2DArrayGatherOffsetsResultValid() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureFilteringTests.cpp634 tcu::Vec2 layerRange; member
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fTextureFilteringTests.cpp708 tcu::Vec2 layerRange; member
/third_party/vk-gl-cts/framework/opengl/
DgluTextureTestUtil.cpp1184 …CubeFace face, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight, const tcu::Vec2& layerRange) in computeQuadTexCoordCubeArray()