Home
last modified time | relevance | path

Searched refs:cull_front_face (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_cs.c486 cfg.cull_front_face = pipeline->rast.cull_front_face; in panvk_emit_tiler_dcd()
Dpanvk_private.h900 bool cull_front_face; member
Dpanvk_vX_pipeline.c694 …pipeline->rast.cull_front_face = builder->create_info.gfx->pRasterizationState->cullMode & VK_CULL… in panvk_pipeline_builder_parse_rast()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.c3219 cfg.cull_front_face = polygon && (rast->cull_face & PIPE_FACE_FRONT); in panfrost_emit_draw()