Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/framework/common/
H A DtcuTexture.cpp615 void intToChannel(uint8_t *dst, int src, TextureFormat::ChannelType type) in intToChannel() function
745 inline uint32_t intToChannel(int32_t src, int bits) in intToChannel() function
1922 #define PI(VAL, OFFS, BITS) (intToChannel((VAL), (BITS)) << (OFFS)) in setPixel()
2084 #define PI(VAL, OFFS, BITS) (intToChannel((uint32_t)(VAL), (BITS)) << (OFFS)) in setPixel()
2167 intToChannel(pixelPtr + channelSize * c, color[map[c]], m_format.type); in setPixel()
2242 intToChannel(pixelPtr, stencil, m_format.type); in setPixStencil()