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

  /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
v4_pack.h 1729 bool front_face_ccw; member in struct:MALI_DRAW
1769 __gen_uint(values->front_face_ccw, 5, 5) |
1824 values->front_face_ccw = __gen_unpack_uint(cl, 5, 5);
1857 fprintf(fp, "%*sFront face CCW: %s\n", indent, "", values->front_face_ccw ? "true" : "false");
v5_pack.h 1781 bool front_face_ccw; member in struct:MALI_DRAW
1822 __gen_uint(values->front_face_ccw, 5, 5) |
1878 values->front_face_ccw = __gen_unpack_uint(cl, 5, 5);
1912 fprintf(fp, "%*sFront face CCW: %s\n", indent, "", values->front_face_ccw ? "true" : "false");
v6_pack.h 1986 bool front_face_ccw; member in struct:MALI_DRAW
2025 __gen_uint(values->front_face_ccw, 5, 5) |
2084 values->front_face_ccw = __gen_unpack_uint(cl, 5, 5);
2117 fprintf(fp, "%*sFront face CCW: %s\n", indent, "", values->front_face_ccw ? "true" : "false");
v7_pack.h 2038 bool front_face_ccw; member in struct:MALI_DRAW
2077 __gen_uint(values->front_face_ccw, 5, 5) |
2136 values->front_face_ccw = __gen_unpack_uint(cl, 5, 5);
2169 fprintf(fp, "%*sFront face CCW: %s\n", indent, "", values->front_face_ccw ? "true" : "false");

Completed in 20 milliseconds