Searched refs:create_var (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/compiler/nir/tests/ |
D | vars_tests.cpp | 36 nir_variable *create_var(nir_variable_mode mode, const glsl_type *type, in create_var() function in __anone5b77f890111::nir_vars_test 45 return create_var(mode, glsl_int_type(), name); in create_int() 49 return create_var(mode, glsl_vector_type(GLSL_TYPE_INT, 2), name); in create_ivec2() 53 return create_var(mode, glsl_vector_type(GLSL_TYPE_INT, 4), name); in create_ivec4() 1293 nir_variable *arr = create_var(nir_var_mem_global, in TEST_F() 1339 nir_variable *ssbo0 = create_var(nir_var_mem_ssbo, ifc_type, "ssbo0"); in TEST_F() 1340 nir_variable *ssbo1 = create_var(nir_var_mem_ssbo, ifc_type, "ssbo1"); in TEST_F() 1342 nir_variable *out = create_var(nir_var_mem_ssbo, ifc_type, "out"); in TEST_F() 1386 nir_variable *ssbo0 = create_var(nir_var_mem_ssbo, ifc_type, "ssbo0"); in TEST_F() 1387 nir_variable *ssbo1 = create_var(nir_var_mem_ssbo, ifc_type, "ssbo1"); in TEST_F() [all …]
|