Searched refs:cull_front_face (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_cs.c458 cfg.cull_front_face = pipeline->rast.cull_front_face;
H A Dpanvk_private.h798 bool cull_front_face; member in struct:panvk_pipeline::__anon9e4fc0282608
H A Dpanvk_vX_pipeline.c715 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 Dv4_pack.h1730 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 Dv5_pack.h1782 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 Dv6_pack.h1987 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 Dv7_pack.h2039 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 Dpan_cmdstream.c2744 cfg.cull_front_face = polygon && (rast->cull_face & PIPE_FACE_FRONT);

Completed in 73 milliseconds