Searched refs:value_a (Results 1 – 3 of 3) sorted by relevance
48 volatile U value_a = static_cast<U>(kValues[i]); in TypedArrayLoadHelper() local51 static_cast<double>(value_a) + static_cast<double>(value_b); in TypedArrayLoadHelper()116 volatile U value_a = static_cast<U>(kValues[i]); in TypedArrayStoreHelper() local119 static_cast<double>(value_a) + static_cast<double>(value_b); in TypedArrayStoreHelper()
395 void test_8559831(enum E8559831b value_a, E8559831c value_c) { in test_8559831() argument396 …test_8559831_a(value_a); // expected-warning{{implicit conversion from enumeration type 'enum E855… in test_8559831()397 …enum E8559831a a1 = value_a; // expected-warning{{implicit conversion from enumeration type 'enum … in test_8559831()398 …a1 = value_a; // expected-warning{{implicit conversion from enumeration type 'enum E8559831b' to d… in test_8559831()
165 arithmetic_result_type(ir_rvalue * &value_a, ir_rvalue * &value_b, in arithmetic_result_type() argument169 const glsl_type *type_a = value_a->type; in arithmetic_result_type()190 && !apply_implicit_conversion(type_b, value_a, state)) { in arithmetic_result_type()196 type_a = value_a->type; in arithmetic_result_type()496 relational_result_type(ir_rvalue * &value_a, ir_rvalue * &value_b, in relational_result_type() argument499 const glsl_type *type_a = value_a->type; in relational_result_type()522 && !apply_implicit_conversion(type_b, value_a, state)) { in relational_result_type()528 type_a = value_a->type; in relational_result_type()