Searched refs:front_face_ccw (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_vX_cs.c | 457 cfg.front_face_ccw = pipeline->rast.front_ccw;
|
| /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/ |
| H A D | 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");
|
| H A D | 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");
|
| H A D | 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");
|
| H A D | 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");
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/asahi/ |
| H A D | agx_state.c | 277 cfg.front_face_ccw = cso->front_ccw;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_cmdstream.c | 2734 cfg.front_face_ccw = rast->front_ccw;
|
Completed in 199 milliseconds