Searched refs:zf (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_target_nv50.cpp302 DataFile zf = (z == s) ? sf : i->src(z).getFile(); local in function:nv50_ir::TargetNV50::insnCanLoad
303 switch (zf) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_target_nv50.cpp309 DataFile zf = (z == s) ? sf : i->src(z).getFile(); local in function:nv50_ir::TargetNV50::insnCanLoad
310 switch (zf) {
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Devergreen_exa.c1163 float zf = (float)z / 255; /* B */ local in function:EVERGREENSetSolidConsts
1170 pix_r = zf; /* R */
1178 pix_b = zf; /* B */
1184 pix_b = zf; /* B */
1189 pix_g = zf; /* G */
1195 pix_g = zf; /* G */
1202 pix_r = zf; /* R */
H A Dr600_exa.c1207 float zf = (float)z / 255; /* B */ local in function:R600SetSolidConsts
1214 pix_r = zf; /* R */
1222 pix_b = zf; /* B */
1228 pix_b = zf; /* B */
1233 pix_g = zf; /* G */
1239 pix_g = zf; /* G */
1246 pix_r = zf; /* R */
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dpack.c1691 float zf = ((float *) src)[i * 2 + 0]; local in function:unpack_uint_24_8_depth_stencil_Z32_S8X24
1692 uint32_t z24 = (uint32_t) (zf * (float) 0xffffff);
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Dformat_unpack.c7511 GLfloat zf = ((GLfloat *) src)[i * 2 + 0]; local in function:unpack_uint_24_8_depth_stencil_Z32_S8X24
7512 GLuint z24 = (GLuint) (zf * (GLfloat) 0xffffff);

Completed in 18 milliseconds