Home
last modified time | relevance | path

Searched refs:isCombinedDepthStencilType (Results 1 – 10 of 10) 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()
259 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
891 if (isCombinedDepthStencilType(access.getFormat().type)) in fillWithComponentGradients()
968 if (isCombinedDepthStencilType(access.getFormat().type)) in fillWithGrid()
1310 if (!isCombinedDepthStencilType(baseAccess.getFormat().type)) in toSamplerAccess()
DtcuTexture.cpp1037 …DE_ASSERT(!isCombinedDepthStencilType(m_format.type)); // combined types cannot be accessed direct… in getPixel()
1138 …DE_ASSERT(!isCombinedDepthStencilType(m_format.type)); // combined types cannot be accessed direct… in getPixelInt()
1307 …DE_ASSERT(!isCombinedDepthStencilType(m_format.type)); // combined types cannot be accessed direct… in setPixel()
1459 …DE_ASSERT(!isCombinedDepthStencilType(m_format.type)); // combined types cannot be accessed direct… in setPixel()
1757 DE_ASSERT(!isCombinedDepthStencilType(format.type)); in lookupBorder()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawImageObjectUtil.cpp277 bool isCombinedType = isCombinedDepthStencilType(vk::mapVkFormat(m_format).type); in readUsingBuffer()
665 bool isCombinedType = isCombinedDepthStencilType(vk::mapVkFormat(m_format).type); in uploadUsingBuffer()
/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.cpp560 if (tcu::isCombinedDepthStencilType(srcTexture.getTextureFormat().type)) in uploadTestTexture()
608 if (tcu::isCombinedDepthStencilType(srcTexture.getTextureFormat().type)) in uploadTestTextureSparse()
DvktPipelineImageSamplingInstance.cpp1435 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.cpp416 if (tcu::isCombinedDepthStencilType(buffer.getFormat().type)) in generateBuffer()
427 if (tcu::isCombinedDepthStencilType(buffer.getFormat().type)) in generateBuffer()
599 if (tcu::isCombinedDepthStencilType(src.getFormat().type)) in uploadImage()
803 if (tcu::isCombinedDepthStencilType(imageFormat.type)) in readImage()
1027 if (tcu::isCombinedDepthStencilType(result.getFormat().type)) in checkTestResult()
1127 if (tcu::isCombinedDepthStencilType(src.getFormat().type)) in copyRegionToTextureLevel()
2667 if (tcu::isCombinedDepthStencilType(result.getFormat().type)) in checkTestResult()
2703 if (tcu::isCombinedDepthStencilType(result.getFormat().type)) in checkTestResult()
2900 if (tcu::isCombinedDepthStencilType(src.getFormat().type)) in copyRegionToTextureLevel()
3545 if (tcu::isCombinedDepthStencilType(src.getFormat().type)) in copyRegionToTextureLevel()