Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/tests/
H A Dvars_tests.cpp1339 nir_variable *ssbo0 = create_var(nir_var_mem_ssbo, ifc_type, "ssbo0"); in TEST_F() local
1341 ssbo0->data.access = ssbo1->data.access = ACCESS_RESTRICT; in TEST_F()
1346 nir_build_deref_struct(b, nir_build_deref_var(b, ssbo0), 0); in TEST_F()
1353 /* Load ssbo0.x and store it in out.x. This load should be dropped */ in TEST_F()
1386 nir_variable *ssbo0 = create_var(nir_var_mem_ssbo, ifc_type, "ssbo0"); in TEST_F() local
1392 nir_build_deref_struct(b, nir_build_deref_var(b, ssbo0), 0); in TEST_F()
1399 /* Load ssbo0.x and store it in out.x. This load should not be dropped */ in TEST_F()

Completed in 4 milliseconds