Searched refs:isCombinedDepthStencilType (Results 1 – 9 of 9) sorted by relevance
67 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()
42 bool isCombinedDepthStencilType (TextureFormat::ChannelType type);
120 bool isCombinedDepthStencilType (TextureFormat::ChannelType type) in isCombinedDepthStencilType() function847 if (isCombinedDepthStencilType(access.getFormat().type)) in fillWithComponentGradients()924 if (isCombinedDepthStencilType(access.getFormat().type)) in fillWithGrid()1261 if (!isCombinedDepthStencilType(baseAccess.getFormat().type)) in toSamplerAccess()
926 …DE_ASSERT(!isCombinedDepthStencilType(m_format.type)); // combined types cannot be accessed direct… in getPixel()1025 …DE_ASSERT(!isCombinedDepthStencilType(m_format.type)); // combined types cannot be accessed direct… in getPixelInt()1192 …DE_ASSERT(!isCombinedDepthStencilType(m_format.type)); // combined types cannot be accessed direct… in setPixel()1342 …DE_ASSERT(!isCombinedDepthStencilType(m_format.type)); // combined types cannot be accessed direct… in setPixel()1638 DE_ASSERT(!isCombinedDepthStencilType(format.type)); in lookupBorder()
274 bool isCombinedType = isCombinedDepthStencilType(vk::mapVkFormat(m_format).type); in readUsingBuffer()682 bool isCombinedType = isCombinedDepthStencilType(vk::mapVkFormat(m_format).type); in uploadUsingBuffer()
292 if (tcu::isCombinedDepthStencilType(buffer.getFormat().type)) in generateBuffer()302 if (tcu::isCombinedDepthStencilType(buffer.getFormat().type)) in generateBuffer()462 if (tcu::isCombinedDepthStencilType(src.getFormat().type)) in uploadImage()682 if (tcu::isCombinedDepthStencilType(imageFormat.type)) in readImage()908 if (tcu::isCombinedDepthStencilType(result.getFormat().type)) in checkTestResult()978 if (tcu::isCombinedDepthStencilType(src.getFormat().type)) in copyRegionToTextureLevel()1860 if (isCombinedDepthStencilType(baseFormat.type)) in getFormatAspect()1935 if (tcu::isCombinedDepthStencilType(result.getFormat().type)) in checkTestResult()2133 if (tcu::isCombinedDepthStencilType(src.getFormat().type)) in copyRegionToTextureLevel()
768 …DE_ASSERT(!hasDepth || (!tcu::isCombinedDepthStencilType(depthBuffer.getFormat().type) && depthBuf… in render()769 …DE_ASSERT(!hasStencil || (!tcu::isCombinedDepthStencilType(stencilBuffer.getFormat().type) && sten… in render()
1387 if (tcu::isCombinedDepthStencilType(m_format.type)) in verifyInfoQueries()
585 if (tcu::isCombinedDepthStencilType(srcTexture.getTextureFormat().type)) in uploadTestTexture()