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

  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/genxml/
decode.c 174 nonzero_weights |= w.weight3 != 0x0;
  /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
v6_pack.h 4670 uint32_t weight3; member in struct:MALI_TILER_WEIGHTS
4687 cl[ 3] = __gen_uint(values->weight3, 16, 31);
4712 values->weight3 = __gen_unpack_uint(cl, 112, 127);
4725 fprintf(fp, "%*sWeight3: %u\n", indent, "", values->weight3);
4858 cl[11] = __gen_uint(values->weights.weight3, 16, 31);
4942 values->weights.weight3 = __gen_unpack_uint(cl, 368, 383);
v7_pack.h 4726 uint32_t weight3; member in struct:MALI_TILER_WEIGHTS
4743 cl[ 3] = __gen_uint(values->weight3, 16, 31);
4768 values->weight3 = __gen_unpack_uint(cl, 112, 127);
4781 fprintf(fp, "%*sWeight3: %u\n", indent, "", values->weight3);
4914 cl[11] = __gen_uint(values->weights.weight3, 16, 31);
4998 values->weights.weight3 = __gen_unpack_uint(cl, 368, 383);
v4_pack.h 3000 uint32_t weight3; member in struct:MALI_TILER_WEIGHTS
3017 cl[ 3] = __gen_uint(values->weight3, 0, 31);
3034 values->weight3 = __gen_unpack_uint(cl, 96, 127);
3047 fprintf(fp, "%*sWeight3: %u\n", indent, "", values->weight3);
v5_pack.h 2982 uint32_t weight3; member in struct:MALI_TILER_WEIGHTS
2999 cl[ 3] = __gen_uint(values->weight3, 0, 31);
3016 values->weight3 = __gen_unpack_uint(cl, 96, 127);
3029 fprintf(fp, "%*sWeight3: %u\n", indent, "", values->weight3);

Completed in 20 milliseconds