HomeSort by: relevance | last modified time | path
    Searched defs:compare_coord (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
s_texfilter.c 3554 const GLuint compare_coord = (tObj->Target == GL_TEXTURE_2D_ARRAY_EXT) local
3590 depthRef = CLAMP(texcoords[i][compare_coord], 0.0F, 1.0F);
3667 depthRef = CLAMP(texcoords[i][compare_coord], 0.0F, 1.0F);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
s_texfilter.c 3554 const GLuint compare_coord = (tObj->Target == GL_TEXTURE_2D_ARRAY_EXT) local
3590 depthRef = CLAMP(texcoords[i][compare_coord], 0.0F, 1.0F);
3667 depthRef = CLAMP(texcoords[i][compare_coord], 0.0F, 1.0F);

Completed in 8 milliseconds