Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSamplerTests.cpp120 virtual VkComponentMapping getComponentMapping (void) const;
182 virtual VkComponentMapping getComponentMapping (void) const;
203 virtual VkComponentMapping getComponentMapping (void) const;
306 const VkComponentMapping componentMapping = getComponentMapping(); in getImageSamplingInstanceParams()
374 tcu::Vec4 swizzledScale = swizzle(lookupScale, getComponentMapping(), 1.0f); in initPrograms()
375 tcu::Vec4 swizzledBias = swizzle(lookupBias, getComponentMapping(), 0.0f); in initPrograms()
498 VkComponentMapping SamplerTest::getComponentMapping (void) const in getComponentMapping() function in vkt::pipeline::__anon24dcd69d0111::SamplerTest
679 VkComponentMapping SamplerMagReduceFilterTest::getComponentMapping (void) const in getComponentMapping() function in vkt::pipeline::__anon24dcd69d0111::SamplerMagReduceFilterTest
709 VkComponentMapping SamplerMinReduceFilterTest::getComponentMapping (void) const in getComponentMapping() function in vkt::pipeline::__anon24dcd69d0111::SamplerMinReduceFilterTest
/external/swiftshader/src/Vulkan/
DVkImageView.hpp117 const VkComponentMapping &getComponentMapping() const { return components; } in getComponentMapping() function in vk::ImageView
DVkDescriptorSetLayout.cpp352 sampledImage[i].swizzle = imageView->getComponentMapping(); in WriteDescriptorSet()