HomeSort by: relevance | last modified time | path
    Searched refs:weight7 (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
lp_bld_format_s3tc.c 848 LLVMValueRef weight5, weight7, weight; local
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
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/
lp_bld_format_s3tc.c 846 LLVMValueRef weight5, weight7, weight; local
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
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/
decode.c 178 nonzero_weights |= w.weight7 != 0x0;
  /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
v6_pack.h 4674 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);
v7_pack.h 4730 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);
v4_pack.h 3004 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);
v5_pack.h 2986 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 32 milliseconds