Searched refs:ac_glc (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_tess.c278 value = ac_build_buffer_load(&ctx->ac, buffer, 4, NULL, base, offset, 0, type, ac_glc,
284 value = ac_build_buffer_load(&ctx->ac, buffer, 4, NULL, base, offset, 0, type, ac_glc,
541 4 * chan, ac_glc);
558 ac_build_buffer_store_dword(&ctx->ac, buffer, value, 4, addr, base, 0, ac_glc);
666 ac_glc);
778 ctx->ac.i32_0, tf_base, offset, ac_glc);
785 ac_glc);
789 ac_glc);
810 ac_glc);
819 0, ac_glc);
[all...]
H A Dsi_shader_llvm_gs.c81 ctx->ac.f32, ac_glc, true, false);
184 (4 * param + chan) * 4, ac_glc | ac_slc | ac_swizzled);
284 0, ac_glc | ac_slc | ac_swizzled);
502 ctx.ac.f32, ac_glc | ac_slc, true, false);
H A Dsi_shader_llvm_vs.c315 ac_glc | ac_slc);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_tgsi_mem.c340 cache_policy |= ac_glc;
559 !!(args.cache_policy & ac_glc),
573 !!(args.cache_policy & ac_glc),
647 LLVMConstInt(ctx->i1, !!(cache_policy & ac_glc), 0),
752 buf_args[4] = LLVMConstInt(ctx->i1, !!(args.cache_policy & ac_glc), 0);
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_llvm_build.h503 ac_glc = 1 << 0, enumerator in enum:ac_image_cache_policy
H A Dac_nir_to_llvm.c1566 cache_policy |= ac_glc;
1625 cache_policy & ac_glc,
1630 cache_policy & ac_glc,
1653 cache_policy & ac_glc,
1772 cache_policy & ac_glc);
1779 cache_policy & ac_glc);
1785 cache_policy & ac_glc, 0,
2495 !!(args.cache_policy & ac_glc),
2556 args.cache_policy & ac_glc,
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_build.h398 ac_glc = 1 << 0, /* per-CU cache control */ enumerator in enum:ac_image_cache_policy
H A Dac_nir_to_llvm.c1764 cache_policy |= ac_glc;
1768 cache_policy |= ac_slc | ac_glc;
4172 enum ac_image_cache_policy cache_policy = ac_glc;
4210 enum ac_image_cache_policy cache_policy = ac_glc;
H A Dac_llvm_build.c1115 return cache_policy | (ctx->chip_class >= GFX10 && cache_policy & ac_glc ? ac_dlc : 0);
1251 (!(cache_policy & ac_glc) || ctx->chip_class >= GFX8)) {
1300 cache_policy & ac_glc ? "glc" : "",
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c341 ac_glc | ac_slc | ac_swizzled);
1105 ctx->ac.i32_0, offset, ac_glc | ac_slc);
2748 soffset, 0, ctx->ac.f32, ac_glc | ac_slc, true, false);

Completed in 36 milliseconds