Home
last modified time | relevance | path

Searched refs:heightIn (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_texture.c117 uint16_t heightIn, in st_gl_texture_dims_to_pipe_dims() argument
127 assert(heightIn == 1); in st_gl_texture_dims_to_pipe_dims()
140 *layersOut = heightIn; in st_gl_texture_dims_to_pipe_dims()
151 *heightOut = heightIn; in st_gl_texture_dims_to_pipe_dims()
165 *heightOut = heightIn; in st_gl_texture_dims_to_pipe_dims()
174 *heightOut = heightIn; in st_gl_texture_dims_to_pipe_dims()
181 *heightOut = heightIn; in st_gl_texture_dims_to_pipe_dims()
193 *heightOut = heightIn; in st_gl_texture_dims_to_pipe_dims()
Dst_texture.h296 uint16_t heightIn,
/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrlib1.h317 UINT_32 pitchIn, UINT_32 heightIn, UINT_32 numSlices,
327 UINT_32 pitchIn, UINT_32 heightIn, UINT_32 numSlices, BOOL_32 isLinear,
Daddrlib1.cpp1831 UINT_32 heightIn, ///< [in] height input in ComputeHtileInfo() argument
1875 *pHeightOut = PowTwoAlign(heightIn, macroHeight); in ComputeHtileInfo()
1969 UINT_32 heightIn, ///< [in] height input in ComputeCmaskInfo() argument
2013 *pHeightOut = (heightIn + macroHeight - 1) & ~(macroHeight - 1); in ComputeCmaskInfo()