Searched refs:begin_divergent_if_then (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection.cpp | 9788 static void begin_divergent_if_then(isel_context *ctx, if_context *ic, Temp cond) in begin_divergent_if_then() function 10102 begin_divergent_if_then(ctx, &ic, cond); in visit_if() 10613 begin_divergent_if_then(ctx, &ic_invocation_id_is_zero, invocation_id_is_zero); in write_tcs_tess_factors() 10649 begin_divergent_if_then(ctx, &ic_rel_patch_id_is_zero, rel_patch_id_is_zero); in write_tcs_tess_factors() 10792 begin_divergent_if_then(ctx, &ic, can_emit); in emit_streamout() 11150 begin_divergent_if_then(ctx, &ic_prim_0, cond); in ngg_emit_sendmsg_gs_alloc_req() 11231 begin_divergent_if_then(ctx, &ic, is_gs_thread); in ngg_nogs_export_primitives() 11335 begin_divergent_if_then(ctx, &ic, is_es_thread); in ngg_nogs_late_export_finale() 11371 begin_divergent_if_then(ctx, &ic, is_first_lane); in ngg_gs_workgroup_reduce_and_scan() 11388 begin_divergent_if_then(ctx, &ic, wave_count_mask); in ngg_gs_workgroup_reduce_and_scan() [all …]
|