Lines Matching refs:sliceB

51 …yte *element = (byte*)buffer + (x + border) * bytes + (y + border) * pitchB + z * samples * sliceB;  in write()
56 element += sliceB; in write()
70 element += sliceB; in write()
410 …ent = (unsigned char*)buffer + (x + border) * bytes + (y + border) * pitchB + z * samples * sliceB; in read()
1162 return (unsigned char*)buffer + 8 * (x / 4) + (y / 4) * pitchB + z * sliceB; in lockRect()
1169 return (unsigned char*)buffer + 16 * (x / 4) + (y / 4) * pitchB + z * sliceB; in lockRect()
1172 return (unsigned char*)buffer + 16 * (x / 5) + (y / 4) * pitchB + z * sliceB; in lockRect()
1175 return (unsigned char*)buffer + 16 * (x / 5) + (y / 5) * pitchB + z * sliceB; in lockRect()
1178 return (unsigned char*)buffer + 16 * (x / 6) + (y / 5) * pitchB + z * sliceB; in lockRect()
1181 return (unsigned char*)buffer + 16 * (x / 6) + (y / 6) * pitchB + z * sliceB; in lockRect()
1184 return (unsigned char*)buffer + 16 * (x / 8) + (y / 5) * pitchB + z * sliceB; in lockRect()
1187 return (unsigned char*)buffer + 16 * (x / 8) + (y / 6) * pitchB + z * sliceB; in lockRect()
1190 return (unsigned char*)buffer + 16 * (x / 8) + (y / 8) * pitchB + z * sliceB; in lockRect()
1193 return (unsigned char*)buffer + 16 * (x / 10) + (y / 5) * pitchB + z * sliceB; in lockRect()
1196 return (unsigned char*)buffer + 16 * (x / 10) + (y / 6) * pitchB + z * sliceB; in lockRect()
1199 return (unsigned char*)buffer + 16 * (x / 10) + (y / 8) * pitchB + z * sliceB; in lockRect()
1202 return (unsigned char*)buffer + 16 * (x / 10) + (y / 10) * pitchB + z * sliceB; in lockRect()
1205 return (unsigned char*)buffer + 16 * (x / 12) + (y / 10) * pitchB + z * sliceB; in lockRect()
1208 return (unsigned char*)buffer + 16 * (x / 12) + (y / 12) * pitchB + z * sliceB; in lockRect()
1212 return (unsigned char*)buffer + 16 * (x / 4) + (y / 4) * pitchB + z * sliceB; in lockRect()
1214 return (unsigned char*)buffer + x * bytes + y * pitchB + z * samples * sliceB; in lockRect()
1272 external.sliceB = slice; in Surface()
1287 internal.sliceB = sliceB(internal.width, internal.height, 0, internal.format, false); in Surface()
1302 stencil.sliceB = sliceB(stencil.width, stencil.height, 0, stencil.format, false); in Surface()
1329 …external.sliceB = sliceB(external.width, external.height, 0, external.format, renderTarget && !tex… in Surface()
1344 internal.sliceB = sliceB(internal.width, internal.height, border, internal.format, renderTarget); in Surface()
1359 stencil.sliceB = sliceB(stencil.width, stencil.height, 0, stencil.format, renderTarget); in Surface()
1804 int Surface::sliceB(int width, int height, int border, Format format, bool target) in sliceB() function in sw::Surface
1876 return B > 0 ? sliceB(width, height, border, format, target) / B : 0; in sliceP()
1985 sourceSlice += source.sliceB; in genericUpdate()
1986 destinationSlice += destination.sliceB; in genericUpdate()
2028 sourceSlice += source.sliceB; in decodeR8G8B8()
2029 destinationSlice += destination.sliceB; in decodeR8G8B8()
2073 sourceSlice += source.sliceB; in decodeX1R5G5B5()
2074 destinationSlice += destination.sliceB; in decodeX1R5G5B5()
2119 sourceSlice += source.sliceB; in decodeA1R5G5B5()
2120 destinationSlice += destination.sliceB; in decodeA1R5G5B5()
2164 sourceSlice += source.sliceB; in decodeX4R4G4B4()
2165 destinationSlice += destination.sliceB; in decodeX4R4G4B4()
2210 sourceSlice += source.sliceB; in decodeA4R4G4B4()
2211 destinationSlice += destination.sliceB; in decodeA4R4G4B4()
2256 sourceSlice += source.sliceB; in decodeP8()
2257 destinationSlice += destination.sliceB; in decodeP8()
2322 (byte*&)destSlice += internal.sliceB; in decodeDXT1()
2372 (byte*&)destSlice += internal.sliceB; in decodeDXT3()
2446 (byte*&)destSlice += internal.sliceB; in decodeDXT5()
2502 destSlice += internal.sliceB; in decodeATI1()
2585 (byte*&)destSlice += internal.sliceB; in decodeATI2()
2671 uint64_t size = (uint64_t)sliceB(width, height, border, format, true) * depth * samples; in size()
3739 external.sliceB == internal.sliceB && in identicalBuffers()
4015 int slice = internal.sliceB; in resolve()