Searched refs:bytesPerSlice (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_texture.c91 GLuint bytesPerSlice; local in function:_swrast_alloc_texture_image_buffer
98 bytesPerSlice = _mesa_format_image_size(texImage->TexFormat, texImage->Width,
102 swImg->Buffer = _mesa_align_malloc(bytesPerSlice * slices, 512);
111 swImg->ImageSlices[i] = swImg->Buffer + bytesPerSlice * i;
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_texture.c93 GLuint bytesPerSlice; local in function:_swrast_alloc_texture_image_buffer
100 bytesPerSlice = _mesa_format_image_size(texImage->TexFormat, texImage->Width,
104 swImg->Buffer = align_malloc(bytesPerSlice * slices, 512);
113 swImg->ImageSlices[i] = swImg->Buffer + bytesPerSlice * i;
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/r800/
H A Degbaddrlib.cpp477 UINT_64 bytesPerSlice; local in function:Addr::V1::EgBasedLib::ComputeSurfaceInfoMacroTiled
638 bytesPerSlice = BITS_TO_BYTES(static_cast<UINT_64>(paddedPitch) *
641 pOut->surfSize = bytesPerSlice * expNumSlices;
1094 UINT_64 bytesPerSlice; local in function:Addr::V1::EgBasedLib::ComputeSurfaceMipLevelTileMode
1095 (void)bytesPerSlice;
1105 bytesPerSlice = BITS_TO_BYTES(static_cast<UINT_64>(pitch) * height * bpp * numSamples);
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/r800/
H A Degbaddrlib.cpp476 UINT_64 bytesPerSlice; local in function:Addr::V1::EgBasedLib::ComputeSurfaceInfoMacroTiled
637 bytesPerSlice = BITS_TO_BYTES(static_cast<UINT_64>(paddedPitch) *
640 pOut->surfSize = bytesPerSlice * expNumSlices;
1092 UINT_64 bytesPerSlice; local in function:Addr::V1::EgBasedLib::ComputeSurfaceMipLevelTileMode
1102 bytesPerSlice = BITS_TO_BYTES(static_cast<UINT_64>(pitch) * height * bpp * numSamples);

Completed in 14 milliseconds