Home
last modified time | relevance | path

Searched defs:max_vertices (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_vs_exec.c111 unsigned int max_vertices = MIN2(MAX_TGSI_VERTICES, count - i); in vs_exec_run_linear() local
Ddraw_vs_ppc.c100 const uint max_vertices = MIN2(MAX_VERTICES, count - i); in vs_ppc_run_linear() local
Ddraw_pt_emit.c52 unsigned *max_vertices) in draw_pt_emit_prepare()
Ddraw_pt_fetch_emit.c93 unsigned *max_vertices ) in fetch_emit_prepare()
Ddraw_pt_fetch_shade_emit.c72 unsigned *max_vertices) in fse_prepare()
Ddraw_pt_vsplit.c45 unsigned max_vertices; member
Ddraw_pt_fetch_shade_pipeline_llvm.c64 unsigned *max_vertices ) in llvm_middle_end_prepare()
Ddraw_pt_fetch_shade_pipeline.c57 unsigned *max_vertices ) in fetch_pipeline_prepare()
Ddraw_pipe_vbuf.c69 unsigned max_vertices; member
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryBasicGeometryShaderTests.cpp707 …const int max_vertices = m_pattern.size() == 2 ? std::max(m_pattern[0], m_pattern[1]) : m_pattern[… in initPrograms() local
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.c285 unsigned max_vertices) in ureg_property_gs_max_vertices()