Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_shader.c6514 int clip_dist, cull_dist; in emit_ios_geom() local
6519 cull_dist = ctx->key->prev_stage_num_cull_out; in emit_ios_geom()
6523 if (cull_dist) in emit_ios_geom()
6524 snprintf(cull_var, 64, "float gl_CullDistance[%d];\n", cull_dist); in emit_ios_geom()
6592 int clip_dist, cull_dist; in emit_ios_tcs() local
6596 cull_dist = ctx->key->prev_stage_num_cull_out; in emit_ios_tcs()
6600 if (cull_dist) in emit_ios_tcs()
6601 snprintf(cull_var, 64, "float gl_CullDistance[%d];\n", cull_dist); in emit_ios_tcs()
6651 int clip_dist, cull_dist; in emit_ios_tes() local
6655 cull_dist = ctx->key->prev_stage_num_cull_out; in emit_ios_tes()
[all …]