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

/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_alu.c472 struct vtn_value *dest_val = vtn_untyped_value(b, w[2]); local in function:vtn_handle_alu
475 vtn_handle_no_contraction(b, dest_val);
709 vtn_foreach_decoration(b, dest_val, handle_conversion_opts, &opts);
846 vtn_foreach_decoration(b, dest_val, handle_no_wrap, alu);
863 struct vtn_value *dest_val = vtn_untyped_value(b, w[2]); local in function:vtn_handle_integer_dot
867 vtn_handle_no_contraction(b, dest_val);
H A Dvtn_variables.c2434 struct vtn_value *dest_val = vtn_pointer_value(b, w[1]); local in function:vtn_handle_variables
2436 struct vtn_pointer *dest = vtn_value_to_pointer(b, dest_val);
2439 vtn_assert_types_equal(b, opcode, dest_val->type->deref,
2466 struct vtn_value *dest_val = vtn_pointer_value(b, w[1]); local in function:vtn_handle_variables
2469 struct vtn_pointer *dest = vtn_value_to_pointer(b, dest_val);
2518 struct vtn_value *dest_val = vtn_pointer_value(b, w[1]); local in function:vtn_handle_variables
2519 struct vtn_pointer *dest = vtn_value_to_pointer(b, dest_val);
2545 vtn_assert_types_equal(b, opcode, dest_val->type->deref, src_val->type);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dvtn_variables.c2492 struct vtn_value *dest_val = vtn_value(b, w[1], vtn_value_type_pointer); local in function:vtn_handle_variables
2493 struct vtn_pointer *dest = dest_val->pointer;
2519 vtn_assert_types_equal(b, opcode, dest_val->type->deref, src_val->type);

Completed in 11 milliseconds