| /xsrc/external/mit/pixman/dist/pixman/ |
| pixman-inlines.h | 954 int weight1, weight2; \ 965 weight2 = pixman_fixed_to_bilinear_weight (vy); \ 966 if (weight2) \ 968 /* both weight1 and weight2 are smaller than BILINEAR_INTERPOLATION_RANGE */ \ 970 weight1 = BILINEAR_INTERPOLATION_RANGE - weight2; \ 976 weight1 = weight2 = BILINEAR_INTERPOLATION_RANGE / 2; \ 994 buf1, buf2, left_pad, weight1, weight2, 0, 0, 0, FALSE); \ 1002 src1, src2, width, weight1, weight2, vx, unit_x, 0, FALSE); \ 1012 buf1, buf2, right_pad, weight1, weight2, 0, 0, 0, FALSE); \ 1033 weight2 = 0; [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| lp_bld_sample_soa.c | 955 LLVMValueRef weight2; local 957 weight2 = lp_build_sub(bld, bld->one, weight); 960 weight2 = LLVMBuildBitCast(builder, weight2, 963 weight2 = LLVMBuildAnd(builder, weight2, mask0, ""); 965 weight2 = LLVMBuildBitCast(builder, weight2, bld->vec_type, ""); 966 return lp_build_add(bld, weight, weight2);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| lp_bld_sample_soa.c | 965 LLVMValueRef weight2; local 967 weight2 = lp_build_sub(bld, bld->one, weight); 970 weight2 = LLVMBuildBitCast(builder, weight2, 973 weight2 = LLVMBuildAnd(builder, weight2, mask0, ""); 975 weight2 = LLVMBuildBitCast(builder, weight2, bld->vec_type, ""); 976 return lp_build_add(bld, weight, weight2);
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/genxml/ |
| decode.c | 173 nonzero_weights |= w.weight2 != 0x0;
|
| /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/ |
| v6_pack.h | 4669 uint32_t weight2; member in struct:MALI_TILER_WEIGHTS 4686 cl[ 2] = __gen_uint(values->weight2, 16, 31); 4711 values->weight2 = __gen_unpack_uint(cl, 80, 95); 4724 fprintf(fp, "%*sWeight2: %u\n", indent, "", values->weight2); 4857 cl[10] = __gen_uint(values->weights.weight2, 16, 31); 4941 values->weights.weight2 = __gen_unpack_uint(cl, 336, 351);
|
| v7_pack.h | 4725 uint32_t weight2; member in struct:MALI_TILER_WEIGHTS 4742 cl[ 2] = __gen_uint(values->weight2, 16, 31); 4767 values->weight2 = __gen_unpack_uint(cl, 80, 95); 4780 fprintf(fp, "%*sWeight2: %u\n", indent, "", values->weight2); 4913 cl[10] = __gen_uint(values->weights.weight2, 16, 31); 4997 values->weights.weight2 = __gen_unpack_uint(cl, 336, 351);
|
| v4_pack.h | 2999 uint32_t weight2; member in struct:MALI_TILER_WEIGHTS 3016 cl[ 2] = __gen_uint(values->weight2, 0, 31); 3033 values->weight2 = __gen_unpack_uint(cl, 64, 95); 3046 fprintf(fp, "%*sWeight2: %u\n", indent, "", values->weight2);
|
| v5_pack.h | 2981 uint32_t weight2; member in struct:MALI_TILER_WEIGHTS 2998 cl[ 2] = __gen_uint(values->weight2, 0, 31); 3015 values->weight2 = __gen_unpack_uint(cl, 64, 95); 3028 fprintf(fp, "%*sWeight2: %u\n", indent, "", values->weight2);
|