Searched refs:get_cache_policy (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_compute_blit.c | 76 static enum si_cache_policy get_cache_policy(struct si_context *sctx, enum si_coherency coher, in get_cache_policy() function 247 if (get_cache_policy(sctx, coher, 0) == L2_BYPASS) { in si_launch_grid_internal_ssbos() 466 flags, coher, get_cache_policy(sctx, coher, size)); in si_clear_buffer() 514 enum si_cache_policy cache_policy = get_cache_policy(sctx, coher, size); in si_copy_buffer()
|
/third_party/mesa3d/src/amd/llvm/ |
D | ac_nir_to_llvm.c | 1798 static unsigned get_cache_policy(struct ac_nir_context *ctx, enum gl_access_qualifier access, in get_cache_policy() function 1841 unsigned cache_policy = get_cache_policy(ctx, access, false, writeonly_memory); in visit_store_ssbo() 2091 unsigned cache_policy = get_cache_policy(ctx, access, false, false); in visit_load_buffer() 2605 args.cache_policy = get_cache_policy(ctx, access, false, false); in visit_image_load() 2697 args.cache_policy = get_cache_policy(ctx, access, true, writeonly_memory); in visit_image_store()
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.0.0.rst | 2290 - ac/nir: add get_cache_policy() helper and use it
|