Home
last modified time | relevance | path

Searched refs:depthOut (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_texture.c121 uint16_t *depthOut, in st_gl_texture_dims_to_pipe_dims() argument
131 *depthOut = 1; in st_gl_texture_dims_to_pipe_dims()
139 *depthOut = 1; in st_gl_texture_dims_to_pipe_dims()
152 *depthOut = 1; in st_gl_texture_dims_to_pipe_dims()
166 *depthOut = 1; in st_gl_texture_dims_to_pipe_dims()
175 *depthOut = 1; in st_gl_texture_dims_to_pipe_dims()
182 *depthOut = 1; in st_gl_texture_dims_to_pipe_dims()
194 *depthOut = depthIn; in st_gl_texture_dims_to_pipe_dims()
Dst_texture.h300 uint16_t *depthOut,
/third_party/glslang/Test/baseResults/
Dspv.depthOut.frag.out1 spv.depthOut.frag
DdepthOut.frag.out1 depthOut.frag
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DBuildSPIRV.h441 spirv::LiteralInteger *depthOut,
DBuildSPIRV.cpp935 spirv::LiteralInteger *depthOut, in getImageTypeParameters() argument
1192 *depthOut = spirv::LiteralInteger(isDepth ? 1 : 0); in getImageTypeParameters()