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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_tess.c93 unsigned tcs_out_vertices = info->base.tess.tcs_vertices_out; local in function:get_tcs_out_patch_stride
96 unsigned patch_dw_stride = tcs_out_vertices * vertex_dw_stride + num_patch_outputs * 4;
140 unsigned tcs_out_vertices = local in function:get_num_tcs_out_vertices
144 /* If !tcs_out_vertices, it's either the fixed-func TCS or the TCS epilog. */
145 if (ctx->stage == MESA_SHADER_TESS_CTRL && tcs_out_vertices)
146 return LLVMConstInt(ctx->ac.i32, tcs_out_vertices, 0);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.c339 unsigned tcs_out_vertices = info->properties[TGSI_PROPERTY_TCS_VERTICES_OUT]; local in function:get_tcs_out_patch_stride
342 unsigned patch_dw_stride = tcs_out_vertices * vertex_dw_stride +
399 unsigned tcs_out_vertices = local in function:get_num_tcs_out_vertices
403 /* If !tcs_out_vertices, it's either the fixed-func TCS or the TCS epilog. */
404 if (ctx->type == PIPE_SHADER_TESS_CTRL && tcs_out_vertices)
405 return LLVMConstInt(ctx->i32, tcs_out_vertices, 0);

Completed in 13 milliseconds