HomeSort by relevance Sort by last modified time
    Searched defs:ima (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample.c 910 /* ima = +0.5 / abs(coord); */
913 LLVMValueRef ima = lp_build_div(coord_bld, posHalf, absCoord); local
914 return ima;
921 /* ima = -0.5 / abs(coord); */
924 LLVMValueRef ima = lp_build_div(coord_bld, negHalf, absCoord); local
925 return ima;
1021 LLVMValueRef ma, ima; local
1171 LLVMValueRef sign, ima; local
1192 LLVMValueRef sign, ima; local
1210 LLVMValueRef sign, ima; local
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 2133 const float ima = -0.5F \/ fabsf(s[j]); local
2143 const float ima = -0.5F \/ fabsf(t[j]); local
2153 const float ima = -0.5F \/ fabsf(p[j]); local
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_texfilter.c 2405 const float ima = 1.0F \/ ma; local
    [all...]
  /prebuilts/devtools/tools/lib/
easymock-3.3.jar 
  /prebuilts/tools/common/m2/repository/org/easymock/easymock/3.3/
easymock-3.3.jar 

Completed in 86 milliseconds