Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_texture.c115 GLuint heightIn, in st_gl_texture_dims_to_pipe_dims() argument
125 assert(heightIn == 1); in st_gl_texture_dims_to_pipe_dims()
138 *layersOut = heightIn; in st_gl_texture_dims_to_pipe_dims()
149 *heightOut = heightIn; in st_gl_texture_dims_to_pipe_dims()
163 *heightOut = heightIn; in st_gl_texture_dims_to_pipe_dims()
172 *heightOut = heightIn; in st_gl_texture_dims_to_pipe_dims()
179 *heightOut = heightIn; in st_gl_texture_dims_to_pipe_dims()
189 *heightOut = heightIn; in st_gl_texture_dims_to_pipe_dims()
Dst_texture.h206 GLuint heightIn,
/external/mesa3d/src/amd/addrlib/core/
Daddrlib.h427 UINT_32 pitchIn, UINT_32 heightIn, UINT_32 numSlices,
437 UINT_32 pitchIn, UINT_32 heightIn, UINT_32 numSlices, BOOL_32 isLinear,
Daddrlib.cpp1957 UINT_32 heightIn, ///< [in] height input in ComputeHtileInfo() argument
2001 *pHeightOut = PowTwoAlign(heightIn, macroHeight); in ComputeHtileInfo()
2095 UINT_32 heightIn, ///< [in] height input in ComputeCmaskInfo() argument
2139 *pHeightOut = (heightIn + macroHeight - 1) & ~(macroHeight - 1); in ComputeCmaskInfo()