Home
last modified time | relevance | path

Searched refs:nir_opt_combine_stores (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_nir.c548 OPT(nir_opt_combine_stores, nir_var_all); in brw_nir_optimize()
565 OPT(nir_opt_combine_stores, nir_var_all); in brw_nir_optimize()
904 NIR_PASS_V(producer, nir_opt_combine_stores, nir_var_shader_out); in brw_nir_link_shaders()
/external/mesa3d/src/compiler/nir/
Dnir_opt_combine_stores.c449 nir_opt_combine_stores(nir_shader *shader, nir_variable_mode modes) in nir_opt_combine_stores() function
Dmeson.build198 'nir_opt_combine_stores.c',
Dnir.h5055 bool nir_opt_combine_stores(nir_shader *shader, nir_variable_mode modes);
/external/mesa3d/src/compiler/nir/tests/
Dvars_tests.cpp1621 bool progress = nir_opt_combine_stores(b->shader, nir_var_shader_out); in TEST_F()
1660 bool progress = nir_opt_combine_stores(b->shader, nir_var_shader_out); in TEST_F()
1726 bool progress = nir_opt_combine_stores(b->shader, nir_var_mem_ssbo); in TEST_F()
1788 bool progress = nir_opt_combine_stores(b->shader, nir_var_shader_out); in TEST_F()
/external/mesa3d/src/compiler/
DMakefile.sources317 nir/nir_opt_combine_stores.c \
/external/mesa3d/src/freedreno/vulkan/
Dtu_shader.c163 NIR_PASS_V(nir, nir_opt_combine_stores, nir_var_all); in tu_spirv_to_nir()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_nir.cpp534 NIR_PASS_V(producer, nir_opt_combine_stores, nir_var_shader_out); in st_nir_vectorize_io()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c300 OPT(nir_opt_combine_stores, nir_var_all); in nir_optimize()
310 OPT(nir_opt_combine_stores, nir_var_all); in nir_optimize()