Searched refs:r11g11b10Unpack (Results 1 – 4 of 4) sorted by relevance
225 Float4 r11g11b10Unpack(UInt r11g11b10bits);
2042 pixel.x = r11g11b10Unpack(*Pointer<UInt>(buffer + 0)); in alphaBlend()2043 pixel.y = r11g11b10Unpack(*Pointer<UInt>(buffer + 4)); in alphaBlend()2045 pixel.z = r11g11b10Unpack(*Pointer<UInt>(buffer + 0)); in alphaBlend()2046 pixel.w = r11g11b10Unpack(*Pointer<UInt>(buffer + 4)); in alphaBlend()
607 Float4 r11g11b10Unpack(UInt r11g11b10bits) in r11g11b10Unpack() function
450 c = r11g11b10Unpack(*Pointer<UInt>(element)); in readFloat4()