Searched refs:depth11 (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_texfilter.c | 3451 GLfloat depth10, GLfloat depth11, in shadow_compare4() argument 3462 if (coord > depth11) luminance -= d; in shadow_compare4() 3468 if (coord < depth11) luminance -= d; in shadow_compare4() 3474 if (coord >= depth11) luminance -= d; in shadow_compare4() 3480 if (coord <= depth11) luminance -= d; in shadow_compare4() 3486 if (coord != depth11) luminance -= d; in shadow_compare4() 3492 if (coord == depth11) luminance -= d; in shadow_compare4() 3500 return lerp_2d(wi, wj, depth00, depth10, depth01, depth11); in shadow_compare4() 3596 GLfloat depth00, depth01, depth10, depth11, depthRef; in sample_depth_texture() local 3625 depth11 = samp->BorderColor.f[0]; in sample_depth_texture() [all …]
|