Searched refs:weight5 (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
866 weight5 = lp_build_const_int_vec(gallivm, type16, 255*64/5);
868 weight = lp_build_select(&bld16, sel_mask, weight7, weight5);
1520 LLVMValueRef weight5, weight7, weight; local in function:lp_build_lerpdxta_block
1536 weight5 = lp_build_const_int_vec(gallivm, type16, 256*64/5);
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
864 weight5 = lp_build_const_int_vec(gallivm, type16, 255*64/5);
866 weight = lp_build_select(&bld16, sel_mask, weight7, weight5);
1560 LLVMValueRef weight5, weight7, weight; local in function:lp_build_lerpdxta_block
1576 weight5 = lp_build_const_int_vec(gallivm, type16, 256*64/5);
1578 weight = lp_build_select(&bld, sel_mask, weight7, weight5);
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/genxml/
H A Ddecode.c176 nonzero_weights |= w.weight5 != 0x0;
/xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
H A Dv6_pack.h4672 uint32_t weight5; member in struct:MALI_TILER_WEIGHTS
4689 cl[ 5] = __gen_uint(values->weight5, 16, 31);
4714 values->weight5 = __gen_unpack_uint(cl, 176, 191);
4727 fprintf(fp, "%*sWeight5: %u\n", indent, "", values->weight5);
4860 cl[13] = __gen_uint(values->weights.weight5, 16, 31);
4944 values->weights.weight5 = __gen_unpack_uint(cl, 432, 447);
H A Dv7_pack.h4728 uint32_t weight5; member in struct:MALI_TILER_WEIGHTS
4745 cl[ 5] = __gen_uint(values->weight5, 16, 31);
4770 values->weight5 = __gen_unpack_uint(cl, 176, 191);
4783 fprintf(fp, "%*sWeight5: %u\n", indent, "", values->weight5);
4916 cl[13] = __gen_uint(values->weights.weight5, 16, 31);
5000 values->weights.weight5 = __gen_unpack_uint(cl, 432, 447);
H A Dv4_pack.h3002 uint32_t weight5; member in struct:MALI_TILER_WEIGHTS
3019 cl[ 5] = __gen_uint(values->weight5, 0, 31);
3036 values->weight5 = __gen_unpack_uint(cl, 160, 191);
3049 fprintf(fp, "%*sWeight5: %u\n", indent, "", values->weight5);
H A Dv5_pack.h2984 uint32_t weight5; member in struct:MALI_TILER_WEIGHTS
3001 cl[ 5] = __gen_uint(values->weight5, 0, 31);
3018 values->weight5 = __gen_unpack_uint(cl, 160, 191);
3031 fprintf(fp, "%*sWeight5: %u\n", indent, "", values->weight5);

Completed in 51 milliseconds