Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTestLog.cpp67 if (tcu::isCombinedDepthStencilType(m_access.getFormat().type)) in LogImage()
108 if (tcu::isCombinedDepthStencilType(access.getFormat().type)) in LogImage()
244 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
855 if (isCombinedDepthStencilType(access.getFormat().type)) in fillWithComponentGradients()
932 if (isCombinedDepthStencilType(access.getFormat().type)) in fillWithGrid()
1269 if (!isCombinedDepthStencilType(baseAccess.getFormat().type)) in toSamplerAccess()
DtcuTexture.cpp982 …DE_ASSERT(!isCombinedDepthStencilType(m_format.type)); // combined types cannot be accessed direct… in getPixel()
1081 …DE_ASSERT(!isCombinedDepthStencilType(m_format.type)); // combined types cannot be accessed direct… in getPixelInt()
1248 …DE_ASSERT(!isCombinedDepthStencilType(m_format.type)); // combined types cannot be accessed direct… in setPixel()
1398 …DE_ASSERT(!isCombinedDepthStencilType(m_format.type)); // combined types cannot be accessed direct… in setPixel()
1694 DE_ASSERT(!isCombinedDepthStencilType(format.type)); in lookupBorder()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawImageObjectUtil.cpp274 bool isCombinedType = isCombinedDepthStencilType(vk::mapVkFormat(m_format).type); in readUsingBuffer()
660 bool isCombinedType = isCombinedDepthStencilType(vk::mapVkFormat(m_format).type); in uploadUsingBuffer()
/external/deqp/framework/referencerenderer/
DrrFragmentOperations.cpp768 …DE_ASSERT(!hasDepth || (!tcu::isCombinedDepthStencilType(depthBuffer.getFormat().type) && depthBuf… in render()
769 …DE_ASSERT(!hasStencil || (!tcu::isCombinedDepthStencilType(stencilBuffer.getFormat().type) && sten… in render()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp379 if (tcu::isCombinedDepthStencilType(buffer.getFormat().type)) in generateBuffer()
390 if (tcu::isCombinedDepthStencilType(buffer.getFormat().type)) in generateBuffer()
552 if (tcu::isCombinedDepthStencilType(src.getFormat().type)) in uploadImage()
774 if (tcu::isCombinedDepthStencilType(imageFormat.type)) in readImage()
1002 if (tcu::isCombinedDepthStencilType(result.getFormat().type)) in checkTestResult()
1097 if (tcu::isCombinedDepthStencilType(src.getFormat().type)) in copyRegionToTextureLevel()
2269 if (tcu::isCombinedDepthStencilType(result.getFormat().type)) in checkTestResult()
2305 if (tcu::isCombinedDepthStencilType(result.getFormat().type)) in checkTestResult()
2496 if (tcu::isCombinedDepthStencilType(src.getFormat().type)) in copyRegionToTextureLevel()
/external/deqp/modules/internal/
DditTextureFormatTests.cpp1472 if (tcu::isCombinedDepthStencilType(m_format.type)) in verifyInfoQueries()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp527 if (tcu::isCombinedDepthStencilType(srcTexture.getTextureFormat().type)) in uploadTestTexture()