Lines Matching refs:expPitch
224 UINT_32 expPitch = pIn->width; in ComputeSurfaceInfoLinear() local
255 expPitch = HwlPreHandleBaseLvl3xPitch(pIn, expPitch); in ComputeSurfaceInfoLinear()
267 &expPitch, &pOut->pitchAlign, in ComputeSurfaceInfoLinear()
271 expPitch = HwlPostHandleBaseLvl3xPitch(pIn, expPitch); in ComputeSurfaceInfoLinear()
284 &expPitch, in ComputeSurfaceInfoLinear()
297 expPitch = PowTwoAlign(expPitch, pOut->pitchAlign); in ComputeSurfaceInfoLinear()
301 expPitch += pOut->pitchAlign - 1; in ComputeSurfaceInfoLinear()
302 expPitch /= pOut->pitchAlign; in ComputeSurfaceInfoLinear()
303 expPitch *= pOut->pitchAlign; in ComputeSurfaceInfoLinear()
324 logicalSliceSize = BITS_TO_BYTES(expPitch * expHeight * pIn->bpp); in ComputeSurfaceInfoLinear()
327 pOut->pitch = expPitch; in ComputeSurfaceInfoLinear()
361 UINT_32 expPitch = pIn->width; in ComputeSurfaceInfoMicroTiled() local
419 &expPitch, &pOut->pitchAlign, in ComputeSurfaceInfoMicroTiled()
432 &expPitch, in ComputeSurfaceInfoMicroTiled()
436 pOut->pitch = expPitch; in ComputeSurfaceInfoMicroTiled()
477 UINT_32 expPitch = pIn->width; in ComputeSurfaceInfoMacroTiled() local
511 expPitch, in ComputeSurfaceInfoMacroTiled()
532 paddedPitch = expPitch; in ComputeSurfaceInfoMacroTiled()