Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineLogicOpTests.cpp243 , m_channelSize (tcu::getChannelSize(m_tcuFormat.type)) in LogicOpTestInstance()
DvktPipelineSamplerBorderSwizzleTests.cpp1196 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/framework/common/
DtcuTexture.cpp723 int getChannelSize (TextureFormat::ChannelType type) in getChannelSize() function
806 return getNumUsedChannels(order) * getChannelSize(type); in getPixelSize()
1141 int channelSize = getChannelSize(m_format.type); in getPixel()
1177 int channelSize = getChannelSize(format.type); in getPixelIntGeneric()
1534 int channelSize = getChannelSize(m_format.type); in setPixel()
1646 int channelSize = getChannelSize(m_format.type); in setPixel()
DtcuTexture.hpp156 int getChannelSize (TextureFormat::ChannelType type);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageMismatchedWriteOpTests.cpp726 …variables["ARRAY_STRIDE"] = std::to_string(tcu::getChannelSize(buffFormat.type) * tcu::getNum… in getProgramCodeAndVariables()
DvktImageMutableTests.cpp183 switch (getChannelSize(tcuFormat.type)) in getClearValueInt()
DvktImageLoadStoreTests.cpp741 …VkDeviceSize texelSize = formatHasThreeComponents(format) ? tcu::getChannelSize(vk::mapVkFormat(fo… in getViewOffset()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessExtsTests.cpp898 …int numComponents = tcu::getPixelSize(mapVkFormat(format)) / tcu::getChannelSize(mapVkFormat(forma… in initPrograms()
1677 int numComponents = formatBytes / tcu::getChannelSize(mapVkFormat(m_data.format).type); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
DvktAttachmentRateTests.cpp1534 …e = srWidth * srHeight * getNumUsedChannels(srTextureFormat.order) * getChannelSize(srTextureForma… in runCopyModeOnTransferQueue()