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

  /external/chromium_org/third_party/mesa/src/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/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/pixman/pixman/
pixman-bits-image.c 145 pixman_image_t * ima = iter->image; local
151 bits_image_t *bits = &ima->bits;
    [all...]
  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texfilter.c 2405 const float ima = 1.0F \/ ma; local
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_texfilter.c 2405 const float ima = 1.0F \/ ma; local
    [all...]

Completed in 302 milliseconds