Home
last modified time | relevance | path

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

/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/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp327 static bool isShadowSampler (glu::DataType samplerType) in isShadowSampler() function
379 if (isShadowSampler(samplerType)) in getSamplerTextureFormat()
408 if (isShadowSampler(samplerType)) in getSamplerCoordType()
777 …const tcu::Sampler::FilterMode filterMode = (isShadowSampler(m_samplerType) || isIntegerFormat(t… in iterate()
780 const tcu::Sampler refSampler = isShadowSampler(m_samplerType) in iterate()
802 if (isShadowSampler(m_samplerType)) in iterate()
820 if (isShadowSampler(m_samplerType)) in iterate()
985 if (isShadowSampler(m_samplerType)) in iterate()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp1034 const bool isShadowSampler = refSampler.compare != tcu::Sampler::COMPAREMODE_NONE; in uploadImage() local
1035 …const VkImageAspectFlags aspectMask = isShadowSampler ? VK_IMAGE_ASPECT_DEPTH_BIT : VK_IMAGE_A… in uploadImage()
1227 const bool isShadowSampler = refSampler.compare != tcu::Sampler::COMPAREMODE_NONE; in clearImage() local
1228 …const VkImageAspectFlags aspectMask = isShadowSampler ? VK_IMAGE_ASPECT_DEPTH_BIT : VK_IMAGE_A… in clearImage()
1413 const bool isShadowSampler = refSampler.compare != tcu::Sampler::COMPAREMODE_NONE; in uploadSparseImage() local
1414 …const VkImageAspectFlags aspectMask = isShadowSampler ? VK_IMAGE_ASPECT_DEPTH_BIT : VK_IMAGE… in uploadSparseImage()
2053 const bool isShadowSampler = refSampler.compare != tcu::Sampler::COMPAREMODE_NONE; in createSamplerUniform() local
2054 …const VkImageAspectFlags aspectMask = isShadowSampler ? VK_IMAGE_ASPECT_DEPTH_BIT : VK_IMAGE_AS… in createSamplerUniform()