Home
last modified time | relevance | path

Searched refs:getChannelSize (Results 1 – 18 of 18) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineLogicOpTests.cpp247 , m_channelSize (tcu::getChannelSize(m_tcuFormat.type)) in LogicOpTestInstance()
DvktPipelineSamplerBorderSwizzleTests.cpp1124 const auto componentSize = tcu::getChannelSize(tcuFormat.type); in getRandomClearColor()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineLogicOpTests.cpp247 , m_channelSize (tcu::getChannelSize(m_tcuFormat.type)) in LogicOpTestInstance()
DvktPipelineSamplerBorderSwizzleTests.cpp1124 const auto componentSize = tcu::getChannelSize(tcuFormat.type); in getRandomClearColor()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.cpp817 chanSize = getChannelSize(texFormat.type); in convertNormalizedFormat()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
DvktSampleVerifierUtil.cpp817 chanSize = getChannelSize(texFormat.type); in convertNormalizedFormat()
/third_party/vk-gl-cts/framework/common/
DtcuTexture.cpp728 int getChannelSize (TextureFormat::ChannelType type) in getChannelSize() function
811 return getNumUsedChannels(order) * getChannelSize(type); in getPixelSize()
1146 int channelSize = getChannelSize(m_format.type); in getPixel()
1182 int channelSize = getChannelSize(format.type); in getPixelIntGeneric()
1539 int channelSize = getChannelSize(m_format.type); in setPixel()
1651 int channelSize = getChannelSize(m_format.type); in setPixel()
DtcuTexture.hpp156 int getChannelSize (TextureFormat::ChannelType type);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
DvktImageMismatchedWriteOpTests.cpp728 …variables["ARRAY_STRIDE"] = std::to_string(tcu::getChannelSize(buffFormat.type) * tcu::getNum… in getProgramCodeAndVariables()
DvktImageMutableTests.cpp184 switch (getChannelSize(tcuFormat.type)) in getClearValueInt()
DvktImageLoadStoreTests.cpp850 …VkDeviceSize texelSize = formatHasThreeComponents(format) ? tcu::getChannelSize(vk::mapVkFormat(fo… in getViewOffset()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageMismatchedWriteOpTests.cpp728 …variables["ARRAY_STRIDE"] = std::to_string(tcu::getChannelSize(buffFormat.type) * tcu::getNum… in getProgramCodeAndVariables()
DvktImageMutableTests.cpp184 switch (getChannelSize(tcuFormat.type)) in getClearValueInt()
DvktImageLoadStoreTests.cpp850 …VkDeviceSize texelSize = formatHasThreeComponents(format) ? tcu::getChannelSize(vk::mapVkFormat(fo… in getViewOffset()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
DvktRobustnessExtsTests.cpp1120 …int numComponents = tcu::getPixelSize(mapVkFormat(format)) / tcu::getChannelSize(mapVkFormat(forma… in initPrograms()
1878 int numComponents = formatBytes / tcu::getChannelSize(mapVkFormat(m_data.format).type); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessExtsTests.cpp1120 …int numComponents = tcu::getPixelSize(mapVkFormat(format)) / tcu::getChannelSize(mapVkFormat(forma… in initPrograms()
1878 int numComponents = formatBytes / tcu::getChannelSize(mapVkFormat(m_data.format).type); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/
DvktAttachmentRateTests.cpp1651 …e = srWidth * srHeight * getNumUsedChannels(srTextureFormat.order) * getChannelSize(srTextureForma… in runCopyModeOnTransferQueue()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
DvktAttachmentRateTests.cpp1651 …e = srWidth * srHeight * getNumUsedChannels(srTextureFormat.order) * getChannelSize(srTextureForma… in runCopyModeOnTransferQueue()