Searched refs:x_is_odd (Results 1 – 6 of 6) sorted by relevance
117 bool x_is_odd = (int(gl_FragCoord.x) & 0x1) == 1;119 out_data = (x_is_odd || y_is_odd) ? 1 : 0;
118 bool x_is_odd = (int(gl_FragCoord.x) & 0x1) == 1;120 out_data = (x_is_odd || y_is_odd) ? 1 : 0;
133 bool x_is_odd = (int(gl_FragCoord.x) & 0x1) == 1;135 out_data = (x_is_odd || y_is_odd) ? 1 : 0;
131 bool x_is_odd = (int(gl_FragCoord.x) & 0x1) == 1;133 out_data = (x_is_odd || y_is_odd) ? 1 : 0;
183 bool x_is_odd = (int(gl_FragCoord.x) & 0x1) == 1;185 out_data = (x_is_odd || y_is_odd) ? 1 : 0;
2491 int x_is_odd; in delta_new() local2505 x_is_odd = PyObject_IsTrue(temp); in delta_new()2507 if (x_is_odd == -1) { in delta_new()2511 whole_us = 2.0 * round((leftover_us + x_is_odd) * 0.5) - x_is_odd; in delta_new()