Searched refs:total_vertices (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/third_party/agg23/ |
D | 0001-gcc-warning.patch | 9 - return (m_vertex_idx < m_path->total_vertices()) ? 12 + return (m_vertex_idx < m_path->total_vertices())
|
D | agg_path_storage.h | 41 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/ |
D | si_shader.c | 963 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/ |
D | ac_nir_to_llvm.c | 2796 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()
|