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

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/tests/
H A Dvars_tests.cpp300 nir_ssa_def *stored_value = nir_imm_ivec2(b, 10, 20); local in function:TEST_F
301 nir_store_var(b, v[0], stored_value, mask);
318 EXPECT_EQ(store->src[1].ssa, stored_value);
454 nir_ssa_def *stored_value = nir_imm_ivec2(b, 10, 20); local in function:TEST_F
455 nir_store_var(b, v[0], stored_value, mask);
475 EXPECT_EQ(store->src[1].ssa, stored_value);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/tests/
H A Dvars_tests.cpp419 nir_ssa_def *stored_value = nir_imm_ivec2(b, 10, 20); local in function:TEST_F
420 nir_store_var(b, v[0], stored_value, mask);
437 EXPECT_EQ(store->src[1].ssa, stored_value);
1052 nir_ssa_def *stored_value = nir_imm_ivec2(b, 10, 20); local in function:TEST_F
1053 nir_store_var(b, v[0], stored_value, mask);
1073 EXPECT_EQ(store->src[1].ssa, stored_value);
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp4733 const int stored_value = storage->GetInt(id, -1); local in function:ImGui::TreeNodeBehaviorIsOpen
4734 if (stored_value == -1)
4741 is_open = stored_value != 0;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp4733 const int stored_value = storage->GetInt(id, -1); local in function:ImGui::TreeNodeBehaviorIsOpen
4734 if (stored_value == -1)
4741 is_open = stored_value != 0;

Completed in 30 milliseconds