Searched refs:writeonly_memory (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/amd/llvm/ |
H A D | ac_nir_to_llvm.c | 1799 bool may_store_unaligned, bool writeonly_memory) in get_cache_policy() 1812 writeonly_memory || access & (ACCESS_COHERENT | ACCESS_VOLATILE))) { in get_cache_policy() 1840 bool writeonly_memory = access & ACCESS_NON_READABLE; in visit_store_ssbo() local 1841 unsigned cache_policy = get_cache_policy(ctx, access, false, writeonly_memory); in visit_store_ssbo() 2694 bool writeonly_memory = access & ACCESS_NON_READABLE; in visit_image_store() local 2697 args.cache_policy = get_cache_policy(ctx, access, true, writeonly_memory); in visit_image_store() 1798 get_cache_policy(struct ac_nir_context *ctx, enum gl_access_qualifier access, bool may_store_unaligned, bool writeonly_memory) get_cache_policy() argument
|
Completed in 9 milliseconds