Home
last modified time | relevance | path

Searched refs:dest_val (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_alu.c541 vtn_alu_op_mediump_16bit(struct vtn_builder *b, SpvOp opcode, struct vtn_value *dest_val) in vtn_alu_op_mediump_16bit() argument
543 if (!b->options->mediump_16bit_alu || !vtn_value_is_relaxed_precision(b, dest_val)) in vtn_alu_op_mediump_16bit()
597 struct vtn_value *dest_val = vtn_untyped_value(b, w[2]); in vtn_handle_alu() local
600 vtn_handle_no_contraction(b, dest_val); in vtn_handle_alu()
601 bool mediump_16bit = vtn_alu_op_mediump_16bit(b, opcode, dest_val); in vtn_handle_alu()
852 vtn_foreach_decoration(b, dest_val, handle_conversion_opts, &opts); in vtn_handle_alu()
989 vtn_foreach_decoration(b, dest_val, handle_no_wrap, alu); in vtn_handle_alu()
1008 struct vtn_value *dest_val = vtn_untyped_value(b, w[2]); in vtn_handle_integer_dot() local
1012 vtn_handle_no_contraction(b, dest_val); in vtn_handle_integer_dot()
H A Dvtn_variables.c2481 struct vtn_value *dest_val = vtn_pointer_value(b, w[1]); in vtn_handle_variables() local
2483 struct vtn_pointer *dest = vtn_value_to_pointer(b, dest_val); in vtn_handle_variables()
2486 vtn_assert_types_equal(b, opcode, dest_val->type->deref, in vtn_handle_variables()
2513 struct vtn_value *dest_val = vtn_pointer_value(b, w[1]); in vtn_handle_variables() local
2516 struct vtn_pointer *dest = vtn_value_to_pointer(b, dest_val); in vtn_handle_variables()
2565 struct vtn_value *dest_val = vtn_pointer_value(b, w[1]); in vtn_handle_variables() local
2566 struct vtn_pointer *dest = vtn_value_to_pointer(b, dest_val); in vtn_handle_variables()
2592 vtn_assert_types_equal(b, opcode, dest_val->type->deref, src_val->type); in vtn_handle_variables()
H A Dvtn_glsl450.c280 struct vtn_value *dest_val = vtn_untyped_value(b, w[2]); in handle_glsl450_alu() local
312 mediump_16bit = b->options->mediump_16bit_alu && vtn_value_is_relaxed_precision(b, dest_val); in handle_glsl450_alu()

Completed in 11 milliseconds