Searched refs:isCombinedDepthStencilType (Results 1 – 12 of 12) sorted by relevance
68 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()
42 bool isCombinedDepthStencilType (TextureFormat::ChannelType type);
120 bool isCombinedDepthStencilType (TextureFormat::ChannelType type) in isCombinedDepthStencilType() function952 if (isCombinedDepthStencilType(access.getFormat().type)) in fillWithComponentGradientsStyled()1044 if (isCombinedDepthStencilType(access.getFormat().type)) in fillWithGrid()1386 if (!isCombinedDepthStencilType(baseAccess.getFormat().type)) in toSamplerAccess()
1068 …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()
338 …const bool isCombinedType = tcu::isCombinedDepthStencilType(mapVkFormat(m_format).type) && … in draw()
296 bool isCombinedType = isCombinedDepthStencilType(vk::mapVkFormat(m_format).type); in readUsingBuffer()697 bool isCombinedType = isCombinedDepthStencilType(vk::mapVkFormat(m_format).type); in uploadUsingBuffer()
1072 if (isCombinedDepthStencilType(referenceFormat.type)) in iterate()1074 if (isCombinedDepthStencilType(resultFormat.type)) in iterate()
821 …DE_ASSERT(!hasDepth || (!tcu::isCombinedDepthStencilType(depthBuffer.getFormat().type) && depthBuf… in render()822 …DE_ASSERT(!hasStencil || (!tcu::isCombinedDepthStencilType(stencilBuffer.getFormat().type) && sten… in render()
574 if (tcu::isCombinedDepthStencilType(srcTexture.getTextureFormat().type)) in uploadTestTexture()622 if (tcu::isCombinedDepthStencilType(srcTexture.getTextureFormat().type)) in uploadTestTextureSparse()
1504 if (isCombinedDepthStencilType(m_texture->getTextureFormat().type)) in verifyImage()
1518 if (tcu::isCombinedDepthStencilType(m_format.type)) in verifyInfoQueries()
539 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 …]