Home
last modified time | relevance | path

Searched refs:ac_build_wg_scan_top (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.h527 void ac_build_wg_scan_top(struct ac_llvm_context *ctx, struct ac_wg_scan *ws);
Dac_llvm_build.c4055 void ac_build_wg_scan_top(struct ac_llvm_context *ctx, struct ac_wg_scan *ws) in ac_build_wg_scan_top() function
4106 ac_build_wg_scan_top(ctx, ws); in ac_build_wg_scan()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dgfx10_shader_ngg.c577 ac_build_wg_scan_top(&ctx->ac, &primemit_scan[stream]); in build_streamout()