• Home
  • Raw
  • Download

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()
1167 return (unsigned char*)buffer + 16 * (x / 4) + (y / 4) * pitchB + z * sliceB; in lockRect()
1171 return (unsigned char*)buffer + 16 * (x / 4) + (y / 4) * pitchB + z * sliceB; in lockRect()
1173 return (unsigned char*)buffer + x * bytes + y * pitchB + z * samples * sliceB; in lockRect()
1231 external.sliceB = slice; in Surface()
1246 internal.sliceB = sliceB(internal.width, internal.height, 0, internal.format, false); in Surface()
1261 stencil.sliceB = sliceB(stencil.width, stencil.height, 0, stencil.format, false); in Surface()
1288 …external.sliceB = sliceB(external.width, external.height, 0, external.format, renderTarget && !tex… in Surface()
1303 internal.sliceB = sliceB(internal.width, internal.height, border, internal.format, renderTarget); in Surface()
1318 stencil.sliceB = sliceB(stencil.width, stencil.height, 0, stencil.format, renderTarget); in Surface()
1702 int Surface::sliceB(int width, int height, int border, Format format, bool target) in sliceB() function in sw::Surface
1741 return B > 0 ? sliceB(width, height, border, format, target) / B : 0; in sliceP()
1822 sourceSlice += source.sliceB; in genericUpdate()
1823 destinationSlice += destination.sliceB; in genericUpdate()
1865 sourceSlice += source.sliceB; in decodeR8G8B8()
1866 destinationSlice += destination.sliceB; in decodeR8G8B8()
1910 sourceSlice += source.sliceB; in decodeX1R5G5B5()
1911 destinationSlice += destination.sliceB; in decodeX1R5G5B5()
1956 sourceSlice += source.sliceB; in decodeA1R5G5B5()
1957 destinationSlice += destination.sliceB; in decodeA1R5G5B5()
2001 sourceSlice += source.sliceB; in decodeX4R4G4B4()
2002 destinationSlice += destination.sliceB; in decodeX4R4G4B4()
2047 sourceSlice += source.sliceB; in decodeA4R4G4B4()
2048 destinationSlice += destination.sliceB; in decodeA4R4G4B4()
2093 sourceSlice += source.sliceB; in decodeP8()
2094 destinationSlice += destination.sliceB; in decodeP8()
2159 (byte*&)destSlice += internal.sliceB; in decodeDXT1()
2209 (byte*&)destSlice += internal.sliceB; in decodeDXT3()
2283 (byte*&)destSlice += internal.sliceB; in decodeDXT5()
2339 destSlice += internal.sliceB; in decodeATI1()
2422 (byte*&)destSlice += internal.sliceB; in decodeATI2()
2504 uint64_t size = (uint64_t)sliceB(width, height, border, format, true) * depth * samples; in size()
3548 external.sliceB == internal.sliceB && in identicalBuffers()
3794 int slice = internal.sliceB; in resolve()