Searched refs:heightIn (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_texture.c | 120 uint16_t heightIn, in st_gl_texture_dims_to_pipe_dims() argument 130 assert(heightIn == 1); in st_gl_texture_dims_to_pipe_dims() 143 *layersOut = heightIn; in st_gl_texture_dims_to_pipe_dims() 154 *heightOut = heightIn; in st_gl_texture_dims_to_pipe_dims() 168 *heightOut = heightIn; in st_gl_texture_dims_to_pipe_dims() 177 *heightOut = heightIn; in st_gl_texture_dims_to_pipe_dims() 184 *heightOut = heightIn; in st_gl_texture_dims_to_pipe_dims() 193 *heightOut = heightIn; in st_gl_texture_dims_to_pipe_dims()
|
D | st_texture.h | 167 uint16_t heightIn,
|
/third_party/mesa3d/src/amd/addrlib/src/core/ |
D | addrlib1.h | 317 UINT_32 pitchIn, UINT_32 heightIn, UINT_32 numSlices, 327 UINT_32 pitchIn, UINT_32 heightIn, UINT_32 numSlices, BOOL_32 isLinear,
|
D | addrlib1.cpp | 1830 UINT_32 heightIn, ///< [in] height input in ComputeHtileInfo() argument 1874 *pHeightOut = PowTwoAlign(heightIn, macroHeight); in ComputeHtileInfo() 1968 UINT_32 heightIn, ///< [in] height input in ComputeCmaskInfo() argument 2012 *pHeightOut = (heightIn + macroHeight - 1) & ~(macroHeight - 1); in ComputeCmaskInfo()
|