/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageMismatchedWriteOpTests.cpp | 99 DE_ASSERT(getNumUsedChannels(params->vkFormat) <= sourceWidth); in MismatchedVectorSizesTest() 725 variables["ARRAY_STRIDE"] = std::to_string(tcu::getChannelSize(buffFormat.type) * tcu::getNumUsedChannels(buffFormat.order)); in getProgramCodeAndVariables() 871 tmpFloats = ut::gluePixels(floatsAccess.getPixel(0, 0), sfloatColor, tcu::getNumUsedChannels(texFormat.order)); in populate() 879 tmpFloats = ut::gluePixels(floatsAccess.getPixel(0, 0), ufloatColor, tcu::getNumUsedChannels(texFormat.order)); in populate() 957 const int targetWidth = getNumUsedChannels(texFormat.order); in compare() 1030 if (sourceWidth >= getNumUsedChannels(f)) in createImageWriteOpTests()
|
H A D | vktImageLoadStoreUtil.cpp | 118 const deUint32 numChannels = getNumUsedChannels(mapTextureFormat(format)); in isRepresentableIntegerValue()
|
H A D | vktImageTestsUtil.hpp | 66 int getNumUsedChannels (const vk::VkFormat format);
|
H A D | vktImageTestsUtil.cpp | 849 int getNumUsedChannels (const vk::VkFormat format) in getNumUsedChannels() function 856 return getNumUsedChannels(textureFormat.order); in getNumUsedChannels()
|
H A D | vktImageMismatchedFormatsTests.cpp | 83 result.VectorWidth = getNumUsedChannels(texFormat.order); in getFormatInfo()
|
H A D | vktImageMultisampleLoadStoreTests.cpp | 95 const int numColorComponents = (isAlphaOnly ? 4 : tcu::getNumUsedChannels(mapVkFormat(caseDef.format).order)); // Force 4 for A8_UNORM as per the spec. in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
H A D | vktRobustnessVertexAccessTests.cpp | 284 const int numChannels = getNumUsedChannels(mapVkFormat(m_inputFormat).order); in initPrograms() 443 getNumUsedChannels(mapVkFormat(inputFormat).order) * (deUint32)s_indexConfigs[indexConfig].size() * 2, // numVertexValues in DrawIndexedAccessTest() 444 getNumUsedChannels(mapVkFormat(inputFormat).order), // numInstanceValues in DrawIndexedAccessTest() 679 const int numChannels = getNumUsedChannels(mapVkFormat(m_inputFormat).order); in VertexAccessInstance() 836 const deUint32 numChannels = getNumUsedChannels(mapVkFormat(m_inputFormat).order); in verifyResult() 1178 const deUint32 numChannels = getNumUsedChannels(mapVkFormat(format).order);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageMismatchedWriteOpTests.cpp | 101 DE_ASSERT(getNumUsedChannels(params->vkFormat) <= sourceWidth); in MismatchedVectorSizesTest() 728 variables["ARRAY_STRIDE"] = std::to_string(tcu::getChannelSize(buffFormat.type) * tcu::getNumUsedChannels(buffFormat.order)); in getProgramCodeAndVariables() 874 tmpFloats = ut::gluePixels(floatsAccess.getPixel(0, 0), sfloatColor, tcu::getNumUsedChannels(texFormat.order)); in populate() 882 tmpFloats = ut::gluePixels(floatsAccess.getPixel(0, 0), ufloatColor, tcu::getNumUsedChannels(texFormat.order)); in populate() 960 const int targetWidth = getNumUsedChannels(texFormat.order); in compare() 1032 if (sourceWidth >= getNumUsedChannels(f)) in createImageWriteOpTests()
|
H A D | vktImageLoadStoreUtil.cpp | 118 const deUint32 numChannels = getNumUsedChannels(mapTextureFormat(format)); in isRepresentableIntegerValue()
|
H A D | vktImageTestsUtil.hpp | 66 int getNumUsedChannels (const vk::VkFormat format);
|
H A D | vktImageTestsUtil.cpp | 849 int getNumUsedChannels (const vk::VkFormat format) in getNumUsedChannels() function 856 return getNumUsedChannels(textureFormat.order); in getNumUsedChannels()
|
H A D | vktImageMismatchedFormatsTests.cpp | 83 result.VectorWidth = getNumUsedChannels(texFormat.order); in getFormatInfo()
|
H A D | vktImageMultisampleLoadStoreTests.cpp | 94 const int numColorComponents = tcu::getNumUsedChannels(mapVkFormat(caseDef.format).order); in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/ |
H A D | vktRobustnessVertexAccessTests.cpp | 288 const int numChannels = getNumUsedChannels(mapVkFormat(m_inputFormat).order); in initPrograms() 450 getNumUsedChannels(mapVkFormat(inputFormat).order) * (deUint32)s_indexConfigs[indexConfig].size() * 2, // numVertexValues in DrawIndexedAccessTest() 451 getNumUsedChannels(mapVkFormat(inputFormat).order), // numInstanceValues in DrawIndexedAccessTest() 686 const int numChannels = getNumUsedChannels(mapVkFormat(m_inputFormat).order); in VertexAccessInstance() 843 const deUint32 numChannels = getNumUsedChannels(mapVkFormat(m_inputFormat).order); in verifyResult() 1186 const deUint32 numChannels = getNumUsedChannels(mapVkFormat(format).order);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassMultisampleTests.cpp | 1566 const int componentCount (tcu::getNumUsedChannels(format.order)); in iterateInternal() 1611 const int componentCount (tcu::getNumUsedChannels(format.order)); in iterateInternal() 1662 const int componentCount (isAlphaOnly ? 4 : tcu::getNumUsedChannels(format.order)); in iterateInternal() 1832 const int componentCount = tcu::getNumUsedChannels(format.order); in init() 1894 const int componentCount = tcu::getNumUsedChannels(format.order); in init() 1962 const int componentCount = (isAlphaOnly ? 4 : tcu::getNumUsedChannels(format.order)); in init()
|
H A D | vktRenderPassMultisampleResolveTests.cpp | 542 const deUint32 componentCount (isAlphaOnly ? 4u : tcu::getNumUsedChannels(tcuFormat.order)); in getFormatThreshold() 1059 const int componentCount (isAlphaOnly ? 4 : tcu::getNumUsedChannels(format.order)); in verify() 1155 const int componentCount (tcu::getNumUsedChannels(format.order)); in verify() 1256 const int componentCount (tcu::getNumUsedChannels(format.order)); in verify() 1404 const int componentCount (isAlphaOnly ? 4 : tcu::getNumUsedChannels(format.order)); in iterate() 2171 const int componentCount (tcu::getNumUsedChannels(format.order)); in verify()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassMultisampleTests.cpp | 1559 const int componentCount (tcu::getNumUsedChannels(format.order)); in iterateInternal() 1604 const int componentCount (tcu::getNumUsedChannels(format.order)); in iterateInternal() 1654 const int componentCount (tcu::getNumUsedChannels(format.order)); in iterateInternal() 1824 const int componentCount = tcu::getNumUsedChannels(format.order); in init() 1886 const int componentCount = tcu::getNumUsedChannels(format.order); in init() 1953 const int componentCount = tcu::getNumUsedChannels(format.order); in init()
|
H A D | vktRenderPassMultisampleResolveTests.cpp | 537 const deUint32 componentCount (tcu::getNumUsedChannels(tcuFormat.order)); in getFormatThreshold() 1047 const int componentCount (tcu::getNumUsedChannels(format.order)); in verify() 1143 const int componentCount (tcu::getNumUsedChannels(format.order)); in verify() 1244 const int componentCount (tcu::getNumUsedChannels(format.order)); in verify() 1391 const int componentCount (tcu::getNumUsedChannels(format.order)); in iterate() 2158 const int componentCount (tcu::getNumUsedChannels(format.order)); in verify()
|
H A D | vktRenderPassTests.cpp | 986 const deUint32 componentCount = (useFormatCompCount ? (deUint32)tcu::getNumUsedChannels(format.order) : 4); in clearColorToString() 1077 const deUint32 componentCount = (useFormatCompCount ? (deUint32)tcu::getNumUsedChannels(format.order) : 4); in randomColorClearValue() 3761 const int componentCount = tcu::getNumUsedChannels(format.order); 3788 const int componentCount = tcu::getNumUsedChannels(format.order); 3813 const int componentCount = tcu::getNumUsedChannels(format.order); 4024 const deUint32 componentCount = useFormatCompCount ? (deUint32)tcu::getNumUsedChannels(result.getFormat().order) : 4; 4336 const auto numChannels = tcu::getNumUsedChannels(access.getFormat().order); 4390 const size_t componentCount = (size_t)tcu::getNumUsedChannels(format.order); 4500 const size_t componentCount = config.useFormatCompCount ? (size_t)tcu::getNumUsedChannels(format.order) : 4; 4546 const size_t componentCount = (size_t)tcu::getNumUsedChannels(forma [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineLogicOpTests.cpp | 246 , m_numChannels (tcu::getNumUsedChannels(m_tcuFormat.order)) in LogicOpTestInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureConversionTests.cpp | 158 const int nuc (getNumUsedChannels(m_inFormat.order)); in verifyPixels()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineLogicOpTests.cpp | 246 , m_numChannels (tcu::getNumUsedChannels(m_tcuFormat.order)) in LogicOpTestInstance()
|
H A D | vktPipelineSamplerBorderSwizzleTests.cpp | 381 const auto numComp = tcu::getNumUsedChannels(mapVkFormat(params.textureFormat).order); in getExpectedColor() 1117 const auto numComponents = tcu::getNumUsedChannels(tcuFormat.order); in getRandomClearColor()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
H A D | vktTextureConversionTests.cpp | 158 const int nuc (getNumUsedChannels(m_inFormat.order)); in verifyPixels()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
H A D | vktGeometryLayeredRenderingTests.cpp | 756 const int numUsedChannels (tcu::getNumUsedChannels(depthAsColor.getFormat().order)); 771 const int numUsedChannels (tcu::getNumUsedChannels(stencilAsColor.getFormat().order)); 782 const int numUsedChannels (tcu::getNumUsedChannels(image.getFormat().order));
|