Searched refs:isShadowSampler (Results 1 – 3 of 3) sorted by relevance
328 static bool isShadowSampler (glu::DataType samplerType) in isShadowSampler() function380 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()
163 static bool isShadowSampler (glu::DataType samplerType) in isShadowSampler() function220 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()
963 const bool isShadowSampler = refSampler.compare != tcu::Sampler::COMPAREMODE_NONE; in uploadImage() local964 …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() local1066 …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() local1231 …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() local1548 …const VkImageAspectFlags aspectMask = isShadowSampler ? VK_IMAGE_ASPECT_DEPTH_BIT : VK_IMAGE_AS… in createSamplerUniform()