/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineImageViewTests.cpp | 63 const VkComponentMapping& componentMapping, 70 const VkComponentMapping& componentMapping, 83 VkComponentMapping componentMapping); 99 const VkComponentMapping& componentMapping, in ImageViewTest() 107 , m_componentMapping (componentMapping) in ImageViewTest() 115 const VkComponentMapping& componentMapping, in getImageSamplingInstanceParams() 145 return ImageSamplingInstanceParams(m_pipelineConstructionType, renderSize, imageViewType, imageFormat, imageSize, arraySize, componentMapping, subresourceRange, samplerParams, samplerLod, vertices); in getImageSamplingInstanceParams() 160 tcu::Vec4 ImageViewTest::swizzle (tcu::Vec4 inputData, VkComponentMapping componentMapping) in swizzle() argument 175 return tcu::Vec4(channelValues[componentMapping.r], in swizzle() 176 channelValues[componentMapping in swizzle() 93 ImageViewTest(tcu::TestContext& testContext, const char* name, PipelineConstructionType pipelineConstructionType, VkImageViewType imageViewType, VkFormat imageFormat, float samplerLod, const VkComponentMapping& componentMapping, const VkImageSubresourceRange& subresourceRange) ImageViewTest() argument 112 getImageSamplingInstanceParams(VkImageViewType imageViewType, VkFormat imageFormat, float samplerLod, const VkComponentMapping& componentMapping, const VkImageSubresourceRange& subresourceRange) const getImageSamplingInstanceParams() argument 376 const VkComponentMapping componentMapping = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A }; createSubresourceRangeTests() local 582 getComponentMappingPermutations(const VkComponentMapping& componentMapping) getComponentMappingPermutations() argument 619 getComponentMappingCaseName(const VkComponentMapping& componentMapping) getComponentMappingCaseName() argument [all...] |
H A D | vktPipelineSamplerBorderSwizzleTests.cpp | 78 VkComponentMapping componentMapping; member 100 return isIdentitySwizzle(componentMapping); in isIdentity() 176 (m_params.componentMapping.r == VK_COMPONENT_SWIZZLE_ONE) || (m_params.componentMapping.r == VK_COMPONENT_SWIZZLE_A) || in checkSupport() 177 (m_params.componentMapping.g == VK_COMPONENT_SWIZZLE_ONE) || (m_params.componentMapping.g == VK_COMPONENT_SWIZZLE_A) || in checkSupport() 178 (m_params.componentMapping.b == VK_COMPONENT_SWIZZLE_ONE) || (m_params.componentMapping.b == VK_COMPONENT_SWIZZLE_A) || in checkSupport() 179 (m_params.componentMapping.a == VK_COMPONENT_SWIZZLE_ONE) || (m_params.componentMapping in checkSupport() [all...] |
H A D | vktPipelineSamplerTests.cpp | 121 tcu::Vec4 swizzle (tcu::Vec4 inputData, VkComponentMapping componentMapping, float zeroOrOneValue) const; 186 VkComponentMapping componentMapping, 207 VkComponentMapping componentMapping, 325 const VkComponentMapping componentMapping = getComponentMapping(); in getImageSamplingInstanceParams() local 351 componentMapping, subresourceRange, in getImageSamplingInstanceParams() 365 tcu::Vec4 SamplerTest::swizzle (tcu::Vec4 inputData, VkComponentMapping componentMapping, float zeroOrOneValue) const in swizzle() argument 370 componentMapping.r == VK_COMPONENT_SWIZZLE_IDENTITY ? VK_COMPONENT_SWIZZLE_R : componentMapping.r, in swizzle() 371 componentMapping.g == VK_COMPONENT_SWIZZLE_IDENTITY ? VK_COMPONENT_SWIZZLE_G : componentMapping in swizzle() 533 const VkComponentMapping componentMapping = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A }; getComponentMapping() local 689 SamplerMagReduceFilterTest(tcu::TestContext& testContext, const char* name, PipelineConstructionType pipelineConstructionType, SamplerViewType imageViewType, VkFormat imageFormat, VkComponentMapping componentMapping, VkSamplerReductionMode reductionMode, bool separateStencilUsage) SamplerMagReduceFilterTest() argument 719 SamplerMinReduceFilterTest(tcu::TestContext& testContext, const char* name, PipelineConstructionType pipelineConstructionType, SamplerViewType imageViewType, VkFormat imageFormat, VkComponentMapping componentMapping, VkSamplerReductionMode reductionMode, bool separateStencilUsage) SamplerMinReduceFilterTest() argument 937 getComponentMappingGroupName(const VkComponentMapping& componentMapping) getComponentMappingGroupName() argument [all...] |
H A D | vktPipelineImageSamplingInstance.cpp | 335 const auto componentMapping = params.componentMapping; in checkSupportImageSamplingInstance() local 337 ((componentMapping.r != VK_COMPONENT_SWIZZLE_IDENTITY) || in checkSupportImageSamplingInstance() 338 (componentMapping.g != VK_COMPONENT_SWIZZLE_IDENTITY) || in checkSupportImageSamplingInstance() 339 (componentMapping.b != VK_COMPONENT_SWIZZLE_IDENTITY) || in checkSupportImageSamplingInstance() 340 (componentMapping.a != VK_COMPONENT_SWIZZLE_IDENTITY))) in checkSupportImageSamplingInstance() 367 , m_componentMapping (params.componentMapping) in ImageSamplingInstance() 1410 const vk::VkComponentMapping& componentMapping, in validateResultImage() 1427 return validateResultImage(*texView, sampler, componentMapping, coordAccess, lodBounds, lookupPrecision, lookupScale, lookupBias, resultAccess, errorAccess); in validateResultImage() 1434 return validateResultImage(*texView, sampler, componentMapping, coordAcces in validateResultImage() 1406 validateResultImage(const TestTexture& texture, const VkImageViewType imageViewType, const VkImageSubresourceRange& subresource, const tcu::Sampler& sampler, const vk::VkComponentMapping& componentMapping, const tcu::ConstPixelBufferAccess& coordAccess, const tcu::Vec2& lodBounds, const tcu::LookupPrecision& lookupPrecision, const tcu::Vec4& lookupScale, const tcu::Vec4& lookupBias, const tcu::ConstPixelBufferAccess& resultAccess, const tcu::PixelBufferAccess& errorAccess) validateResultImage() argument [all...] |
H A D | vktPipelineImageSamplingInstance.hpp | 76 , componentMapping (componentMapping_) in ImageSamplingInstanceParams() 95 const vk::VkComponentMapping componentMapping; member
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineImageViewTests.cpp | 62 const VkComponentMapping& componentMapping, 69 const VkComponentMapping& componentMapping, 82 VkComponentMapping componentMapping); 99 const VkComponentMapping& componentMapping, in ImageViewTest() 107 , m_componentMapping (componentMapping) in ImageViewTest() 115 const VkComponentMapping& componentMapping, in getImageSamplingInstanceParams() 145 return ImageSamplingInstanceParams(m_pipelineConstructionType, renderSize, imageViewType, imageFormat, imageSize, arraySize, componentMapping, subresourceRange, samplerParams, samplerLod, vertices); in getImageSamplingInstanceParams() 154 tcu::Vec4 ImageViewTest::swizzle (tcu::Vec4 inputData, VkComponentMapping componentMapping) in swizzle() argument 169 return tcu::Vec4(channelValues[componentMapping.r], in swizzle() 170 channelValues[componentMapping in swizzle() 92 ImageViewTest(tcu::TestContext& testContext, const char* name, const char* description, PipelineConstructionType pipelineConstructionType, VkImageViewType imageViewType, VkFormat imageFormat, float samplerLod, const VkComponentMapping& componentMapping, const VkImageSubresourceRange& subresourceRange) ImageViewTest() argument 112 getImageSamplingInstanceParams(VkImageViewType imageViewType, VkFormat imageFormat, float samplerLod, const VkComponentMapping& componentMapping, const VkImageSubresourceRange& subresourceRange) const getImageSamplingInstanceParams() argument 370 const VkComponentMapping componentMapping = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A }; createSubresourceRangeTests() local 578 getComponentMappingPermutations(const VkComponentMapping& componentMapping) getComponentMappingPermutations() argument 615 getComponentMappingCaseName(const VkComponentMapping& componentMapping) getComponentMappingCaseName() argument [all...] |
H A D | vktPipelineSamplerTests.cpp | 119 tcu::Vec4 swizzle (tcu::Vec4 inputData, VkComponentMapping componentMapping, float zeroOrOneValue) const; 187 VkComponentMapping componentMapping, 209 VkComponentMapping componentMapping, 330 const VkComponentMapping componentMapping = getComponentMapping(); in getImageSamplingInstanceParams() local 356 componentMapping, subresourceRange, in getImageSamplingInstanceParams() 366 tcu::Vec4 SamplerTest::swizzle (tcu::Vec4 inputData, VkComponentMapping componentMapping, float zeroOrOneValue) const in swizzle() argument 371 componentMapping.r == VK_COMPONENT_SWIZZLE_IDENTITY ? VK_COMPONENT_SWIZZLE_R : componentMapping.r, in swizzle() 372 componentMapping.g == VK_COMPONENT_SWIZZLE_IDENTITY ? VK_COMPONENT_SWIZZLE_G : componentMapping in swizzle() 534 const VkComponentMapping componentMapping = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A }; getComponentMapping() local 692 SamplerMagReduceFilterTest(tcu::TestContext& testContext, const char* name, const char* description, PipelineConstructionType pipelineConstructionType, SamplerViewType imageViewType, VkFormat imageFormat, VkComponentMapping componentMapping, VkSamplerReductionMode reductionMode, bool separateStencilUsage) SamplerMagReduceFilterTest() argument 723 SamplerMinReduceFilterTest(tcu::TestContext& testContext, const char* name, const char* description, PipelineConstructionType pipelineConstructionType, SamplerViewType imageViewType, VkFormat imageFormat, VkComponentMapping componentMapping, VkSamplerReductionMode reductionMode, bool separateStencilUsage) SamplerMinReduceFilterTest() argument 939 getComponentMappingGroupName(const VkComponentMapping& componentMapping) getComponentMappingGroupName() argument [all...] |
H A D | vktPipelineSamplerBorderSwizzleTests.cpp | 75 VkComponentMapping componentMapping; member 96 return isIdentitySwizzle(componentMapping); in isIdentity() 369 result = applySwizzle(result, params.componentMapping); in getExpectedColor() 490 threshold = applySwizzle(threshold, params.componentMapping); in comparePixelToColorClearValue() 536 threshold = applySwizzle(threshold, params.componentMapping); in comparePixelToColorClearValue() 582 threshold = applySwizzle(threshold, params.componentMapping); in comparePixelToColorClearValue() 631 threshold = applySwizzle(threshold, params.componentMapping); in comparePixelToColorClearValue() 740 m_params.componentMapping, // VkComponentMapping components; in iterate() 778 m_params.componentMapping, in iterate() 1343 makeComponentMapping(params.componentMapping, mappin in createSamplerBorderSwizzleTests() [all...] |
H A D | vktPipelineImageSamplingInstance.cpp | 333 const auto componentMapping = params.componentMapping; in checkSupportImageSamplingInstance() local 335 ((componentMapping.r != VK_COMPONENT_SWIZZLE_IDENTITY) || in checkSupportImageSamplingInstance() 336 (componentMapping.g != VK_COMPONENT_SWIZZLE_IDENTITY) || in checkSupportImageSamplingInstance() 337 (componentMapping.b != VK_COMPONENT_SWIZZLE_IDENTITY) || in checkSupportImageSamplingInstance() 338 (componentMapping.a != VK_COMPONENT_SWIZZLE_IDENTITY))) in checkSupportImageSamplingInstance() 365 , m_componentMapping (params.componentMapping) in ImageSamplingInstance() 1404 const vk::VkComponentMapping& componentMapping, in validateResultImage() 1421 return validateResultImage(*texView, sampler, componentMapping, coordAccess, lodBounds, lookupPrecision, lookupScale, lookupBias, resultAccess, errorAccess); in validateResultImage() 1428 return validateResultImage(*texView, sampler, componentMapping, coordAcces in validateResultImage() 1400 validateResultImage(const TestTexture& texture, const VkImageViewType imageViewType, const VkImageSubresourceRange& subresource, const tcu::Sampler& sampler, const vk::VkComponentMapping& componentMapping, const tcu::ConstPixelBufferAccess& coordAccess, const tcu::Vec2& lodBounds, const tcu::LookupPrecision& lookupPrecision, const tcu::Vec4& lookupScale, const tcu::Vec4& lookupBias, const tcu::ConstPixelBufferAccess& resultAccess, const tcu::PixelBufferAccess& errorAccess) validateResultImage() argument [all...] |
H A D | vktPipelineImageSamplingInstance.hpp | 74 , componentMapping (componentMapping_) in ImageSamplingInstanceParams() 93 const vk::VkComponentMapping componentMapping; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureSwizzleTests.cpp | 97 vk::VkComponentMapping componentMapping; member 104 , componentMapping (makeComponentMappingRGBA()) in Swizzle2DTestParameters() 143 , m_renderer (context, testParameters.sampleCount, testParameters.width, testParameters.height, testParameters.componentMapping) in Swizzle2DTestInstance() 248 if (!isDefaultComponentMapping(m_testParameters.componentMapping)) in iterate() 259 m_testParameters.componentMapping.r, in iterate() 260 m_testParameters.componentMapping.g, in iterate() 261 m_testParameters.componentMapping.b, in iterate() 262 m_testParameters.componentMapping.a in iterate() 498 const VkComponentMapping componentMapping; in populateTextureSwizzleTests() member 543 testParameters.componentMapping in populateTextureSwizzleTests() [all...] |
H A D | vktTextureTestUtil.hpp | 158 const vk::VkComponentMapping componentMapping = vk::makeComponentMappingRGBA()); 197 vk::VkComponentMapping componentMapping = vk::makeComponentMappingRGBA(), 206 vk::VkComponentMapping componentMapping = vk::makeComponentMappingRGBA(),
|
H A D | vktTextureTestUtil.cpp | 312 TextureBinding::TextureBinding (Context& context, VkDevice device, Allocator& allocator, const TestTextureSp& textureData, const TextureBinding::Type type, const vk::VkImageAspectFlags aspectMask, const TextureBinding::ImageBackingMode backingMode, const VkComponentMapping componentMapping) in TextureBinding() argument 320 , m_componentMapping (componentMapping) in TextureBinding() 534 TextureRenderer::TextureRenderer(Context& context, vk::VkSampleCountFlagBits sampleCount, deUint32 renderWidth, deUint32 renderHeight, vk::VkComponentMapping componentMapping, bool requireRobustness2, bool requireImageViewMinLod) in TextureRenderer() argument 535 : TextureRenderer(context, sampleCount, renderWidth, renderHeight, 1u, componentMapping, VK_IMAGE_TYPE_2D, VK_IMAGE_VIEW_TYPE_2D, VK_FORMAT_R8G8B8A8_UNORM, requireRobustness2, requireImageViewMinLod) in TextureRenderer() 539 TextureRenderer::TextureRenderer (Context& context, VkSampleCountFlagBits sampleCount, deUint32 renderWidth, deUint32 renderHeight, deUint32 renderDepth, VkComponentMapping componentMapping, VkImageType imageType, VkImageViewType imageViewType, vk::VkFormat imageFormat, bool requireRobustness2, bool requireImageViewMinLod) in TextureRenderer() argument 555 , m_componentMapping (componentMapping) in TextureRenderer()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
H A D | vktTextureSwizzleTests.cpp | 80 vk::VkComponentMapping componentMapping; member 87 , componentMapping (makeComponentMappingRGBA()) in Swizzle2DTestParameters() 126 , m_renderer (context, testParameters.sampleCount, testParameters.width, testParameters.height, testParameters.componentMapping) in Swizzle2DTestInstance() 220 if (!isDefaultComponentMapping(m_testParameters.componentMapping)) in iterate() 231 m_testParameters.componentMapping.r, in iterate() 232 m_testParameters.componentMapping.g, in iterate() 233 m_testParameters.componentMapping.b, in iterate() 234 m_testParameters.componentMapping.a in iterate() 444 const VkComponentMapping componentMapping; in populateTextureSwizzleTests() member 487 testParameters.componentMapping in populateTextureSwizzleTests() [all...] |
H A D | vktTextureTestUtil.hpp | 158 const vk::VkComponentMapping componentMapping = vk::makeComponentMappingRGBA()); 197 vk::VkComponentMapping componentMapping = vk::makeComponentMappingRGBA(), 206 vk::VkComponentMapping componentMapping = vk::makeComponentMappingRGBA(),
|
H A D | vktTextureTestUtil.cpp | 322 TextureBinding::TextureBinding (Context& context, VkDevice device, Allocator& allocator, const TestTextureSp& textureData, const TextureBinding::Type type, const vk::VkImageAspectFlags aspectMask, const TextureBinding::ImageBackingMode backingMode, const VkComponentMapping componentMapping) in TextureBinding() argument 330 , m_componentMapping (componentMapping) in TextureBinding() 567 TextureRenderer::TextureRenderer(Context& context, vk::VkSampleCountFlagBits sampleCount, deUint32 renderWidth, deUint32 renderHeight, vk::VkComponentMapping componentMapping, bool requireRobustness2, bool requireImageViewMinLod) in TextureRenderer() argument 568 : TextureRenderer(context, sampleCount, renderWidth, renderHeight, 1u, componentMapping, VK_IMAGE_TYPE_2D, VK_IMAGE_VIEW_TYPE_2D, VK_FORMAT_R8G8B8A8_UNORM, requireRobustness2, requireImageViewMinLod) in TextureRenderer() 572 TextureRenderer::TextureRenderer (Context& context, VkSampleCountFlagBits sampleCount, deUint32 renderWidth, deUint32 renderHeight, deUint32 renderDepth, VkComponentMapping componentMapping, VkImageType imageType, VkImageViewType imageViewType, vk::VkFormat imageFormat, bool requireRobustness2, bool requireImageViewMinLod) in TextureRenderer() argument 588 , m_componentMapping (componentMapping) in TextureRenderer()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
H A D | vktYCbCrConversionTests.cpp | 189 , componentMapping (componentMapping_) in TestConfig() 211 vk::VkComponentMapping componentMapping; member 451 const vk::VkComponentMapping& componentMapping, in createConversion() 462 componentMapping, in createConversion() 487 const vk::VkComponentMapping& componentMapping, in evalShader() 501 conversions.push_back(makeSharedPtr(createConversion(vkd, device, format, colorModels[i], colorRange, xChromaOffset, yChromaOffset, chromaFilter, componentMapping, explicitReconstruction))); in evalShader() 510 DE_UNREF(componentMapping); in evalShader() 604 log << TestLog::Message << "ComponentMapping: " << config.componentMapping << TestLog::EndMessage; in logTestCaseInfo() 862 calculateBounds(rChannelAccess, gChannelAccess, bChannelAccess, aChannelAccess, bitDepth, sts, filteringPrecision, conversionPrecision, subTexelPrecisionBits, config.textureFilter, colorModels[i], config.colorRange, config.chromaFilter, config.xChromaOffset, config.yChromaOffset, config.componentMapping, explicitReconstruction, config.addressModeU, config.addressModeV, minBound, maxBound, uvBound, ijBound); in textureConversionTest() 866 calculateBounds(rChannelAccess, gChannelAccess, bChannelAccess, aChannelAccess, bitDepth, sts, filteringPrecision, conversionPrecision, subTexelPrecisionBits, config.textureFilter, colorModels[i], config.colorRange, config.chromaFilter, vk::VK_CHROMA_LOCATION_MIDPOINT, vk::VK_CHROMA_LOCATION_MIDPOINT, config.componentMapping, explicitReconstructio in textureConversionTest() 443 createConversion(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkFormat format, vk::VkSamplerYcbcrModelConversion colorModel, vk::VkSamplerYcbcrRange colorRange, vk::VkChromaLocation xChromaOffset, vk::VkChromaLocation yChromaOffset, vk::VkFilter chromaFilter, const vk::VkComponentMapping& componentMapping, bool explicitReconstruction) createConversion() argument 472 evalShader(Context& context, glu::ShaderType shaderType, const MultiPlaneImageData& imageData, const UVec2& size, vk::VkFormat format, vk::VkImageTiling imageTiling, bool disjoint, vk::VkFilter textureFilter, vk::VkSamplerAddressMode addressModeU, vk::VkSamplerAddressMode addressModeV, const std::vector<vk::VkSamplerYcbcrModelConversion>& colorModels, vk::VkSamplerYcbcrRange colorRange, vk::VkChromaLocation xChromaOffset, vk::VkChromaLocation yChromaOffset, vk::VkFilter chromaFilter, const vk::VkComponentMapping& componentMapping, bool explicitReconstruction, const vector<Vec2>& sts, deUint32 samplerBinding, vector<vector<Vec4> >& results) evalShader() argument [all...] |
H A D | vktYCbCrUtil.hpp | 214 const vk::VkComponentMapping& componentMapping,
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
H A D | vktYCbCrConversionTests.cpp | 189 , componentMapping (componentMapping_) in TestConfig() 211 vk::VkComponentMapping componentMapping; member 451 const vk::VkComponentMapping& componentMapping, in createConversion() 462 componentMapping, in createConversion() 487 const vk::VkComponentMapping& componentMapping, in evalShader() 501 conversions.push_back(makeSharedPtr(createConversion(vkd, device, format, colorModels[i], colorRange, xChromaOffset, yChromaOffset, chromaFilter, componentMapping, explicitReconstruction))); in evalShader() 510 DE_UNREF(componentMapping); in evalShader() 604 log << TestLog::Message << "ComponentMapping: " << config.componentMapping << TestLog::EndMessage; in logTestCaseInfo() 789 calculateBounds(rChannelAccess, gChannelAccess, bChannelAccess, aChannelAccess, bitDepth, sts, filteringPrecision, conversionPrecision, subTexelPrecisionBits, config.textureFilter, colorModels[i], config.colorRange, config.chromaFilter, config.xChromaOffset, config.yChromaOffset, config.componentMapping, explicitReconstruction, config.addressModeU, config.addressModeV, minBound, maxBound, uvBound, ijBound); in textureConversionTest() 793 calculateBounds(rChannelAccess, gChannelAccess, bChannelAccess, aChannelAccess, bitDepth, sts, filteringPrecision, conversionPrecision, subTexelPrecisionBits, config.textureFilter, colorModels[i], config.colorRange, config.chromaFilter, vk::VK_CHROMA_LOCATION_MIDPOINT, vk::VK_CHROMA_LOCATION_MIDPOINT, config.componentMapping, explicitReconstructio in textureConversionTest() 443 createConversion(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkFormat format, vk::VkSamplerYcbcrModelConversion colorModel, vk::VkSamplerYcbcrRange colorRange, vk::VkChromaLocation xChromaOffset, vk::VkChromaLocation yChromaOffset, vk::VkFilter chromaFilter, const vk::VkComponentMapping& componentMapping, bool explicitReconstruction) createConversion() argument 472 evalShader(Context& context, glu::ShaderType shaderType, const MultiPlaneImageData& imageData, const UVec2& size, vk::VkFormat format, vk::VkImageTiling imageTiling, bool disjoint, vk::VkFilter textureFilter, vk::VkSamplerAddressMode addressModeU, vk::VkSamplerAddressMode addressModeV, const std::vector<vk::VkSamplerYcbcrModelConversion>& colorModels, vk::VkSamplerYcbcrRange colorRange, vk::VkChromaLocation xChromaOffset, vk::VkChromaLocation yChromaOffset, vk::VkFilter chromaFilter, const vk::VkComponentMapping& componentMapping, bool explicitReconstruction, const vector<Vec2>& sts, deUint32 samplerBinding, vector<vector<Vec4> >& results) evalShader() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
H A D | vktProtectedMemYCbCrConversionTests.cpp | 131 , componentMapping (componentMapping_) in TestConfig() 150 vk::VkComponentMapping componentMapping; member 296 const vk::VkComponentMapping& componentMapping, in createConversion() 307 componentMapping, in createConversion() 472 log << tcu::TestLog::Message << "ComponentMapping: " << config.componentMapping << tcu::TestLog::EndMessage; in logTestCaseInfo() 1060 ycbcr::calculateBounds(rChannelAccess, gChannelAccess, bChannelAccess, aChannelAccess, bitDepth, texCoords, filteringPrecision, conversionPrecision, subTexelPrecisionBits, config.textureFilter, config.colorModel, config.colorRange, config.chromaFilter, config.xChromaOffset, config.yChromaOffset, config.componentMapping, explicitReconstruction, config.addressModeU, config.addressModeV, ycbcrMinBounds, ycbcrMaxBounds, uvBounds, ijBounds); in generateYCbCrImage() 1068 ycbcr::calculateBounds(rChannelAccess, gChannelAccess, bChannelAccess, aChannelAccess, bitDepth, texCoords, filteringPrecision, conversionPrecision, subTexelPrecisionBits, config.textureFilter, config.colorModel, config.colorRange, config.chromaFilter, vk::VK_CHROMA_LOCATION_MIDPOINT, vk::VK_CHROMA_LOCATION_MIDPOINT, config.componentMapping, explicitReconstruction, config.addressModeU, config.addressModeV, relaxedYcbcrMinBounds, relaxedYcbcrMaxBounds, uvBounds, ijBounds); in generateYCbCrImage() 1177 config.componentMapping, in conversionTest() 288 createConversion(const vk::DeviceInterface& vkd, const vk::VkDevice device, const vk::VkFormat format, const vk::VkSamplerYcbcrModelConversion colorModel, const vk::VkSamplerYcbcrRange colorRange, const vk::VkChromaLocation xChromaOffset, const vk::VkChromaLocation yChromaOffset, const vk::VkFilter chromaFilter, const vk::VkComponentMapping& componentMapping, const bool explicitReconstruction) createConversion() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/ |
H A D | vktProtectedMemYCbCrConversionTests.cpp | 131 , componentMapping (componentMapping_) in TestConfig() 150 vk::VkComponentMapping componentMapping; member 296 const vk::VkComponentMapping& componentMapping, in createConversion() 307 componentMapping, in createConversion() 472 log << tcu::TestLog::Message << "ComponentMapping: " << config.componentMapping << tcu::TestLog::EndMessage; in logTestCaseInfo() 1060 ycbcr::calculateBounds(rChannelAccess, gChannelAccess, bChannelAccess, aChannelAccess, bitDepth, texCoords, filteringPrecision, conversionPrecision, subTexelPrecisionBits, config.textureFilter, config.colorModel, config.colorRange, config.chromaFilter, config.xChromaOffset, config.yChromaOffset, config.componentMapping, explicitReconstruction, config.addressModeU, config.addressModeV, ycbcrMinBounds, ycbcrMaxBounds, uvBounds, ijBounds); in generateYCbCrImage() 1068 ycbcr::calculateBounds(rChannelAccess, gChannelAccess, bChannelAccess, aChannelAccess, bitDepth, texCoords, filteringPrecision, conversionPrecision, subTexelPrecisionBits, config.textureFilter, config.colorModel, config.colorRange, config.chromaFilter, vk::VK_CHROMA_LOCATION_MIDPOINT, vk::VK_CHROMA_LOCATION_MIDPOINT, config.componentMapping, explicitReconstruction, config.addressModeU, config.addressModeV, relaxedYcbcrMinBounds, relaxedYcbcrMaxBounds, uvBounds, ijBounds); in generateYCbCrImage() 1177 config.componentMapping, in conversionTest() 288 createConversion(const vk::DeviceInterface& vkd, const vk::VkDevice device, const vk::VkFormat format, const vk::VkSamplerYcbcrModelConversion colorModel, const vk::VkSamplerYcbcrRange colorRange, const vk::VkChromaLocation xChromaOffset, const vk::VkChromaLocation yChromaOffset, const vk::VkFilter chromaFilter, const vk::VkComponentMapping& componentMapping, const bool explicitReconstruction) createConversion() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp | 277 const VkComponentMapping componentMapping = { VK_COMPONENT_SWIZZLE_IDENTITY, VK_COMPONENT_SWIZZLE_IDENTITY, VK_COMPONENT_SWIZZLE_IDENTITY, VK_COMPONENT_SWIZZLE_IDENTITY }; in MultipleSubpassesMultipleCommandBuffersTestInstance() local 319 componentMapping, // VkChannelMapping channels; in MultipleSubpassesMultipleCommandBuffersTestInstance() 332 componentMapping, // VkChannelMapping channels; in MultipleSubpassesMultipleCommandBuffersTestInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp | 278 const VkComponentMapping componentMapping = { VK_COMPONENT_SWIZZLE_IDENTITY, VK_COMPONENT_SWIZZLE_IDENTITY, VK_COMPONENT_SWIZZLE_IDENTITY, VK_COMPONENT_SWIZZLE_IDENTITY }; in MultipleSubpassesMultipleCommandBuffersTestInstance() local 320 componentMapping, // VkChannelMapping channels; in MultipleSubpassesMultipleCommandBuffersTestInstance() 333 componentMapping, // VkChannelMapping channels; in MultipleSubpassesMultipleCommandBuffersTestInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRender.hpp | 105 vk::VkComponentMapping componentMapping; member 116 , componentMapping (componentMapping_) in Parameters()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRender.hpp | 105 vk::VkComponentMapping componentMapping; member 116 , componentMapping (componentMapping_) in Parameters()
|