Lines Matching refs:Byte8
1551 c.z = UnpackLow(As<Byte8>(Short4(0)), As<Byte8>(c.z)); in sampleTexel()
1552 c.y = UnpackHigh(As<Byte8>(Short4(0)), As<Byte8>(c.y)); in sampleTexel()
1553 c.x = UnpackLow(As<Byte8>(Short4(0)), As<Byte8>(c.x)); in sampleTexel()
1554 c.w = UnpackHigh(As<Byte8>(Short4(0)), As<Byte8>(c.w)); in sampleTexel()
1568 c.x = UnpackLow(As<Byte8>(Short4(0)), As<Byte8>(c.x)); in sampleTexel()
1569 c.y = UnpackHigh(As<Byte8>(Short4(0)), As<Byte8>(c.y)); in sampleTexel()
1570 c.z = UnpackLow(As<Byte8>(Short4(0)), As<Byte8>(c.z)); in sampleTexel()
1571 c.w = UnpackHigh(As<Byte8>(Short4(0)), As<Byte8>(c.w)); in sampleTexel()
1588 c.x = UnpackLow(As<Byte8>(c.x), As<Byte8>(Short4(0))); in sampleTexel()
1589 c.y = UnpackHigh(As<Byte8>(c.y), As<Byte8>(Short4(0))); in sampleTexel()
1590 c.z = UnpackLow(As<Byte8>(c.z), As<Byte8>(Short4(0))); in sampleTexel()
1591 c.w = UnpackHigh(As<Byte8>(c.w), As<Byte8>(Short4(0))); in sampleTexel()