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

/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_llvm_build.h644 struct ac_wg_scan { struct
663 ac_build_wg_wavescan_top(struct ac_llvm_context *ctx, struct ac_wg_scan *ws);
665 ac_build_wg_wavescan_bottom(struct ac_llvm_context *ctx, struct ac_wg_scan *ws);
667 ac_build_wg_wavescan(struct ac_llvm_context *ctx, struct ac_wg_scan *ws);
670 ac_build_wg_scan_top(struct ac_llvm_context *ctx, struct ac_wg_scan *ws);
672 ac_build_wg_scan_bottom(struct ac_llvm_context *ctx, struct ac_wg_scan *ws);
674 ac_build_wg_scan(struct ac_llvm_context *ctx, struct ac_wg_scan *ws);
H A Dac_llvm_build.c3879 ac_build_wg_wavescan_top(struct ac_llvm_context *ctx, struct ac_wg_scan *ws)
3902 ac_build_wg_wavescan_bottom(struct ac_llvm_context *ctx, struct ac_wg_scan *ws)
3968 ac_build_wg_wavescan(struct ac_llvm_context *ctx, struct ac_wg_scan *ws)
3982 ac_build_wg_scan_top(struct ac_llvm_context *ctx, struct ac_wg_scan *ws)
4009 ac_build_wg_scan_bottom(struct ac_llvm_context *ctx, struct ac_wg_scan *ws)
4033 ac_build_wg_scan(struct ac_llvm_context *ctx, struct ac_wg_scan *ws)
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_build.h523 struct ac_wg_scan { struct
541 void ac_build_wg_wavescan_top(struct ac_llvm_context *ctx, struct ac_wg_scan *ws);
542 void ac_build_wg_wavescan_bottom(struct ac_llvm_context *ctx, struct ac_wg_scan *ws);
543 void ac_build_wg_wavescan(struct ac_llvm_context *ctx, struct ac_wg_scan *ws);
545 void ac_build_wg_scan_top(struct ac_llvm_context *ctx, struct ac_wg_scan *ws);
546 void ac_build_wg_scan_bottom(struct ac_llvm_context *ctx, struct ac_wg_scan *ws);
547 void ac_build_wg_scan(struct ac_llvm_context *ctx, struct ac_wg_scan *ws);
H A Dac_llvm_build.c4189 void ac_build_wg_wavescan_top(struct ac_llvm_context *ctx, struct ac_wg_scan *ws)
4211 void ac_build_wg_wavescan_bottom(struct ac_llvm_context *ctx, struct ac_wg_scan *ws)
4275 void ac_build_wg_wavescan(struct ac_llvm_context *ctx, struct ac_wg_scan *ws)
4288 void ac_build_wg_scan_top(struct ac_llvm_context *ctx, struct ac_wg_scan *ws)
4314 void ac_build_wg_scan_bottom(struct ac_llvm_context *ctx, struct ac_wg_scan *ws)
4337 void ac_build_wg_scan(struct ac_llvm_context *ctx, struct ac_wg_scan *ws)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dgfx10_shader_ngg.c465 struct ac_wg_scan primemit_scan[4] = {};
1875 struct ac_wg_scan vertlive_scan = {};
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c1856 struct ac_wg_scan vertlive_scan = {0};

Completed in 26 milliseconds