Searched refs:pPitch (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/amd/addrlib/r800/ |
D | ciaddrlib.cpp | 2092 UINT_32* pPitch, ///< [in,out] pitch in pixels in HwlPadDimensions() argument 2110 UINT_32 bytesPerSplit = BITS_TO_BYTES((*pPitch) * height * bpp * samplesPerSplit); in HwlPadDimensions() 2142 *pPitch = PowTwoAlign((*pPitch), dccFastClearPitchAlignInPixels); in HwlPadDimensions() 2146 *pPitch += (dccFastClearPitchAlignInPixels - 1); in HwlPadDimensions() 2147 *pPitch /= dccFastClearPitchAlignInPixels; in HwlPadDimensions() 2148 *pPitch *= dccFastClearPitchAlignInPixels; in HwlPadDimensions()
|
D | siaddrlib.h | 197 UINT_32 *pPitch, UINT_32 *pHeight) const; 228 UINT_32 *pPitch, UINT_32 *pHeight, UINT_32 *pHeightAlign) const;
|
D | egbaddrlib.h | 174 UINT_32 *pPitch, UINT_32 *pHeight, UINT_32 *pHeightAlign) const = 0; 182 UINT_32 *pPitch, UINT_32 *pHeight) const;
|
D | ciaddrlib.h | 145 UINT_32* pPitch, UINT_32 *PitchAlign, UINT_32 height, UINT_32 heightAlign) const;
|
D | siaddrlib.cpp | 1655 UINT_32* pPitch, ///< [in,out] pointer to pitch in HwlGetSizeAdjustmentLinear() argument 1663 sliceSize = BITS_TO_BYTES(static_cast<UINT_64>(*pPitch) * (*pHeight) * bpp * numSamples); in HwlGetSizeAdjustmentLinear() 1667 UINT_32 pitch = *pPitch; in HwlGetSizeAdjustmentLinear() 1682 *pPitch = pitch; in HwlGetSizeAdjustmentLinear() 1810 UINT_32* pPitch, ///< [in,out] pointer to pitch in HwlGetSizeAdjustmentMicroTiled() argument 1817 UINT_32 pitch = *pPitch; in HwlGetSizeAdjustmentMicroTiled() 1858 if (pitch != *pPitch) in HwlGetSizeAdjustmentMicroTiled() 1865 *pPitch = pitch; in HwlGetSizeAdjustmentMicroTiled()
|
D | egbaddrlib.cpp | 4104 UINT_32* pPitch, ///< [in,out] pointer to pitch in HwlGetSizeAdjustmentMicroTiled() argument 4111 UINT_32 pitch = *pPitch; in HwlGetSizeAdjustmentMicroTiled()
|
/external/mesa3d/src/amd/addrlib/core/ |
D | addrlib2.cpp | 986 UINT_32* pPitch, ///< [in/out] pitch in ApplyCustomizedPitchHeight() argument 1000 else if (pIn->pitchInElement < (*pPitch)) in ApplyCustomizedPitchHeight() 1006 *pPitch = pIn->pitchInElement; in ApplyCustomizedPitchHeight() 1014 UINT_32 customizedHeight = pIn->sliceAlign / elementBytes / (*pPitch); in ApplyCustomizedPitchHeight() 1016 if (customizedHeight * elementBytes * (*pPitch) != pIn->sliceAlign) in ApplyCustomizedPitchHeight()
|
D | addrlib1.h | 378 UINT_32* pPitch, UINT_32* pPitchAlign, UINT_32* pHeight, UINT_32 heightAlign, 384 UINT_32* pPitch, UINT_32* pPitchAlign, UINT_32 height, UINT_32 heightAlign) const in HwlPadDimensions() argument
|
D | addrlib1.cpp | 3259 UINT_32* pPitch, ///< [in,out] pitch in pixels in PadDimensions() argument 3299 *pPitch = PowTwoAlign((*pPitch), pitchAlign); in PadDimensions() 3303 *pPitch += pitchAlign - 1; in PadDimensions() 3304 *pPitch /= pitchAlign; in PadDimensions() 3305 *pPitch *= pitchAlign; in PadDimensions() 3345 pPitch, in PadDimensions()
|
D | addrlib2.h | 766 UINT_32* pPitch,
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cuda_10_0.inc | 375 CUresult CUDAAPI cuMemAllocPitch(CUdeviceptr *dptr, size_t *pPitch, size_t WidthInBytes, size_t Hei… 379 return func_ptr(dptr, pPitch, WidthInBytes, Height, ElementSizeBytes);
|