Lines Matching defs:value

1048 	 *   than or equal to the value of MAX_VIEWPORTS;
1062 * equal to the value of MAX_VIEWPORTS;
1076 * than or equal to the value of MAX_VIEWPORTS;
1105 * is greater than or equal to the value of MAX_VIEWPORTS;
1193 * than or equal to the value of MAX_VIEWPORTS;
1222 * greater than or equal to the value of MAX_VIEWPORTS;
1311 * value of MAX_VIEWPORTS;
1335 * <index> is greater than or equal to the value of MAX_VIEWPORTS;
1349 * is greater than or equal to the value of MAX_VIEWPORTS;
1363 * <index> is greater than or equal to the value of MAX_VIEWPORTS;
1814 const GLfloat value = (0 == i % 2) ? 1.0f : 0.25f;
1818 scissor_box_data_b[j * m_n_elements + 0] = value;
1819 scissor_box_data_b[j * m_n_elements + 1] = value;
1820 scissor_box_data_b[j * m_n_elements + 2] = value;
1821 scissor_box_data_b[j * m_n_elements + 3] = value;
1826 scissor_box_data_b[j * m_n_elements + 0] = value;
1827 scissor_box_data_b[j * m_n_elements + 1] = value;
1828 scissor_box_data_b[j * m_n_elements + 2] = value;
1829 scissor_box_data_b[j * m_n_elements + 3] = value;
2018 const GLint value = (0 == i % 2) ? 1 : 4;
2022 scissor_box_data_b[j * m_n_elements + 0] = value;
2023 scissor_box_data_b[j * m_n_elements + 1] = value;
2024 scissor_box_data_b[j * m_n_elements + 2] = value;
2025 scissor_box_data_b[j * m_n_elements + 3] = value;
2030 scissor_box_data_b[j * m_n_elements + 0] = value;
2031 scissor_box_data_b[j * m_n_elements + 1] = value;
2032 scissor_box_data_b[j * m_n_elements + 2] = value;
2033 scissor_box_data_b[j * m_n_elements + 3] = value;
2228 const T value = (0 == i % 2) ? T(1.0) : T(0.25);
2232 depth_range_data_b[j * m_n_elements + 0] = value;
2233 depth_range_data_b[j * m_n_elements + 1] = value;
2238 depth_range_data_b[j * m_n_elements + 0] = value;
2239 depth_range_data_b[j * m_n_elements + 1] = value;
2802 /** Check if region specified with <x and <y> is filled with expected value.
2807 * @param expected_value Expected value
2820 /** Check if region specified with <x and <y> is filled with expected value.
2827 * @param expected_value Expected value
2846 const GLint value = data[texel_offset];
2848 if (expected_value != value)
2851 << y << "). Expected: " << expected_value << " got " << value
2903 TCU_FAIL("Invalid value");
2919 TCU_FAIL("Invalid value");
2934 TCU_FAIL("Invalid value");
2949 TCU_FAIL("Invalid value");
2959 /** Prepare R32I texture filled with value -1
2977 /** Prepare R32I array texture filled with value -1, 4 layers
2997 /** Prepare R32I array texture filled with value -1
3017 /** Prepare R32F texture filled with value -1
3035 /** Prepare D32F texture filled with value -1
3387 "Test verifies that gl_ViewportIndex can be assigned with dynamic value")
3844 TCU_FAIL("Invalid value");
4107 TCU_FAIL("Invalid value");
4396 m_context.getTestContext().getLog() << tcu::TestLog::Message << "Invalid values at " << i << " depth value "
4561 TCU_FAIL("Invalid value");