Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c140 uint8_t num_output_clips; member
4249 length = ctx->num_output_clips + ctx->num_output_culls; in visit_emit_vertex()
5978 outinfo->cull_dist_mask <<= ctx->num_output_clips; in handle_vs_outputs_post()
5981 for (j = 0; j < ctx->num_output_clips + ctx->num_output_culls; j++) in handle_vs_outputs_post()
5985 for (i = ctx->num_output_clips + ctx->num_output_culls; i < 8; i++) in handle_vs_outputs_post()
5988 if (ctx->num_output_clips + ctx->num_output_culls > 4) { in handle_vs_outputs_post()
6156 length = ctx->num_output_clips + ctx->num_output_culls; in handle_es_outputs_post()
6188 length = ctx->num_output_clips + ctx->num_output_culls; in handle_es_outputs_post()
6233 length = ctx->num_output_clips + ctx->num_output_culls; in handle_ls_outputs_post()
6873 ctx.num_output_clips = shaders[i]->info.clip_distance_array_size; in ac_translate_nir_to_llvm()
[all …]