Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_shader.c205 uint8_t num_cull_dist_prop, num_clip_dist_prop; member
1329 ctx->num_cull_dist_prop = prop->u[0].Data; in iter_property()
1628 bool has_prop = (ctx->num_clip_dist_prop + ctx->num_cull_dist_prop) > 0; in emit_clip_dist_movs()
1645 ndists = ctx->num_clip_dist_prop + ctx->num_cull_dist_prop; in emit_clip_dist_movs()
1660 if (i >= ctx->num_clip_dist_prop && i < ctx->num_clip_dist_prop + ctx->num_cull_dist_prop) in emit_clip_dist_movs()
4049 if (ctx->num_cull_dist_prop || ctx->key->prev_stage_num_cull_out) in emit_header()
4580 bool has_prop = (ctx->num_clip_dist_prop + ctx->num_cull_dist_prop) > 0; in emit_ios()
4587 num_cull_dists = ctx->num_cull_dist_prop; in emit_ios()
4628 bool has_prop = (ctx->num_clip_dist_prop + ctx->num_cull_dist_prop) > 0; in emit_ios()
4635 num_cull_dists = ctx->num_cull_dist_prop; in emit_ios()
[all …]