Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dtexstore.c152 const GLuint depthScale = 0xffffffff; in _mesa_texstore_z32() local
174 depthScale, srcType, src, srcPacking); in _mesa_texstore_z32()
189 const GLuint depthScale = 0xffffff; in _mesa_texstore_x8_z24() local
204 depthScale, srcType, src, srcPacking); in _mesa_texstore_x8_z24()
219 const GLuint depthScale = 0xffffff; in _mesa_texstore_z24_x8() local
236 depthScale, srcType, src, srcPacking); in _mesa_texstore_z24_x8()
253 const GLuint depthScale = 0xffff; in _mesa_texstore_z16() local
268 GL_UNSIGNED_SHORT, dst16, depthScale, in _mesa_texstore_z16()
327 const GLuint depthScale = 0xffffff; in _mesa_texstore_z24_s8() local
372 depthScale, in _mesa_texstore_z24_s8()
[all …]
/third_party/vk-gl-cts/framework/common/
DtcuTestLog.cpp84 tcu::Vec4 depthScale; in LogImage() local
89 computePixelScaleBias(depthAccess, depthScale, depthBias); in LogImage()
92 m_scale = tcu::Vec4(depthScale.x(), stencilScale.x(), 0.0f, 0.0f); in LogImage()