Searched refs:front_face_ccw (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_cs.c457 cfg.front_face_ccw = pipeline->rast.front_ccw;
/xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
H A Dv4_pack.h1729 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");
H A Dv5_pack.h1781 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");
H A Dv6_pack.h1986 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");
H A Dv7_pack.h2038 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");
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/asahi/
H A Dagx_state.c277 cfg.front_face_ccw = cso->front_ccw;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c2734 cfg.front_face_ccw = rast->front_ccw;

Completed in 199 milliseconds