Home
last modified time | relevance | path

Searched refs:textureInfo (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/
DvktRenderPassTests.cpp2295 const tcu::TextureFormatInfo textureInfo = tcu::getTextureFormatInfo(format); in renderReferenceImages() local
2309 …Access(reference.getAccess(), tcu::Sampler::MODE_DEPTH), 2, textureInfo.valueMin, textureInfo.valu… in renderReferenceImages()
2312 …cess(reference.getAccess(), tcu::Sampler::MODE_STENCIL), 2, textureInfo.valueMin, textureInfo.valu… in renderReferenceImages()
2315 tcu::fillWithGrid(reference.getAccess(), 2, textureInfo.valueMin, textureInfo.valueMax); in renderReferenceImages()
2342 const tcu::TextureFormatInfo textureInfo = tcu::getTextureFormatInfo(reference.getFormat()); in renderReferenceImages() local
2344 …Pos.x(), renderPos.y(), renderSize.x(), renderSize.y()), 2, textureInfo.valueMin, textureInfo.valu… in renderReferenceImages()
2368 const tcu::TextureFormatInfo textureInfo = tcu::getTextureFormatInfo(reference.getFormat()); in renderReferenceImages() local
2370 …Pos.x(), renderPos.y(), renderSize.x(), renderSize.y()), 2, textureInfo.valueMin, textureInfo.valu… in renderReferenceImages()
2380 const tcu::TextureFormatInfo textureInfo = tcu::getTextureFormatInfo(reference.getFormat()); in renderReferenceImages() local
2382 …Pos.x(), renderPos.y(), renderSize.x(), renderSize.y()), 2, textureInfo.valueMin, textureInfo.valu… in renderReferenceImages()
[all …]