| /xsrc/external/mit/pixman/dist/pixman/ |
| pixman-inlines.h | 954 int weight1, 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); \ 1023 weight1 = 0; \ 1028 weight1 = 0; \ 1049 buf1, buf2, left_pad, weight1, weight2, 0, 0, 0, TRUE); [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| lp_bld_format_s3tc.c | 1788 LLVMValueRef weight0, weight1, weight, delta; local 1809 weight1 = LLVMConstVector(elems, 8); 1812 weight1 = LLVMBuildBitCast(builder, weight1, bld8.vec_type, ""); 1813 weight = lp_build_select(&bld8, sel_mask, weight0, weight1);
|
| lp_bld_sample_soa.c | 975 LLVMValueRef weight1, 983 return lp_build_lerp(bld, weight1, val0, val1, 0);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| lp_bld_format_s3tc.c | 1827 LLVMValueRef weight0, weight1, weight, delta; local 1848 weight1 = LLVMConstVector(elems, 8); 1851 weight1 = LLVMBuildBitCast(builder, weight1, bld8.vec_type, ""); 1852 weight = lp_build_select(&bld8, sel_mask, weight0, weight1);
|
| lp_bld_sample_soa.c | 985 LLVMValueRef weight1, 993 return lp_build_lerp(bld, weight1, val0, val1, 0);
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/genxml/ |
| decode.c | 172 nonzero_weights |= w.weight1 != 0x0;
|
| /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/ |
| v6_pack.h | 4668 uint32_t weight1; member in struct:MALI_TILER_WEIGHTS 4685 cl[ 1] = __gen_uint(values->weight1, 16, 31); 4710 values->weight1 = __gen_unpack_uint(cl, 48, 63); 4723 fprintf(fp, "%*sWeight1: %u\n", indent, "", values->weight1); 4856 cl[ 9] = __gen_uint(values->weights.weight1, 16, 31); 4940 values->weights.weight1 = __gen_unpack_uint(cl, 304, 319);
|
| v7_pack.h | 4724 uint32_t weight1; member in struct:MALI_TILER_WEIGHTS 4741 cl[ 1] = __gen_uint(values->weight1, 16, 31); 4766 values->weight1 = __gen_unpack_uint(cl, 48, 63); 4779 fprintf(fp, "%*sWeight1: %u\n", indent, "", values->weight1); 4912 cl[ 9] = __gen_uint(values->weights.weight1, 16, 31); 4996 values->weights.weight1 = __gen_unpack_uint(cl, 304, 319);
|
| v4_pack.h | 2998 uint32_t weight1; member in struct:MALI_TILER_WEIGHTS 3015 cl[ 1] = __gen_uint(values->weight1, 0, 31); 3032 values->weight1 = __gen_unpack_uint(cl, 32, 63); 3045 fprintf(fp, "%*sWeight1: %u\n", indent, "", values->weight1);
|
| v5_pack.h | 2980 uint32_t weight1; member in struct:MALI_TILER_WEIGHTS 2997 cl[ 1] = __gen_uint(values->weight1, 0, 31); 3014 values->weight1 = __gen_unpack_uint(cl, 32, 63); 3027 fprintf(fp, "%*sWeight1: %u\n", indent, "", values->weight1);
|