Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_shader.c2021 bool is_cull = false; in emit_clip_dist_movs() local
2024 is_cull = true; in emit_clip_dist_movs()
2026 const char *clip_cull = is_cull ? "Cull" : "Clip"; in emit_clip_dist_movs()
2028 is_cull ? i - ctx->num_clip_dist_prop : i, clipidx, wm); in emit_clip_dist_movs()
4596 bool is_cull = false; in emit_fs_clipdistance_load() local
4599 is_cull = true; in emit_fs_clipdistance_load()
4601 const char *clip_cull = is_cull ? "Cull" : "Clip"; in emit_fs_clipdistance_load()
4603 is_cull ? i - ctx->key->prev_stage_num_clip_out : i); in emit_fs_clipdistance_load()