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

  /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
v4_pack.h 1644 bool high_depth_cull; member in struct:MALI_PRIMITIVE
1657 .high_depth_cull = true
1671 __gen_uint(values->high_depth_cull, 17, 17) |
1696 values->high_depth_cull = __gen_unpack_uint(cl, 17, 17);
1715 fprintf(fp, "%*sHigh Depth Cull: %s\n", indent, "", values->high_depth_cull ? "true" : "false");
v5_pack.h 1696 bool high_depth_cull; member in struct:MALI_PRIMITIVE
1709 .high_depth_cull = true
1723 __gen_uint(values->high_depth_cull, 17, 17) |
1748 values->high_depth_cull = __gen_unpack_uint(cl, 17, 17);
1767 fprintf(fp, "%*sHigh Depth Cull: %s\n", indent, "", values->high_depth_cull ? "true" : "false");
v6_pack.h 1897 bool high_depth_cull; member in struct:MALI_PRIMITIVE
1912 .high_depth_cull = true
1926 __gen_uint(values->high_depth_cull, 17, 17) |
1952 values->high_depth_cull = __gen_unpack_uint(cl, 17, 17);
1972 fprintf(fp, "%*sHigh Depth Cull: %s\n", indent, "", values->high_depth_cull ? "true" : "false");
v7_pack.h 1949 bool high_depth_cull; member in struct:MALI_PRIMITIVE
1964 .high_depth_cull = true
1978 __gen_uint(values->high_depth_cull, 17, 17) |
2004 values->high_depth_cull = __gen_unpack_uint(cl, 17, 17);
2024 fprintf(fp, "%*sHigh Depth Cull: %s\n", indent, "", values->high_depth_cull ? "true" : "false");

Completed in 21 milliseconds