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

  /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
v4_pack.h 1642 bool first_provoking_vertex; member in struct:MALI_PRIMITIVE
1655 .first_provoking_vertex = true, \
1669 __gen_uint(values->first_provoking_vertex, 15, 15) |
1694 values->first_provoking_vertex = __gen_unpack_uint(cl, 15, 15);
1713 fprintf(fp, "%*sFirst provoking vertex: %s\n", indent, "", values->first_provoking_vertex ? "true" : "false");
v5_pack.h 1694 bool first_provoking_vertex; member in struct:MALI_PRIMITIVE
1707 .first_provoking_vertex = true, \
1721 __gen_uint(values->first_provoking_vertex, 15, 15) |
1746 values->first_provoking_vertex = __gen_unpack_uint(cl, 15, 15);
1765 fprintf(fp, "%*sFirst provoking vertex: %s\n", indent, "", values->first_provoking_vertex ? "true" : "false");
v6_pack.h 1895 bool first_provoking_vertex; member in struct:MALI_PRIMITIVE
1910 .first_provoking_vertex = true, \
1924 __gen_uint(values->first_provoking_vertex, 15, 15) |
1950 values->first_provoking_vertex = __gen_unpack_uint(cl, 15, 15);
1970 fprintf(fp, "%*sFirst provoking vertex: %s\n", indent, "", values->first_provoking_vertex ? "true" : "false");
v7_pack.h 1947 bool first_provoking_vertex; member in struct:MALI_PRIMITIVE
1962 .first_provoking_vertex = true, \
1976 __gen_uint(values->first_provoking_vertex, 15, 15) |
2002 values->first_provoking_vertex = __gen_unpack_uint(cl, 15, 15);
2022 fprintf(fp, "%*sFirst provoking vertex: %s\n", indent, "", values->first_provoking_vertex ? "true" : "false");

Completed in 20 milliseconds