/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineSamplerTests.cpp | 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) in SamplerTest() 309 , m_sampleStencil (sampleStencil) in SamplerTest() 312 DE_ASSERT(!separateStencilUsage || !sampleStencil); in SamplerTest() 320 bool sampleStencil) const in getImageSamplingInstanceParams() 331 const auto imageAspect = (isDSFormat ? (sampleStencil ? VK_IMAGE_ASPECT_STENCIL_BIT : VK_IMAGE_ASPECT_DEPTH_BIT) : VK_IMAGE_ASPECT_COLOR_BIT); in getImageSamplingInstanceParams() 537 std::string SamplerTest::getGlslSamplerType (const tcu::TextureFormat& format, SamplerViewType type, bool sampleStencil) in getGlslSamplerType() argument 293 SamplerTest(tcu::TestContext& testContext, const char* name, PipelineConstructionType pipelineConstructionType, SamplerViewType imageViewType, VkFormat imageFormat, int imageSize, float samplerLod, bool separateStencilUsage, bool sampleStencil) SamplerTest() argument 783 SamplerAddressModesTest(tcu::TestContext& testContext, const char* name, PipelineConstructionType pipelineConstructionType, SamplerViewType imageViewType, VkFormat imageFormat, VkSamplerAddressMode addressU, VkSamplerAddressMode addressV, VkSamplerAddressMode addressW, VkBorderColor borderColor, rr::GenericVec4 customBorderColorValue, bool customBorderColorFormatless, bool separateStencilUsage, bool sampleStencil) SamplerAddressModesTest() argument 1060 getAddressModesCaseName(VkSamplerAddressMode u, VkSamplerAddressMode v, VkSamplerAddressMode w, BorderColor border, tcu::IVec4 customIntValue, bool formatless, bool sampleStencil) getAddressModesCaseName() argument 1226 const bool sampleStencil = (i > 0); createSamplerAddressModesTests() local [all...] |
H A D | vktPipelineSamplerBorderSwizzleTests.cpp | 1443 for (const auto sampleStencil : sampleStencilFlag) in createSamplerBorderSwizzleTests() 1447 if (!isDSFormat && sampleStencil) in createSamplerBorderSwizzleTests() 1457 if (!sampleStencil && !tcu::hasDepthComponent(tcuFormat.order)) in createSamplerBorderSwizzleTests() 1459 if (sampleStencil && !tcu::hasStencilComponent(tcuFormat.order)) in createSamplerBorderSwizzleTests() 1462 if (sampleStencil) in createSamplerBorderSwizzleTests() 1478 const auto formatType = getFormatType(format, sampleStencil); in createSamplerBorderSwizzleTests() 1511 params.customBorderColor = tcu::just(getRandomClearColor(format, rnd, sampleStencil)); in createSamplerBorderSwizzleTests() 1516 params.useStencilAspect = sampleStencil; in createSamplerBorderSwizzleTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineSamplerTests.cpp | 109 bool sampleStencil); 117 bool sampleStencil) const; 128 static std::string getGlslSamplerType (const tcu::TextureFormat& format, SamplerViewType type, bool sampleStencil); 277 bool sampleStencil); 306 bool sampleStencil) in SamplerTest() 314 , m_sampleStencil (sampleStencil) in SamplerTest() 317 DE_ASSERT(!separateStencilUsage || !sampleStencil); in SamplerTest() 325 bool sampleStencil) const in getImageSamplingInstanceParams() 336 const auto imageAspect = (isDSFormat ? (sampleStencil ? VK_IMAGE_ASPECT_STENCIL_BIT : VK_IMAGE_ASPECT_DEPTH_BIT) : VK_IMAGE_ASPECT_COLOR_BIT); in getImageSamplingInstanceParams() 538 std::string SamplerTest::getGlslSamplerType (const tcu::TextureFormat& format, SamplerViewType type, bool sampleStencil) in getGlslSamplerType() argument 297 SamplerTest(tcu::TestContext& testContext, const char* name, const char* description, PipelineConstructionType pipelineConstructionType, SamplerViewType imageViewType, VkFormat imageFormat, int imageSize, float samplerLod, bool separateStencilUsage, bool sampleStencil) SamplerTest() argument 789 SamplerAddressModesTest(tcu::TestContext& testContext, const char* name, const char* description, PipelineConstructionType pipelineConstructionType, SamplerViewType imageViewType, VkFormat imageFormat, VkSamplerAddressMode addressU, VkSamplerAddressMode addressV, VkSamplerAddressMode addressW, VkBorderColor borderColor, rr::GenericVec4 customBorderColorValue, bool customBorderColorFormatless, bool separateStencilUsage, bool sampleStencil) SamplerAddressModesTest() argument 1050 getAddressModesCaseName(VkSamplerAddressMode u, VkSamplerAddressMode v, VkSamplerAddressMode w, BorderColor border, tcu::IVec4 customIntValue, bool formatless, bool sampleStencil) getAddressModesCaseName() argument 1213 const bool sampleStencil = (i > 0); createSamplerAddressModesTests() local [all...] |