Searched refs:opt_access_options (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_nir.cpp823 nir_opt_access_options opt_access_options; local in function:st_link_nir
824 opt_access_options.is_vulkan = false;
825 opt_access_options.infer_non_readable = false;
826 NIR_PASS_V(nir, nir_opt_access, &opt_access_options);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_shader.c703 const nir_opt_access_options opt_access_options = { local in function:radv_shader_compile_to_nir
707 NIR_PASS_V(nir, nir_opt_access, &opt_access_options);

Completed in 10 milliseconds