Home
last modified time | relevance | path

Searched refs:depthIn (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_texture.c112 GLuint depthIn, in st_gl_texture_dims_to_pipe_dims() argument
121 assert(depthIn == 1); in st_gl_texture_dims_to_pipe_dims()
128 assert(depthIn == 1); in st_gl_texture_dims_to_pipe_dims()
137 assert(depthIn == 1); in st_gl_texture_dims_to_pipe_dims()
144 assert(depthIn == 1); in st_gl_texture_dims_to_pipe_dims()
154 *layersOut = depthIn; in st_gl_texture_dims_to_pipe_dims()
162 *depthOut = depthIn; in st_gl_texture_dims_to_pipe_dims()
Dst_texture.h163 GLuint depthIn,