Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c3577 GLfloat depthSample, depthRef; in sample_depth_texture() local
3590 depthRef = CLAMP(texcoords[i][compare_coord], 0.0F, 1.0F); in sample_depth_texture()
3592 result = shadow_compare(function, depthRef, depthSample); in sample_depth_texture()
3601 GLfloat depth00, depth01, depth10, depth11, depthRef; in sample_depth_texture() local
3667 depthRef = CLAMP(texcoords[i][compare_coord], 0.0F, 1.0F); in sample_depth_texture()
3669 result = shadow_compare4(function, depthRef, in sample_depth_texture()