Searched refs:total_vertices (Results 1 – 3 of 3) sorted by relevance
9 - return (m_vertex_idx < m_path->total_vertices()) ?12 + return (m_vertex_idx < m_path->total_vertices())
41 return (m_vertex_idx < m_path->total_vertices()) in vertex()89 unsigned total_vertices() const in total_vertices() function
218 LLVMValueRef base_addr, vertices_per_patch, num_patches, total_vertices; in get_tcs_tes_buffer_address() local223 total_vertices = LLVMBuildMul(ctx->ac.builder, vertices_per_patch, num_patches, ""); in get_tcs_tes_buffer_address()228 param_stride = total_vertices; in get_tcs_tes_buffer_address()