Lines Matching refs:sliceB

48 …yte *element = (byte*)buffer + (x + border) * bytes + (y + border) * pitchB + z * samples * sliceB;  in write()
53 element += sliceB; in write()
67 element += sliceB; in write()
250 …ent = (unsigned char*)buffer + (x + border) * bytes + (y + border) * pitchB + z * samples * sliceB; in read()
685 return (unsigned char*)buffer + 8 * (x / 4) + (y / 4) * pitchB + z * sliceB; in lockRect()
692 return (unsigned char*)buffer + 16 * (x / 4) + (y / 4) * pitchB + z * sliceB; in lockRect()
695 return (unsigned char*)buffer + 16 * (x / 5) + (y / 4) * pitchB + z * sliceB; in lockRect()
698 return (unsigned char*)buffer + 16 * (x / 5) + (y / 5) * pitchB + z * sliceB; in lockRect()
701 return (unsigned char*)buffer + 16 * (x / 6) + (y / 5) * pitchB + z * sliceB; in lockRect()
704 return (unsigned char*)buffer + 16 * (x / 6) + (y / 6) * pitchB + z * sliceB; in lockRect()
707 return (unsigned char*)buffer + 16 * (x / 8) + (y / 5) * pitchB + z * sliceB; in lockRect()
710 return (unsigned char*)buffer + 16 * (x / 8) + (y / 6) * pitchB + z * sliceB; in lockRect()
713 return (unsigned char*)buffer + 16 * (x / 8) + (y / 8) * pitchB + z * sliceB; in lockRect()
716 return (unsigned char*)buffer + 16 * (x / 10) + (y / 5) * pitchB + z * sliceB; in lockRect()
719 return (unsigned char*)buffer + 16 * (x / 10) + (y / 6) * pitchB + z * sliceB; in lockRect()
722 return (unsigned char*)buffer + 16 * (x / 10) + (y / 8) * pitchB + z * sliceB; in lockRect()
725 return (unsigned char*)buffer + 16 * (x / 10) + (y / 10) * pitchB + z * sliceB; in lockRect()
728 return (unsigned char*)buffer + 16 * (x / 12) + (y / 10) * pitchB + z * sliceB; in lockRect()
731 return (unsigned char*)buffer + 16 * (x / 12) + (y / 12) * pitchB + z * sliceB; in lockRect()
733 return (unsigned char*)buffer + x * bytes + y * pitchB + z * samples * sliceB; in lockRect()
791 external.sliceB = slice; in Surface()
806 internal.sliceB = sliceB(internal.width, internal.height, 0, internal.format, false); in Surface()
821 stencil.sliceB = sliceB(stencil.width, stencil.height, 0, stencil.format, false); in Surface()
847 …external.sliceB = sliceB(external.width, external.height, 0, external.format, renderTarget && !tex… in Surface()
862 internal.sliceB = sliceB(internal.width, internal.height, border, internal.format, renderTarget); in Surface()
877 stencil.sliceB = sliceB(stencil.width, stencil.height, 0, stencil.format, renderTarget); in Surface()
1359 int Surface::sliceB(int width, int height, int border, VkFormat format, bool target) in sliceB() function in sw::Surface
1424 return B > 0 ? sliceB(width, height, border, format, target) / B : 0; in sliceP()
1521 sourceSlice += source.sliceB; in genericUpdate()
1522 destinationSlice += destination.sliceB; in genericUpdate()
1587 (byte*&)destSlice += internal.sliceB; in decodeDXT1()
1637 (byte*&)destSlice += internal.sliceB; in decodeDXT3()
1711 (byte*&)destSlice += internal.sliceB; in decodeDXT5()
1767 destSlice += internal.sliceB; in decodeATI1()
1850 (byte*&)destSlice += internal.sliceB; in decodeATI2()
1936 uint64_t size = (uint64_t)sliceB(width, height, border, format, true) * depth * samples; in size()
3135 external.sliceB == internal.sliceB && in identicalBuffers()
3343 int slice = internal.sliceB; in resolve()