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/ilo/shader/
Dilo_shader_gs.c88 struct toy_dst total_vertices; member
96 int total_vertices; member
398 eot = (gcc->static_data.num_vertices == gcc->static_data.total_vertices); in gs_lower_opcode_emit_vue_static()
486 (gcc->static_data.num_vertices == gcc->static_data.total_vertices && in gs_lower_opcode_emit_so_static()
529 gcc->static_data.num_vertices != gcc->static_data.total_vertices) in gs_lower_opcode_emit_static()
818 gcc->static_data.total_vertices++; in get_num_prims_static()
830 const int vertidx = gcc->static_data.total_vertices - 1; in get_num_prims_static()
919 gcc->static_data.total_vertices = gcc->in_vue_count; in gs_compile_passthrough()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c710 LLVMValueRef base_addr, vertices_per_patch, num_patches, total_vertices; in get_tcs_tes_buffer_address() local
715 total_vertices = LLVMBuildMul(gallivm->builder, vertices_per_patch, in get_tcs_tes_buffer_address()
726 param_stride = total_vertices; in get_tcs_tes_buffer_address()