Home
last modified time | relevance | path

Searched refs:value_b (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cContextFlushControlTests.cpp155 glw::GLboolean value_b = -1; in testQuery() local
175 gl.getBooleanv(GL_CONTEXT_RELEASE_BEHAVIOR, &value_b); in testQuery()
180 (expected_value == value_d) && (expected_bool_value == value_b)) in testQuery()
/third_party/mesa3d/src/compiler/glsl/
H A Dast_to_hir.cpp347 arithmetic_result_type(ir_rvalue * &value_a, ir_rvalue * &value_b, in arithmetic_result_type() argument
352 const glsl_type *type_b = value_b->type; in arithmetic_result_type()
371 if (!apply_implicit_conversion(type_a, value_b, state) in arithmetic_result_type()
379 type_b = value_b->type; in arithmetic_result_type()
515 * \param value_b RHS of bit-logic op
518 bit_logic_result_type(ir_rvalue * &value_a, ir_rvalue * &value_b, in bit_logic_result_type() argument
523 const glsl_type *type_b = value_b->type; in bit_logic_result_type()
558 if (!apply_implicit_conversion(type_a, value_b, state) in bit_logic_result_type()
573 type_b = value_b->type; in bit_logic_result_type()
606 modulus_result_type(ir_rvalue * &value_a, ir_rvalue * &value_b, in modulus_result_type() argument
674 relational_result_type(ir_rvalue * &value_a, ir_rvalue * &value_b, struct _mesa_glsl_parse_state *state, YYLTYPE *loc) relational_result_type() argument
[all...]

Completed in 5 milliseconds