Searched refs:isDepthFormat (Results 1 – 8 of 8) sorted by relevance
124 static inline bool isDepthFormat (const tcu::TextureFormat& fmt) in isDepthFormat() function361 if (isDepthFormat(dst.getFormat())) in swizzlePixels()856 if (isDepthFormat(format)) in getSamplerType()1065 isDepthFormat(textureFormat) ? tcu::TextureFormat::UNORM_INT8 : textureFormat.type)) in TextureGatherCase()1069 …DE_ASSERT((m_shadowCompareMode != tcu::Sampler::COMPAREMODE_NONE) == isDepthFormat(m_textureFormat… in TextureGatherCase()1079 …DE_ASSERT(!((m_flags & GATHERCASE_MIPMAP_INCOMPLETE) && isDepthFormat(m_textureFormat))); // It's … in TextureGatherCase()1182 if (isDepthFormat(textureFormat)) in genGatherFuncCall()1237 const bool useNormalizedCoord = usePixCoord || isDepthFormat(textureFormat); in genProgramSources()1239 const bool isShadow = isDepthFormat(textureFormat); in genProgramSources()1306 if (isDepthFormat(m_textureFormat)) in init()[all …]
93 bool isDepthFormat (deUint32 format, tcu::Sampler::DepthStencilMode mode) in isDepthFormat() function288 …if (isDepthFormat(texFormat, tcu::Sampler::MODE_DEPTH) || isStencilFormat(texFormat, tcu::Sampler:… in genDummyTexture()294 if (isDepthFormat(texFormat, tcu::Sampler::MODE_DEPTH)) in genDummyTexture()471 const bool isDepth = isDepthFormat(format, mode); in isCoreFilterableFormat()1271 if (!isDepthFormat(m_texFormat, m_sampleMode)) in genSamplerParams()1514 const bool isDepth = isDepthFormat(m_texFormat, m_sampleMode); in init()
273 static bool isDepthFormat (const tcu::TextureFormat& fmt) in isDepthFormat() function358 if (target == GL_TEXTURE_3D && isDepthFormat(fmt)) in isLegalFormatForTarget()
191 static inline bool isDepthFormat (const tcu::TextureFormat& fmt) in isDepthFormat() function392 if (isDepthFormat(dst.getFormat())) in swizzlePixels()860 if (isDepthFormat(format)) in getSamplerType()930 …const int numComponentCases = isDepthFormat(textureFormat) ? 1 : 4+1; // \note For non-depth tex… in generateBasic2DCaseIterations()1167 …isDepthFormat(baseParams.textureFormat) ? tcu::TextureFormat::UNORM_INT8 : baseParams.textureForma… in TextureGatherInstance()1171 …DE_ASSERT((m_baseParams.shadowCompareMode != tcu::Sampler::COMPAREMODE_NONE) == isDepthFormat(m_ba… in TextureGatherInstance()1344 …rdInShader = m_baseParams.gatherType == GATHERTYPE_OFFSET_DYNAMIC || isDepthFormat(m_baseParams.t… in setupDefaultInputs()1463 if (isDepthFormat(m_baseParams.textureFormat)) in verify()1728 if (isDepthFormat(textureFormat)) in genGatherFuncCall()1802 const bool useNormalizedCoord = usePixCoord || isDepthFormat(baseParams.textureFormat); in genGatherPrograms()[all …]
740 static bool isDepthFormat (VkFormat format) in isDepthFormat() function783 …if (isDepthFormat(format) && (p.linearTilingFeatures & (VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_BIT_KHR)… in getRequiredFormatProperties()785 …if (isDepthFormat(format) && (p.optimalTilingFeatures & (VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_BIT_KHR… in getRequiredFormatProperties()
1688 bool isDepthFormat (GLenum format) in isDepthFormat() function1777 if (isDepthFormat(createFormat) || isStencilFormat(createFormat)) in isCompatibleCreateAndRenderActions()1784 if (isDepthFormat(createFormat) || isStencilFormat(createFormat)) in isCompatibleCreateAndRenderActions()1792 if (!isDepthFormat(createFormat)) in isCompatibleCreateAndRenderActions()1978 if (isDepthFormat(createFormat) || isStencilFormat(createFormat)) in isCompatibleCreateAndModifyActions()1985 if (!isDepthFormat(createFormat)) in isCompatibleCreateAndModifyActions()2059 if (isDepthFormat(createFormat) && isStencilFormat(createFormat)) in init()
163 inline bool isDepthFormat (const VkFormat format) in isDepthFormat() function869 if (isDepthFormat(depthStencilFormat)) in addVerificationComputeShader()1299 if (isDepthFormat(params.depthStencilFormat)) in createPerSubpassData()1460 const bool hasDepth = isDepthFormat(params.depthStencilFormat); in test()1818 if (isDepthFormat(params.depthStencilFormat)) in test()
1430 const bool isDepthFormat = tcu::hasDepthComponent(format.order); in AttachmentResources() local1433 if (isDepthFormat && isStencilFormat) in AttachmentResources()2127 const bool isDepthFormat = tcu::hasDepthComponent(format.order); in SubpassRenderer() local2129 …const deUint32 bindingCount = (isDepthFormat && layout != VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_STENC… in SubpassRenderer()2236 const bool isDepthFormat = tcu::hasDepthComponent(format.order); in SubpassRenderer() local2241 if (isDepthFormat && isStencilFormat) in SubpassRenderer()4336 const bool isDepthFormat = tcu::hasDepthComponent(format.order); in createTestShaders() local4339 if (isDepthFormat || isStencilFormat) in createTestShaders()4341 if (isDepthFormat && layout != VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_STENCIL_READ_ONLY_OPTIMAL) in createTestShaders()4484 const bool isDepthFormat = tcu::hasDepthComponent(format.order); in createTestShaders() local[all …]