HomeSort by: relevance | last modified time | path
    Searched defs:weight5 (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_format_s3tc.c 846 LLVMValueRef weight5, weight7, weight; local
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
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.old/dist/src/gallium/auxiliary/gallivm/
lp_bld_format_s3tc.c 848 LLVMValueRef weight5, weight7, weight; local
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
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/src/panfrost/lib/genxml/
v4_pack.h 3002 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);
v5_pack.h 2984 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);
v6_pack.h 4672 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);
v7_pack.h 4728 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);

Completed in 55 milliseconds