Home
last modified time | relevance | path

Searched refs:infer_non_readable (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_opt_access.c42 bool infer_non_readable; member
208 if (state->infer_non_readable && !(access & ACCESS_NON_READABLE)) { in process_variable()
242 if (state->infer_non_readable && is_memory_writeonly) in update_access()
317 .infer_non_readable = options->infer_non_readable, in nir_opt_access()
Dnir.h5512 bool infer_non_readable; member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_nir.cpp825 opt_access_options.infer_non_readable = false; in st_link_nir()
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader.c705 .infer_non_readable = true, in radv_shader_compile_to_nir()
/third_party/mesa3d/docs/relnotes/
D21.0.0.rst2765 - nir/opt_access: don't ignore infer_non_readable