Home
last modified time | relevance | path

Searched refs:vertlive_scan (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dgfx10_shader_ngg.c2205 struct ac_wg_scan vertlive_scan = {}; in gfx10_ngg_gs_build_end() local
2206 vertlive_scan.stage = ctx->stage; in gfx10_ngg_gs_build_end()
2207 vertlive_scan.op = nir_op_iadd; in gfx10_ngg_gs_build_end()
2208 vertlive_scan.enable_reduce = true; in gfx10_ngg_gs_build_end()
2209 vertlive_scan.enable_exclusive = true; in gfx10_ngg_gs_build_end()
2210 vertlive_scan.src = vertlive; in gfx10_ngg_gs_build_end()
2211 vertlive_scan.scratch = ac_build_gep0(&ctx->ac, ctx->gs_ngg_scratch, ctx->ac.i32_0); in gfx10_ngg_gs_build_end()
2212 vertlive_scan.waveidx = get_wave_id_in_tg(ctx); in gfx10_ngg_gs_build_end()
2213 vertlive_scan.numwaves = get_tgsize(ctx); in gfx10_ngg_gs_build_end()
2214 vertlive_scan in gfx10_ngg_gs_build_end()
[all...]

Completed in 4 milliseconds