Home
last modified time | relevance | path

Searched refs:isShadowSampler (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp328 static bool isShadowSampler (glu::DataType samplerType) in isShadowSampler() function
380 if (isShadowSampler(samplerType)) in getSamplerTextureFormat()
409 if (isShadowSampler(samplerType)) in getSamplerCoordType()
669 …const tcu::Sampler::FilterMode filterMode = (isShadowSampler(m_samplerType) || isIntegerFormat(t… in iterate()
672 const tcu::Sampler refSampler = isShadowSampler(m_samplerType) in iterate()
694 if (isShadowSampler(m_samplerType)) in iterate()
712 if (isShadowSampler(m_samplerType)) in iterate()
877 if (isShadowSampler(m_samplerType)) in iterate()
/external/deqp/modules/gles31/functional/
Des31fOpaqueTypeIndexingTests.cpp163 static bool isShadowSampler (glu::DataType samplerType) in isShadowSampler() function
220 if (isShadowSampler(samplerType)) in getSamplerTextureFormat()
250 if (isShadowSampler(samplerType) && samplerType != TYPE_SAMPLER_CUBE_ARRAY_SHADOW) in getSamplerCoordType()
326 if (isShadowSampler(samplerType)) in setupTexture()
510 if (m_samplerType != TYPE_SAMPLER_CUBE_ARRAY_SHADOW && isShadowSampler(m_samplerType)) in iterate()
586 if (isShadowSampler(m_samplerType)) in iterate()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp963 const bool isShadowSampler = refSampler.compare != tcu::Sampler::COMPAREMODE_NONE; in uploadImage() local
964 …const VkImageAspectFlags aspectMask = isShadowSampler ? VK_IMAGE_ASPECT_DEPTH_BIT : VK_IMAGE_A… in uploadImage()
1065 const bool isShadowSampler = refSampler.compare != tcu::Sampler::COMPAREMODE_NONE; in clearImage() local
1066 …const VkImageAspectFlags aspectMask = isShadowSampler ? VK_IMAGE_ASPECT_DEPTH_BIT : VK_IMAGE_A… in clearImage()
1230 const bool isShadowSampler = refSampler.compare != tcu::Sampler::COMPAREMODE_NONE; in uploadSparseImage() local
1231 …const VkImageAspectFlags aspectMask = isShadowSampler ? VK_IMAGE_ASPECT_DEPTH_BIT : VK_IMAGE… in uploadSparseImage()
1547 const bool isShadowSampler = refSampler.compare != tcu::Sampler::COMPAREMODE_NONE; in createSamplerUniform() local
1548 …const VkImageAspectFlags aspectMask = isShadowSampler ? VK_IMAGE_ASPECT_DEPTH_BIT : VK_IMAGE_AS… in createSamplerUniform()