Lines Matching defs:combined
573 * the one after it could be combined. However, it seems safer to just
1585 * the one after it could be combined. However, it seems safer to just
1607 * the one after it could be combined. However, it seems safer to just
1847 /* Clean up to verify from where the values in combined store are coming. */
1852 nir_intrinsic_instr *combined = get_intrinsic(nir_intrinsic_store_deref, 0);
1853 ASSERT_EQ(nir_intrinsic_write_mask(combined), 0xf);
1854 ASSERT_EQ(nir_intrinsic_get_var(combined, 0), out);
1856 nir_alu_instr *vec = nir_src_as_alu_instr(combined->src[1]);
1886 /* Clean up to verify from where the values in combined store are coming. */
1891 nir_intrinsic_instr *combined = get_intrinsic(nir_intrinsic_store_deref, 0);
1892 ASSERT_EQ(nir_intrinsic_write_mask(combined), 0xf);
1893 ASSERT_EQ(nir_intrinsic_get_var(combined, 0), out);
1895 nir_alu_instr *vec = nir_src_as_alu_instr(combined->src[1]);
1952 /* Clean up to verify from where the values in combined store are coming. */
1957 nir_intrinsic_instr *combined = get_intrinsic(nir_intrinsic_store_deref, 0);
1958 ASSERT_EQ(nir_intrinsic_write_mask(combined), 0xf);
1959 ASSERT_EQ(nir_intrinsic_get_var(combined, 0), out);
1961 nir_alu_instr *vec = nir_src_as_alu_instr(combined->src[1]);