Home
last modified time | relevance | path

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

/external/pdfium/third_party/agg23/
D0001-gcc-warning.patch9 - return (m_vertex_idx < m_path->total_vertices()) ?
12 + return (m_vertex_idx < m_path->total_vertices())
Dagg_path_storage.h41 return (m_vertex_idx < m_path->total_vertices()) in vertex()
89 unsigned total_vertices() const in total_vertices() function
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c963 LLVMValueRef base_addr, vertices_per_patch, num_patches, total_vertices; in get_tcs_tes_buffer_address() local
968 total_vertices = LLVMBuildMul(ctx->ac.builder, vertices_per_patch, in get_tcs_tes_buffer_address()
979 param_stride = total_vertices; in get_tcs_tes_buffer_address()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c2796 LLVMValueRef base_addr, vertices_per_patch, num_patches, total_vertices; in get_tcs_tes_buffer_address() local
2802 total_vertices = LLVMBuildMul(ctx->builder, vertices_per_patch, in get_tcs_tes_buffer_address()
2813 param_stride = total_vertices; in get_tcs_tes_buffer_address()