HomeSort by: relevance | last modified time | path
    Searched defs:weight0 (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
1838 weight0 = LLVMConstVector(elems, 8);
1850 weight0 = LLVMBuildBitCast(builder, weight0, 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
1799 weight0 = LLVMConstVector(elems, 8);
1811 weight0 = LLVMBuildBitCast(builder, weight0, bld8.vec_type, "");
1813 weight = lp_build_select(&bld8, sel_mask, weight0, weight1);
  /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
v4_pack.h 2997 uint32_t weight0; member in struct:MALI_TILER_WEIGHTS
3014 cl[ 0] = __gen_uint(values->weight0, 0, 31);
3031 values->weight0 = __gen_unpack_uint(cl, 0, 31);
3044 fprintf(fp, "%*sWeight0: %u\n", indent, "", values->weight0);
v5_pack.h 2979 uint32_t weight0; member in struct:MALI_TILER_WEIGHTS
2996 cl[ 0] = __gen_uint(values->weight0, 0, 31);
3013 values->weight0 = __gen_unpack_uint(cl, 0, 31);
3026 fprintf(fp, "%*sWeight0: %u\n", indent, "", values->weight0);
v6_pack.h 4667 uint32_t weight0; member in struct:MALI_TILER_WEIGHTS
4684 cl[ 0] = __gen_uint(values->weight0, 16, 31);
4709 values->weight0 = __gen_unpack_uint(cl, 16, 31);
4722 fprintf(fp, "%*sWeight0: %u\n", indent, "", values->weight0);
4855 cl[ 8] = __gen_uint(values->weights.weight0, 16, 31);
4939 values->weights.weight0 = __gen_unpack_uint(cl, 272, 287);
v7_pack.h 4723 uint32_t weight0; member in struct:MALI_TILER_WEIGHTS
4740 cl[ 0] = __gen_uint(values->weight0, 16, 31);
4765 values->weight0 = __gen_unpack_uint(cl, 16, 31);
4778 fprintf(fp, "%*sWeight0: %u\n", indent, "", values->weight0);
4911 cl[ 8] = __gen_uint(values->weights.weight0, 16, 31);
4995 values->weights.weight0 = __gen_unpack_uint(cl, 272, 287);

Completed in 23 milliseconds