Home
last modified time | relevance | path

Searched refs:isDepthFormat (Results 1 – 8 of 8) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTextureGatherTests.cpp124 static inline bool isDepthFormat (const tcu::TextureFormat& fmt) in isDepthFormat() function
361 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 …]
Des31fTextureBorderClampTests.cpp93 bool isDepthFormat (deUint32 format, tcu::Sampler::DepthStencilMode mode) in isDepthFormat() function
288 …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()
Des31fTextureLevelStateQueryTests.cpp273 static bool isDepthFormat (const tcu::TextureFormat& fmt) in isDepthFormat() function
358 if (target == GL_TEXTURE_3D && isDepthFormat(fmt)) in isLegalFormatForTarget()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp191 static inline bool isDepthFormat (const tcu::TextureFormat& fmt) in isDepthFormat() function
392 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()
1167isDepthFormat(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 …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktTestCase.cpp740 static bool isDepthFormat (VkFormat format) in isDepthFormat() function
783 …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()
/third_party/vk-gl-cts/modules/egl/
DteglImageFormatTests.cpp1688 bool isDepthFormat (GLenum format) in isDepthFormat() function
1777 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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp163 inline bool isDepthFormat (const VkFormat format) in isDepthFormat() function
869 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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp1430 const bool isDepthFormat = tcu::hasDepthComponent(format.order); in AttachmentResources() local
1433 if (isDepthFormat && isStencilFormat) in AttachmentResources()
2127 const bool isDepthFormat = tcu::hasDepthComponent(format.order); in SubpassRenderer() local
2129 …const deUint32 bindingCount = (isDepthFormat && layout != VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_STENC… in SubpassRenderer()
2236 const bool isDepthFormat = tcu::hasDepthComponent(format.order); in SubpassRenderer() local
2241 if (isDepthFormat && isStencilFormat) in SubpassRenderer()
4336 const bool isDepthFormat = tcu::hasDepthComponent(format.order); in createTestShaders() local
4339 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 …]