Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c141 uint8_t num_output_culls; member
4249 length = ctx->num_output_clips + ctx->num_output_culls; in visit_emit_vertex()
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()
6874 ctx.num_output_culls = shaders[i]->info.cull_distance_array_size; in ac_translate_nir_to_llvm()
7201 length = ctx->num_output_clips + ctx->num_output_culls; in ac_gs_copy_shader_emit()
[all …]