Searched refs:srcLevelStorage (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/framework/opengl/ |
D | gluTextureTestUtil.cpp | 395 std::vector<tcu::ConstPixelBufferAccess> srcLevelStorage; in sampleTextureNonProjected() local 396 …const tcu::Texture1DView src = getEffectiveTextureView(rawSrc, srcLevelStorage, params.sam… in sampleTextureNonProjected() 431 std::vector<tcu::ConstPixelBufferAccess> srcLevelStorage; in sampleTextureNonProjected() local 432 …tcu::Texture2DView src = getEffectiveTextureView(rawSrc, srcLevelStorage, params.sampler… in sampleTextureNonProjected() 477 std::vector<tcu::ConstPixelBufferAccess> srcLevelStorage; in sampleTextureProjected() local 478 …const tcu::Texture1DView src = getEffectiveTextureView(rawSrc, srcLevelStorage, params.sam… in sampleTextureProjected() 518 std::vector<tcu::ConstPixelBufferAccess> srcLevelStorage; in sampleTextureProjected() local 519 …const tcu::Texture2DView src = getEffectiveTextureView(rawSrc, srcLevelStorage, params.sam… in sampleTextureProjected() 656 std::vector<tcu::ConstPixelBufferAccess> srcLevelStorage; in sampleTextureCube() local 657 …const tcu::TextureCubeView src = getEffectiveTextureView(rawSrc, srcLevelStorage, params.s… in sampleTextureCube() [all …]
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fTextureBorderClampTests.cpp | 1053 std::vector<tcu::ConstPixelBufferAccess> srcLevelStorage; in verifyTextureCompareResult() local 1054 …iveView = tcu::getEffectiveTextureView(m_texture->getRefTexture(), srcLevelStorage, samplerParam… in verifyTextureCompareResult() 1118 std::vector<tcu::ConstPixelBufferAccess> srcLevelStorage; in verifyTextureGatherResult() local 1119 …tiveView = tcu::getEffectiveTextureView(m_texture->getRefTexture(), srcLevelStorage, samplerParam… in verifyTextureGatherResult() 1179 std::vector<tcu::ConstPixelBufferAccess> srcLevelStorage; in verifyTextureGatherCmpResult() local 1180 …tiveView = tcu::getEffectiveTextureView(m_texture->getRefTexture(), srcLevelStorage, samplerParam… in verifyTextureGatherCmpResult()
|