HomeSort by: relevance | last modified time | path
    Searched refs:dest_val (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
vtn_alu.c 472 struct vtn_value *dest_val = vtn_untyped_value(b, w[2]); local
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
867 vtn_handle_no_contraction(b, dest_val);
vtn_variables.c 2434 struct vtn_value *dest_val = vtn_pointer_value(b, w[1]); local
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
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
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/
vtn_variables.c 2492 struct vtn_value *dest_val = vtn_value(b, w[1], vtn_value_type_pointer); local
2493 struct vtn_pointer *dest = dest_val->pointer;
2519 vtn_assert_types_equal(b, opcode, dest_val->type->deref, src_val->type);

Completed in 12 milliseconds