Home
last modified time | relevance | path

Searched refs:nir_opt_combine_stores (Results 1 - 12 of 12) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_combine_stores.c449 nir_opt_combine_stores(nir_shader *shader, nir_variable_mode modes) in nir_opt_combine_stores() function
H A Dnir.h5480 bool nir_opt_combine_stores(nir_shader *shader, nir_variable_mode modes);
/third_party/mesa3d/src/panfrost/bifrost/
H A Dcmdline.c176 NIR_PASS_V(nir[i], nir_opt_combine_stores, nir_var_all); in compile_shader()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir.c554 OPT(nir_opt_combine_stores, nir_var_all); in brw_nir_optimize()
574 OPT(nir_opt_combine_stores, nir_var_all); in brw_nir_optimize()
1004 NIR_PASS(_, producer, nir_opt_combine_stores, nir_var_shader_out); in brw_nir_link_shaders()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_shader.c281 NIR_PASS_V(nir, nir_opt_combine_stores, nir_var_all); in shader_create()
/third_party/mesa3d/src/microsoft/spirv_to_dxil/
H A Ddxil_spirv_nir.c590 NIR_PASS_V(nir, nir_opt_combine_stores, nir_var_shader_out); in dxil_spirv_nir_passes()
/third_party/mesa3d/src/compiler/nir/tests/
H A Dvars_tests.cpp1842 bool progress = nir_opt_combine_stores(b->shader, nir_var_shader_out); in TEST_F()
1881 bool progress = nir_opt_combine_stores(b->shader, nir_var_shader_out); in TEST_F()
1947 bool progress = nir_opt_combine_stores(b->shader, nir_var_mem_global); in TEST_F()
2009 bool progress = nir_opt_combine_stores(b->shader, nir_var_shader_out); in TEST_F()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_shader.c111 NIR_PASS_V(nir, nir_opt_combine_stores, nir_var_all); in tu_spirv_to_nir()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir.cpp704 NIR_PASS_V(sel->nir, nir_opt_combine_stores, nir_var_shader_out); in r600_shader_from_nir()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_nir.cpp595 NIR_PASS_V(producer, nir_opt_combine_stores, nir_var_shader_out); in st_nir_vectorize_io()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_pipeline.c289 OPT(nir_opt_combine_stores, nir_var_all); in nir_optimize()
299 OPT(nir_opt_combine_stores, nir_var_all); in nir_optimize()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline.c3166 NIR_PASS(_, ordered_shaders[i], nir_opt_combine_stores, nir_var_shader_out); in radv_link_shaders()

Completed in 33 milliseconds