Searched refs:weight7 (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_s3tc.c848 LLVMValueRef weight5, weight7, weight; local in function:lp_build_lerpdxta
867 weight7 = lp_build_const_int_vec(gallivm, type16, 255*64/7);
868 weight = lp_build_select(&bld16, sel_mask, weight7, weight5);
1520 LLVMValueRef weight5, weight7, weight; local in function:lp_build_lerpdxta_block
1537 weight7 = lp_build_const_int_vec(gallivm, type16, 256*64/7);
1538 weight = lp_build_select(&bld, sel_mask, weight7, weight5);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_s3tc.c846 LLVMValueRef weight5, weight7, weight; local in function:lp_build_lerpdxta
865 weight7 = lp_build_const_int_vec(gallivm, type16, 255*64/7);
866 weight = lp_build_select(&bld16, sel_mask, weight7, weight5);
1560 LLVMValueRef weight5, weight7, weight; local in function:lp_build_lerpdxta_block
1577 weight7 = lp_build_const_int_vec(gallivm, type16, 256*64/7);
1578 weight = lp_build_select(&bld, sel_mask, weight7, weight5);
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/genxml/
H A Ddecode.c178 nonzero_weights |= w.weight7 != 0x0;
/xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
H A Dv6_pack.h4674 uint32_t weight7; member in struct:MALI_TILER_WEIGHTS
4691 cl[ 7] = __gen_uint(values->weight7, 16, 31);
4716 values->weight7 = __gen_unpack_uint(cl, 240, 255);
4729 fprintf(fp, "%*sWeight7: %u\n", indent, "", values->weight7);
4862 cl[15] = __gen_uint(values->weights.weight7, 16, 31);
4946 values->weights.weight7 = __gen_unpack_uint(cl, 496, 511);
H A Dv7_pack.h4730 uint32_t weight7; member in struct:MALI_TILER_WEIGHTS
4747 cl[ 7] = __gen_uint(values->weight7, 16, 31);
4772 values->weight7 = __gen_unpack_uint(cl, 240, 255);
4785 fprintf(fp, "%*sWeight7: %u\n", indent, "", values->weight7);
4918 cl[15] = __gen_uint(values->weights.weight7, 16, 31);
5002 values->weights.weight7 = __gen_unpack_uint(cl, 496, 511);
H A Dv4_pack.h3004 uint32_t weight7; member in struct:MALI_TILER_WEIGHTS
3021 cl[ 7] = __gen_uint(values->weight7, 0, 31);
3038 values->weight7 = __gen_unpack_uint(cl, 224, 255);
3051 fprintf(fp, "%*sWeight7: %u\n", indent, "", values->weight7);
H A Dv5_pack.h2986 uint32_t weight7; member in struct:MALI_TILER_WEIGHTS
3003 cl[ 7] = __gen_uint(values->weight7, 0, 31);
3020 values->weight7 = __gen_unpack_uint(cl, 224, 255);
3033 fprintf(fp, "%*sWeight7: %u\n", indent, "", values->weight7);

Completed in 83 milliseconds