| /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/src/panfrost/lib/genxml/ |
| 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);
|
| 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);
|