Home
last modified time | relevance | path

Searched refs:channelSize (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineLogicOpTests.cpp122 deUint32 getChannelMask (int channelSize) in getChannelMask() argument
124 DE_ASSERT(channelSize >= 1 && channelSize <= 4); in getChannelMask()
127 mask <<= (channelSize * 8); in getChannelMask()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.hpp141 deUint8 channelSize,
DvktYCbCrUtil.cpp770 deUint8 channelSize, in ChannelAccess() argument
776 , m_channelSize (channelSize) in ChannelAccess()
/third_party/vk-gl-cts/framework/common/
DtcuTexture.cpp1141 int channelSize = getChannelSize(m_format.type); in getPixel() local
1151 result[c] = channelToFloat(pixelPtr + channelSize*((int)channelMap[c]), m_format.type); in getPixel()
1177 int channelSize = getChannelSize(format.type); in getPixelIntGeneric() local
1187 result[c] = channelToIntType<T>(pixelPtr + channelSize*((int)channelMap[c]), format.type); in getPixelIntGeneric()
1534 int channelSize = getChannelSize(m_format.type); in setPixel() local
1539 floatToChannel(pixelPtr + channelSize*c, color[map[c]], m_format.type); in setPixel()
1646 int channelSize = getChannelSize(m_format.type); in setPixel() local
1651 intToChannel(pixelPtr + channelSize*c, color[map[c]], m_format.type); in setPixel()