Searched refs:cull_front_face (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_vX_cs.c | 458 cfg.cull_front_face = pipeline->rast.cull_front_face;
|
| H A D | panvk_private.h | 798 bool cull_front_face; member in struct:panvk_pipeline::__anon9e4fc0282608
|
| H A D | panvk_vX_pipeline.c | 715 pipeline->rast.cull_front_face = builder->create_info->pRasterizationState->cullMode & VK_CULL_MODE_FRONT_BIT;
|
| /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/ |
| H A D | v4_pack.h | 1730 bool cull_front_face; member in struct:MALI_DRAW 1770 __gen_uint(values->cull_front_face, 6, 6) | 1825 values->cull_front_face = __gen_unpack_uint(cl, 6, 6); 1858 fprintf(fp, "%*sCull front face: %s\n", indent, "", values->cull_front_face ? "true" : "false");
|
| H A D | v5_pack.h | 1782 bool cull_front_face; member in struct:MALI_DRAW 1823 __gen_uint(values->cull_front_face, 6, 6) | 1879 values->cull_front_face = __gen_unpack_uint(cl, 6, 6); 1913 fprintf(fp, "%*sCull front face: %s\n", indent, "", values->cull_front_face ? "true" : "false");
|
| H A D | v6_pack.h | 1987 bool cull_front_face; member in struct:MALI_DRAW 2026 __gen_uint(values->cull_front_face, 6, 6) | 2085 values->cull_front_face = __gen_unpack_uint(cl, 6, 6); 2118 fprintf(fp, "%*sCull front face: %s\n", indent, "", values->cull_front_face ? "true" : "false");
|
| H A D | v7_pack.h | 2039 bool cull_front_face; member in struct:MALI_DRAW 2078 __gen_uint(values->cull_front_face, 6, 6) | 2137 values->cull_front_face = __gen_unpack_uint(cl, 6, 6); 2170 fprintf(fp, "%*sCull front face: %s\n", indent, "", values->cull_front_face ? "true" : "false");
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_cmdstream.c | 2744 cfg.cull_front_face = polygon && (rast->cull_face & PIPE_FACE_FRONT);
|
Completed in 73 milliseconds