Home
last modified time | relevance | path

Searched refs:getChannelSize (Results 1 - 19 of 19) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageHostImageCopyTests.cpp74 deUint32 getChannelSize (vk::VkFormat format) in getChannelSize() function
79 return tcu::getChannelSize(tcuFormat.type); in getChannelSize()
358 const auto sampledChannelSize = getChannelSize(m_parameters.imageSampledFormat); in iterate()
364 const auto outputChannelSize = getChannelSize(m_parameters.imageOutputFormat); in iterate()
1270 const auto channelSize = getChannelSize(m_format); in iterate()
H A DvktImageMismatchedWriteOpTests.cpp725 variables["ARRAY_STRIDE"] = std::to_string(tcu::getChannelSize(buffFormat.type) * tcu::getNumUsedChannels(buffFormat.order)); in getProgramCodeAndVariables()
H A DvktImageMutableTests.cpp184 switch (getChannelSize(tcuFormat.type)) in getClearValueInt()
H A DvktImageLoadStoreTests.cpp857 VkDeviceSize texelSize = formatHasThreeComponents(format) ? tcu::getChannelSize(vk::mapVkFormat(format).type) : tcu::getPixelSize(vk::mapVkFormat(format)); in getViewOffset()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineLogicOpTests.cpp247 , m_channelSize (tcu::getChannelSize(m_tcuFormat.type)) in LogicOpTestInstance()
H A DvktPipelineSamplerBorderSwizzleTests.cpp1243 const auto componentSize = !useStencil ? tcu::getChannelSize(tcuFormat.type) : 1; in getRandomClearColor()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineLogicOpTests.cpp247 , m_channelSize (tcu::getChannelSize(m_tcuFormat.type)) in LogicOpTestInstance()
H A DvktPipelineSamplerBorderSwizzleTests.cpp1124 const auto componentSize = tcu::getChannelSize(tcuFormat.type); in getRandomClearColor()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktSampleVerifierUtil.cpp817 chanSize = getChannelSize(texFormat.type);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktSampleVerifierUtil.cpp817 chanSize = getChannelSize(texFormat.type);
/third_party/vk-gl-cts/framework/common/
H A DtcuTexture.cpp766 int getChannelSize (TextureFormat::ChannelType type) in getChannelSize() function
849 return getNumUsedChannels(order) * getChannelSize(type); in getPixelSize()
1179 int channelSize = getChannelSize(m_format.type); in getPixel()
1215 int channelSize = getChannelSize(format.type); in getPixelIntGeneric()
1250 int channelSize = getChannelSize(format.type); in getPixelAsBitsUint64()
1659 int channelSize = getChannelSize(m_format.type); in setPixel()
1771 int channelSize = getChannelSize(m_format.type); in setPixel()
H A DtcuTexture.hpp156 int getChannelSize (TextureFormat::ChannelType type);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageMismatchedWriteOpTests.cpp728 variables["ARRAY_STRIDE"] = std::to_string(tcu::getChannelSize(buffFormat.type) * tcu::getNumUsedChannels(buffFormat.order)); in getProgramCodeAndVariables()
H A DvktImageMutableTests.cpp184 switch (getChannelSize(tcuFormat.type)) in getClearValueInt()
H A DvktImageLoadStoreTests.cpp850 VkDeviceSize texelSize = formatHasThreeComponents(format) ? tcu::getChannelSize(vk::mapVkFormat(format).type) : tcu::getPixelSize(vk::mapVkFormat(format)); in getViewOffset()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp1079 int numComponents = tcu::getPixelSize(mapVkFormat(format)) / tcu::getChannelSize(mapVkFormat(format).type); in initPrograms()
1845 int numComponents = formatBytes / tcu::getChannelSize(mapVkFormat(m_data.format).type); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp1120 int numComponents = tcu::getPixelSize(mapVkFormat(format)) / tcu::getChannelSize(mapVkFormat(format).type); 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/
H A DvktAttachmentRateTests.cpp1651 deUint32 srWriteBufferSize = srWidth * srHeight * getNumUsedChannels(srTextureFormat.order) * getChannelSize(srTextureFormat.type); in runCopyModeOnTransferQueue()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
H A DvktAttachmentRateTests.cpp1871 deUint32 srWriteBufferSize = srWidth * srHeight * getNumUsedChannels(srTextureFormat.order) * getChannelSize(srTextureFormat.type); in runCopyModeOnTransferQueue()

Completed in 61 milliseconds