Searched refs:tcs_out_vertices (Results 1 – 1 of 1) sorted by relevance
339 unsigned tcs_out_vertices = info->properties[TGSI_PROPERTY_TCS_VERTICES_OUT]; in get_tcs_out_patch_stride() local342 unsigned patch_dw_stride = tcs_out_vertices * vertex_dw_stride + in get_tcs_out_patch_stride()405 unsigned tcs_out_vertices = in get_num_tcs_out_vertices() local410 if (ctx->type == PIPE_SHADER_TESS_CTRL && tcs_out_vertices) in get_num_tcs_out_vertices()411 return LLVMConstInt(ctx->i32, tcs_out_vertices, 0); in get_num_tcs_out_vertices()