Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_texture.c116 GLuint *layersOut) in st_gl_texture_dims_to_pipe_dims() argument
125 *layersOut = 1; in st_gl_texture_dims_to_pipe_dims()
132 *layersOut = heightIn; in st_gl_texture_dims_to_pipe_dims()
141 *layersOut = 1; in st_gl_texture_dims_to_pipe_dims()
148 *layersOut = 6; in st_gl_texture_dims_to_pipe_dims()
154 *layersOut = depthIn; in st_gl_texture_dims_to_pipe_dims()
163 *layersOut = 1; in st_gl_texture_dims_to_pipe_dims()
Dst_texture.h167 GLuint *layersOut);