Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.h322 unsigned gs_vertex_streams; member
Dlp_bld_tgsi.h291 unsigned gs_vertex_streams; member
Dlp_bld_nir_soa.c2210 if (stream_id >= bld->gs_vertex_streams) in emit_vertex()
2237 if (stream_id >= bld->gs_vertex_streams) in end_primitive_masked()
3181 bld.gs_vertex_streams = params->gs_vertex_streams; in lp_build_nir_soa_func()
3184 for (int i = 0; i < params->gs_vertex_streams; i++) { in lp_build_nir_soa_func()
3226 for (int i = 0; i < params->gs_vertex_streams; i++) { in lp_build_nir_soa_func()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c2462 params.gs_vertex_streams = variant->shader->base.num_vertex_streams; in draw_gs_llvm_generate()