Searched refs:vertex_live (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection.cpp | 11538 void ngg_gs_setup_vertex_compaction(isel_context *ctx, Temp vertex_live, Temp tid_in_tg, Temp expor… in ngg_gs_setup_vertex_compaction() argument 11542 assert(vertex_live.regClass() == bld.lm); in ngg_gs_setup_vertex_compaction() 11544 begin_divergent_if_then(ctx, &ic, vertex_live); in ngg_gs_setup_vertex_compaction() 11696 …Temp vertex_live = bld.vopc(aco_opcode::v_cmp_lg_u32, bld.def(bld.lm), Operand(0u), Operand(prim_f… in ngg_gs_finale() local 11711 std::pair<Temp, Temp> wg_scan = ngg_gs_workgroup_reduce_and_scan(ctx, vertex_live); in ngg_gs_finale() 11722 ngg_gs_setup_vertex_compaction(ctx, vertex_live, tid_in_tg, exporter_tid_in_tg); in ngg_gs_finale()
|