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

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/tests/
H A Dvars_tests.cpp330 nir_ssa_def *second_value = nir_imm_ivec2(b, 30, 40); local in function:TEST_F
331 nir_store_var(b, v[0], second_value, mask);
345 /* Store to v[1] should use second_value directly. */
349 EXPECT_EQ(store_to_v1->src[1].ssa, second_value);
359 nir_ssa_def *second_value = nir_imm_ivec2(b, 30, 40); local in function:TEST_F
360 nir_store_var(b, v[0], second_value, 1 << 0);
378 * second_value did not overwrite the component it uses.
395 nir_ssa_def *second_value = nir_imm_ivec2(b, 30, 40); local in function:TEST_F
396 nir_store_var(b, v[0], second_value, 1 << 0);
417 * second_value di
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/tests/
H A Dvars_tests.cpp449 nir_ssa_def *second_value = nir_imm_ivec2(b, 30, 40); local in function:TEST_F
450 nir_store_var(b, v[0], second_value, mask);
464 /* Store to v[1] should use second_value directly. */
468 EXPECT_EQ(store_to_v1->src[1].ssa, second_value);
478 nir_ssa_def *second_value = nir_imm_ivec2(b, 30, 40); local in function:TEST_F
479 nir_store_var(b, v[0], second_value, 1 << 0);
497 * second_value did not overwrite the component it uses.
514 nir_ssa_def *second_value = nir_imm_ivec2(b, 30, 40); local in function:TEST_F
515 nir_store_var(b, v[0], second_value, 1 << 0);
536 * second_value di
551 nir_ssa_def *second_value = nir_imm_ivec2(b, 30, 40); local in function:TEST_F
[all...]

Completed in 4 milliseconds