Lines Matching refs:sampleStencil
111 bool sampleStencil);
119 bool sampleStencil) const;
130 static std::string getGlslSamplerType (const tcu::TextureFormat& format, SamplerViewType type, bool sampleStencil);
273 bool sampleStencil);
301 bool sampleStencil)
309 , m_sampleStencil (sampleStencil)
312 DE_ASSERT(!separateStencilUsage || !sampleStencil);
320 bool sampleStencil) const
331 const auto imageAspect = (isDSFormat ? (sampleStencil ? VK_IMAGE_ASPECT_STENCIL_BIT : VK_IMAGE_ASPECT_DEPTH_BIT) : VK_IMAGE_ASPECT_COLOR_BIT);
537 std::string SamplerTest::getGlslSamplerType (const tcu::TextureFormat& format, SamplerViewType type, bool sampleStencil)
541 if (tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER || sampleStencil)
795 bool sampleStencil)
796 : SamplerTest (testContext, name, pipelineConstructionType, imageViewType, imageFormat, 8, 0.0f, separateStencilUsage, sampleStencil)
1060 std::string getAddressModesCaseName (VkSamplerAddressMode u, VkSamplerAddressMode v, VkSamplerAddressMode w, BorderColor border, tcu::IVec4 customIntValue, bool formatless, bool sampleStencil)
1112 if (sampleStencil)
1226 const bool sampleStencil = (i > 0);
1228 if (separateStencilUsage && sampleStencil)
1231 if (!isDSFormat && sampleStencil)
1238 if (!sampleStencil && !tcu::hasDepthComponent(tcuFormat.order))
1240 if (sampleStencil && !tcu::hasStencilComponent(tcuFormat.order))
1245 getAddressModesCaseName(config.u, config.v, config.w, config.border, config.customColorValueInt, config.customColorFormatless, sampleStencil).c_str(),
1250 getFormatBorderColor(config.border, imageFormat, sampleStencil),
1251 getFormatCustomBorderColor(config.customColorValueFloat, config.customColorValueInt, imageFormat, sampleStencil),
1254 sampleStencil));