Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dtexstore.c151 const GLuint depthScale = 0xffffffff; in _mesa_texstore_z32() local
188 const GLuint depthScale = 0xffffff; in _mesa_texstore_x8_z24() local
218 const GLuint depthScale = 0xffffff; in _mesa_texstore_z24_x8() local
252 const GLuint depthScale = 0xffff; in _mesa_texstore_z16() local
326 const GLuint depthScale = 0xffffff; in _mesa_texstore_z24_s8() local
408 const GLuint depthScale = 0xffffff; in _mesa_texstore_s8_z24() local
/aosp_15_r20/external/deqp/framework/common/
H A DtcuTestLog.cpp90 tcu::Vec4 depthScale; in LogImage() local