Home
last modified time | relevance | path

Searched refs:tcs_out_vertices (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_tess.c75 unsigned tcs_out_vertices = info->base.tess.tcs_vertices_out; in get_tcs_out_patch_stride() local
78 unsigned patch_dw_stride = tcs_out_vertices * vertex_dw_stride + num_patch_outputs * 4; in get_tcs_out_patch_stride()
98 unsigned tcs_out_vertices = in si_get_num_tcs_out_vertices() local
102 /* If !tcs_out_vertices, it's the TCS epilog. */ in si_get_num_tcs_out_vertices()
103 if (ctx->stage == MESA_SHADER_TESS_CTRL && tcs_out_vertices) in si_get_num_tcs_out_vertices()
104 return LLVMConstInt(ctx->ac.i32, tcs_out_vertices, 0); in si_get_num_tcs_out_vertices()

Completed in 2 milliseconds