Lines Matching defs:value
408 /* Restore default pack alignment value */
430 * any errors and returns a value at least 8.
433 * doesn't generate any errors and returns a value at least 8.
539 /* There are two new GL constants, where value we need to verify */
846 const glw::GLchar* value;
864 token_value_pairs[1].value = current_stage.fs_input;
872 token_value_pairs[1].value = current_stage.gs_input;
880 token_value_pairs[1].value = current_stage.tc_input;
888 token_value_pairs[1].value = current_stage.te_input;
901 if (current_pair.token == NULL || current_pair.value == NULL)
908 current_body.body_ptr->replace(token_position, strlen(current_pair.token), current_pair.value);
910 } /* for (all token+value pairs) */
963 m_testCtx.getLog() << tcu::TestLog::Message << current_run.name << " value "
970 TCU_FAIL("GL constant value does not match the ES SL equivalent");
975 m_testCtx.getLog() << tcu::TestLog::Message << current_run.name << " value "
982 TCU_FAIL("GL constant value does not meet minimum specification requirements");
1022 << " value accessible to the compute / fragment shader "
1029 TCU_FAIL("GL constant value does not match the ES SL equivalent");
1035 << " value accessible to the compute / fragment shader "
1042 TCU_FAIL("GL constant value does not meet minimum specification requirements");
1915 /* subgrid row 0: all primitive vertices have tested distance value positive */
1922 /* subgrid row 1: tested distance value for 0th primitive vertex is negative,
1923 all other primitive vertices have tested distance value positive */
1930 /* subgrid row 2: tested distance value is negative for all primitive vertices */
1943 /* For clip distances other than tested: assign positive value to avoid its influence. */
1965 /* subgrid column 0: all primitive vertices have tested distance value positive */
1972 /* subgrid column 1: tested distance value for 0th primitive vertex is negative,
1973 all other primitive vertices have tested distance value positive */
1980 /* subgrid column 2: tested distance value is negative for all primitive vertices */
1993 /* For cull distances other than tested: assign 0th vertex negative value,
2001 /* This culldistance is out of interest: assign positive value. */
2141 } /* for (all clip distance array value attributes) */
2154 } /* for (all cull distance array value attributes) */
2275 } /* for (all clip distance array value attributes) */
2284 } /* for (all clip distance array value attributes) */
2442 << "(distance value [" << vertex_clipdistance_array[vertex_clipped_by_distance]
2473 /* Get shader output value */
2510 /* Compare against setup value */