Searched refs:create_shared_store (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/mesa3d/src/compiler/nir/tests/ |
H A D | load_store_vectorizer_tests.cpp | 66 void create_shared_store(nir_deref_instr *deref, uint32_t id, 302 void nir_load_store_vectorize_test::create_shared_store( in create_shared_store() function in __anone897d0690111::nir_load_store_vectorize_test 1330 create_shared_store(nir_build_deref_array_imm(b, deref, 1), 0x2); in TEST_F() 1364 create_shared_store(nir_build_deref_array_imm(b, deref, 0), 0x2); in TEST_F() 1381 create_shared_store(nir_build_deref_array_imm(b, deref, 0), 0x2); in TEST_F() 1494 create_shared_store(nir_build_deref_array_imm(b, deref, 0), 0x1); in TEST_F() 1495 create_shared_store(nir_build_deref_array_imm(b, deref, 1), 0x2); in TEST_F() 1757 create_shared_store(nir_build_deref_array(b, nir_build_deref_struct(b, deref, 1), index1), 0x2); in TEST_F() 1782 create_shared_store(nir_build_deref_var(b, var1), 0x2); in TEST_F()
|