Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTestLog.cpp68 if (tcu::isCombinedDepthStencilType(m_access.getFormat().type)) in LogImage()
109 if (tcu::isCombinedDepthStencilType(access.getFormat().type)) in LogImage()
250 DE_ASSERT(!tcu::isCombinedDepthStencilType(access.getFormat().type)); in writeImage()
DtcuTextureUtil.hpp42 bool isCombinedDepthStencilType (TextureFormat::ChannelType type);
DtcuTextureUtil.cpp120 bool isCombinedDepthStencilType (TextureFormat::ChannelType type) in isCombinedDepthStencilType() function
952 if (isCombinedDepthStencilType(access.getFormat().type)) in fillWithComponentGradientsStyled()
1044 if (isCombinedDepthStencilType(access.getFormat().type)) in fillWithGrid()
1386 if (!isCombinedDepthStencilType(baseAccess.getFormat().type)) in toSamplerAccess()
DtcuTexture.cpp1068 …DE_ASSERT(!isCombinedDepthStencilType(m_format.type)); // combined types cannot be accessed direct… in getPixel()
1169 …DE_ASSERT(!isCombinedDepthStencilType(m_format.type)); // combined types cannot be accessed direct… in getPixelInt()
1338 …DE_ASSERT(!isCombinedDepthStencilType(m_format.type)); // combined types cannot be accessed direct… in setPixel()
1490 …DE_ASSERT(!isCombinedDepthStencilType(m_format.type)); // combined types cannot be accessed direct… in setPixel()
1788 DE_ASSERT(!isCombinedDepthStencilType(format.type)); in lookupBorder()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawDepthClampTests.cpp338 …const bool isCombinedType = tcu::isCombinedDepthStencilType(mapVkFormat(m_format).type) && … in draw()
DvktDrawImageObjectUtil.cpp296 bool isCombinedType = isCombinedDepthStencilType(vk::mapVkFormat(m_format).type); in readUsingBuffer()
697 bool isCombinedType = isCombinedDepthStencilType(vk::mapVkFormat(m_format).type); in uploadUsingBuffer()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationNoneStageTests.cpp1072 if (isCombinedDepthStencilType(referenceFormat.type)) in iterate()
1074 if (isCombinedDepthStencilType(resultFormat.type)) in iterate()
/external/deqp/framework/referencerenderer/
DrrFragmentOperations.cpp821 …DE_ASSERT(!hasDepth || (!tcu::isCombinedDepthStencilType(depthBuffer.getFormat().type) && depthBuf… in render()
822 …DE_ASSERT(!hasStencil || (!tcu::isCombinedDepthStencilType(stencilBuffer.getFormat().type) && sten… in render()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp574 if (tcu::isCombinedDepthStencilType(srcTexture.getTextureFormat().type)) in uploadTestTexture()
622 if (tcu::isCombinedDepthStencilType(srcTexture.getTextureFormat().type)) in uploadTestTextureSparse()
DvktPipelineImageSamplingInstance.cpp1504 if (isCombinedDepthStencilType(m_texture->getTextureFormat().type)) in verifyImage()
/external/deqp/modules/internal/
DditTextureFormatTests.cpp1518 if (tcu::isCombinedDepthStencilType(m_format.type)) in verifyInfoQueries()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp539 if (tcu::isCombinedDepthStencilType(buffer.getFormat().type)) in generateBuffer()
550 if (tcu::isCombinedDepthStencilType(buffer.getFormat().type)) in generateBuffer()
571 if (tcu::isCombinedDepthStencilType(buffer.getFormat().type)) in generateBuffer()
743 if (tcu::isCombinedDepthStencilType(src.getFormat().type)) in uploadImage()
947 if (tcu::isCombinedDepthStencilType(imageFormat.type)) in readImage()
1214 if (tcu::isCombinedDepthStencilType(result.getFormat().type)) in checkTestResult()
1314 if (tcu::isCombinedDepthStencilType(src.getFormat().type)) in copyRegionToTextureLevel()
3099 if (tcu::isCombinedDepthStencilType(result.getFormat().type)) in checkTestResult()
3135 if (tcu::isCombinedDepthStencilType(result.getFormat().type)) in checkTestResult()
3325 if (tcu::isCombinedDepthStencilType(src.getFormat().type)) in copyRegionToTextureLevel()
[all …]