Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_shader.c1658 bool is_cull = false; in emit_clip_dist_movs() local
1661 is_cull = true; in emit_clip_dist_movs()
1663 const char *clip_cull = is_cull ? "Cull" : "Clip"; in emit_clip_dist_movs()
1665 is_cull ? i - ctx->num_clip_dist_prop : i, clipidx, wm); in emit_clip_dist_movs()