/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/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/pixman/pixman/ |
pixman-bits-image.c | 145 pixman_image_t * ima = iter->image; local 151 bits_image_t *bits = &ima->bits; [all...] |
/frameworks/base/core/java/com/android/internal/app/ |
ProcessStats.java | 718 for (int ima=0; ima<NMA; ima++) { 721 final int vamem = sepMemStates ? 0 : memStates[ima]; [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...] |