Searched refs:ac_wg_scan (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.h | 504 struct ac_wg_scan { struct 523 void ac_build_wg_wavescan_top(struct ac_llvm_context *ctx, struct ac_wg_scan *ws); argument 524 void ac_build_wg_wavescan_bottom(struct ac_llvm_context *ctx, struct ac_wg_scan *ws); 525 void ac_build_wg_wavescan(struct ac_llvm_context *ctx, struct ac_wg_scan *ws); 527 void ac_build_wg_scan_top(struct ac_llvm_context *ctx, struct ac_wg_scan *ws); 528 void ac_build_wg_scan_bottom(struct ac_llvm_context *ctx, struct ac_wg_scan *ws); 529 void ac_build_wg_scan(struct ac_llvm_context *ctx, struct ac_wg_scan *ws);
|
D | ac_llvm_build.c | 3953 void ac_build_wg_wavescan_top(struct ac_llvm_context *ctx, struct ac_wg_scan *ws) in ac_build_wg_wavescan_top() 3976 void ac_build_wg_wavescan_bottom(struct ac_llvm_context *ctx, struct ac_wg_scan *ws) in ac_build_wg_wavescan_bottom() 4041 void ac_build_wg_wavescan(struct ac_llvm_context *ctx, struct ac_wg_scan *ws) in ac_build_wg_wavescan() 4055 void ac_build_wg_scan_top(struct ac_llvm_context *ctx, struct ac_wg_scan *ws) in ac_build_wg_scan_top() 4081 void ac_build_wg_scan_bottom(struct ac_llvm_context *ctx, struct ac_wg_scan *ws) in ac_build_wg_scan_bottom() 4104 void ac_build_wg_scan(struct ac_llvm_context *ctx, struct ac_wg_scan *ws) in ac_build_wg_scan()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | gfx10_shader_ngg.c | 555 struct ac_wg_scan primemit_scan[4] = {}; in build_streamout() 2205 struct ac_wg_scan vertlive_scan = {}; in gfx10_ngg_gs_build_end()
|