Home
last modified time | relevance | path

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

/external/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()
192 *depthOut = depthIn; in st_gl_texture_dims_to_pipe_dims()
Dst_texture.h282 uint16_t *depthOut,
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/
Dspv.depthOut.frag.out1 spv.depthOut.frag
DdepthOut.frag.out1 depthOut.frag
/external/deqp-deps/glslang/Test/baseResults/
Dspv.depthOut.frag.out1 spv.depthOut.frag
DdepthOut.frag.out1 depthOut.frag
/external/angle/src/compiler/translator/
DBuildSPIRV.h426 spirv::LiteralInteger *depthOut,
DBuildSPIRV.cpp762 spirv::LiteralInteger *depthOut, in getImageTypeParameters() argument
1014 *depthOut = spirv::LiteralInteger(isDepth ? 1 : 0); in getImageTypeParameters()