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

  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_format_s3tc.c 1827 LLVMValueRef weight0, weight1, weight, delta; local
1848 weight1 = LLVMConstVector(elems, 8);
1851 weight1 = LLVMBuildBitCast(builder, weight1, bld8.vec_type, "");
1852 weight = lp_build_select(&bld8, sel_mask, weight0, weight1);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
lp_bld_format_s3tc.c 1788 LLVMValueRef weight0, weight1, weight, delta; local
1809 weight1 = LLVMConstVector(elems, 8);
1812 weight1 = LLVMBuildBitCast(builder, weight1, bld8.vec_type, "");
1813 weight = lp_build_select(&bld8, sel_mask, weight0, weight1);
  /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
v4_pack.h 2998 uint32_t weight1; member in struct:MALI_TILER_WEIGHTS
3015 cl[ 1] = __gen_uint(values->weight1, 0, 31);
3032 values->weight1 = __gen_unpack_uint(cl, 32, 63);
3045 fprintf(fp, "%*sWeight1: %u\n", indent, "", values->weight1);
v5_pack.h 2980 uint32_t weight1; member in struct:MALI_TILER_WEIGHTS
2997 cl[ 1] = __gen_uint(values->weight1, 0, 31);
3014 values->weight1 = __gen_unpack_uint(cl, 32, 63);
3027 fprintf(fp, "%*sWeight1: %u\n", indent, "", values->weight1);
v6_pack.h 4668 uint32_t weight1; member in struct:MALI_TILER_WEIGHTS
4685 cl[ 1] = __gen_uint(values->weight1, 16, 31);
4710 values->weight1 = __gen_unpack_uint(cl, 48, 63);
4723 fprintf(fp, "%*sWeight1: %u\n", indent, "", values->weight1);
4856 cl[ 9] = __gen_uint(values->weights.weight1, 16, 31);
4940 values->weights.weight1 = __gen_unpack_uint(cl, 304, 319);
v7_pack.h 4724 uint32_t weight1; member in struct:MALI_TILER_WEIGHTS
4741 cl[ 1] = __gen_uint(values->weight1, 16, 31);
4766 values->weight1 = __gen_unpack_uint(cl, 48, 63);
4779 fprintf(fp, "%*sWeight1: %u\n", indent, "", values->weight1);
4912 cl[ 9] = __gen_uint(values->weights.weight1, 16, 31);
4996 values->weights.weight1 = __gen_unpack_uint(cl, 304, 319);

Completed in 49 milliseconds